On Mon, Jun 23, 2014 at 11:02 AM, Neil Roberts <n...@linux.intel.com> wrote:
> Previously the blorp blitter would only be used if the format is identical or
> there is only a difference between whether there is an alpha component or not.
> This patch makes it also allow the blorp blitter if the only difference is the
> ordering of the RGB components (ie, RGB or BGR).
>
> This is particularly useful since commit 61e264f4fcdba3623 because Mesa now
> prefers RGB ordering for textures but the window system buffers are still
> created as BGR. That means that the blorp blitter won't be used for the
> (probably) common case of blitting from a texture to the window system buffer.
>
> This doesn't cause any regressions in the FBO piglit tests on Haswell. On
> Sandybridge it causes the fbo-blit-stretch test to fail but that is only
> because it was failing anyway before the above commit and that commit hid the
> problem.
>
> https://bugs.freedesktop.org/show_bug.cgi?id=68365

We typically write

Bugzilla: https://..../

Reviewed-by: Matt Turner <matts...@gmail.com>

Do you have commit access?
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to