commit | f147599ef4b0d14c25a7e0d3f9f1c9b0229bb6fc | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu May 19 08:48:42 2011 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu May 26 10:07:38 2011 -0700 |
tree | 38041ac862ffd96cd8c64fb9b735d1e2f2d18f91 | |
parent | c095335fa54498ec54e4587b5f84ad6afd8f1857 [diff] |
i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT. From the GL 2.1 spec: "Required perspective-correct interpolation for all fragment attributes except depth in sections 3.4.1 and 3.5.1, effectively making GL PERSPECTIVE CORRECT HINT a no-op." Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>