Re: [Mesa-dev] [PATCHi v3] r600g: Implement GL_ARB_texture_gather

2014-07-17 Thread Marek Olšák
Pushed. Thanks. Marek On Wed, Jul 16, 2014 at 4:31 PM, Glenn Kennard wrote: > Only supported on evergreen and later. Currently limited > to single component textures as the hardware GATHER4 > instruction ignores texture swizzles. > > Piglit quick run passes on radeon 6670 with all > applicable t

[Mesa-dev] [PATCHi v3] r600g: Implement GL_ARB_texture_gather

2014-07-16 Thread Glenn Kennard
Only supported on evergreen and later. Currently limited to single component textures as the hardware GATHER4 instruction ignores texture swizzles. Piglit quick run passes on radeon 6670 with all applicable textureGather tests, no regressions. Signed-off-by: Glenn Kennard --- Changes from v2: R