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