mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 17:20:21 +01:00
llvmpipe: (trivial) disable new accurate origin calculation
It looks like there's some bugs in it...
This commit is contained in:
parent
bb354c6c27
commit
f69d2c857d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
* nothing to change that (in fact it may make it worse), but some tests
|
||||
* (don't ask) really want accurate values at origin (and ONLY origin).
|
||||
*/
|
||||
#define ACCURATE_A0 1
|
||||
#define ACCURATE_A0 0
|
||||
|
||||
|
||||
/* currently organized to interpolate full float[4] attributes even
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue