[Mesa-dev] [PATCH V4 00/13] ARB_texture_gather

2013-09-30 Thread Chris Forbes
This series adds support for ARB_texture_gather in core mesa and in i965 for Gen7+. Notable changes from V3: - Only emit extra surface state, recompiles, etc if the shader actually uses gather4. - Use SCS to accomplish the workaround on Haswell [will need testing] Cc: Kenneth Graunke

Re: [Mesa-dev] [PATCH V4 00/13] ARB_texture_gather

2013-09-30 Thread Ian Romanick
On 09/30/2013 03:08 AM, Chris Forbes wrote: This series adds support for ARB_texture_gather in core mesa and in i965 for Gen7+. Notable changes from V3: - Only emit extra surface state, recompiles, etc if the shader actually uses gather4. - Use SCS to accomplish the workaround on Haswell