r300: Use the defined values for the interpolater (interp_magic) magic values.
authorOliver McFadden <z3ro.geek@gmail.com>
Sun, 13 May 2007 07:44:20 +0000 (07:44 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Sun, 13 May 2007 07:44:20 +0000 (07:44 +0000)
src/mesa/drivers/dri/r300/r300_state.c

index c45c571d7b3a310d903ba4c137c0db7d263b8678..cb34b8a722190cc12a5a6a1920ff69121846954b 100644 (file)
@@ -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,