diff options
author | Oliver McFadden <z3ro.geek@gmail.com> | 2007-05-13 07:44:20 +0000 |
---|---|---|
committer | Oliver McFadden <z3ro.geek@gmail.com> | 2007-05-13 07:44:20 +0000 |
commit | 73449270bb1bae1a4d12ff6c4187e73d9969c174 (patch) | |
tree | 9e77b52bcf41ae00b7c78ac8f8a64716e86ce2d5 /src/mesa/drivers/dri/r300/r300_state.c | |
parent | 6f56e68ee305ab60569e449e53442e93d5a938a1 (diff) |
r300: Use the defined values for the interpolater (interp_magic) magic values.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_state.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index c45c571d7b..cb34b8a722 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -1445,9 +1445,9 @@ void r300SetupRSUnit(GLcontext * ctx) /* I'm still unsure if these are needed */ GLuint interp_magic[8] = { 0x00, - 0x40, - 0x80, - 0xC0, + R300_RS_INTERP_1_UNKNOWN, + R300_RS_INTERP_2_UNKNOWN, + R300_RS_INTERP_3_UNKNOWN, 0x00, 0x00, 0x00, |