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
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