diff options
author | Kenneth Graunke <[email protected]> | 2016-03-28 20:07:13 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-03-29 15:43:18 -0700 |
commit | d4a5a61d445e683c20de00c1febe847b4c2db910 (patch) | |
tree | b93b9460f7ffbc3431a6926547530fa498159d16 /src/mesa/Android.mk | |
parent | f8c69fbb5491c8790dd3bcf991f06151d15d92b9 (diff) |
i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.
There is no linear filtering for integer formats, so we should always
be using CLAMP_TO_EDGE mode.
Fixes 46 dEQP cases on Ivybridge (which were likely broken by commit
0faf26e6a0a34c3544644852802484f2404cc83e).
This workaround doesn't appear to be necessary on any other hardware;
I haven't found any documentation mentioning errata in this area.
v2: Only apply on Ivybridge/Baytrail to avoid regressing GLES3.1 tests.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]> [v1]
Diffstat (limited to 'src/mesa/Android.mk')
0 files changed, 0 insertions, 0 deletions