Re: [Mesa-dev] [PATCH 0/4] A bunch of small GL_ARB_copy_image fixes

2014-09-02 Thread Tapani Pälli
This series fixes https://bugs.freedesktop.org/show_bug.cgi?id=82804 Tested-by: Tapani Pälli On 09/03/2014 01:49 AM, Jason Ekstrand wrote: > This series contains 4 small fixes to the meta and i965 implementations of > GL_ARB_copy_image. Most of the problems were with respect to blitting > betw

[Mesa-dev] [PATCH 0/4] A bunch of small GL_ARB_copy_image fixes

2014-09-02 Thread Jason Ekstrand
This series contains 4 small fixes to the meta and i965 implementations of GL_ARB_copy_image. Most of the problems were with respect to blitting between different mipmap levels of the two textures. The original implementation, as it turns out, only worked on mipmap level 0. This fixes it. There