On Tue, Jun 9, 2015 at 2:24 PM, Alexander Monakov <amona...@gmail.com> wrote: > Hello, > > Unfortunately, this patch breaks things further, because... > > On Fri, Jun 5, 2015 at 5:14 PM, Chris Wilson <ch...@chris-wilson.co.uk> wrote: >> @@ -76,8 +77,14 @@ do_blit_drawpixels(struct gl_context * ctx, >> struct gl_renderbuffer *rb = ctx->DrawBuffer->_ColorDrawBuffers[0]; >> struct intel_renderbuffer *irb = intel_renderbuffer(rb); >> >> - if (!_mesa_format_matches_format_and_type(irb->mt->format, format, type, >> - false)) { >> + mesa_format src_format = _mesa_format_from_format_and_type(format, type); > > _mesa_format_from_format_and_type may return either mesa_format or > mesa_array_format, which needs further decoding since here we do need > a mesa_format. The attached patch unbreaks this — please apply it for > me if reviewed.
In the future, please use git-send-email or similar to send patches so that they show up directly in the e-mail text instead of as attachments. In the moment, Reviewed-by: Jason Ekstrand <jason.ekstr...@intel.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev