i965: add _NEW_PROGRAM_CONSTANTS to mesa_bits[] list
authorBrian Paul <brianp@vmware.com>
Wed, 22 Apr 2009 15:16:21 +0000 (09:16 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 22 Apr 2009 15:16:21 +0000 (09:16 -0600)
src/mesa/drivers/dri/i965/brw_state_upload.c

index 5de1450e6122e1e8d7e84da6640cbea4c18ffc6a..197efeb1b739856612cdbb187d13bbd05869030e 100644 (file)
@@ -218,6 +218,7 @@ static struct dirty_bit_map mesa_bits[] = {
    DEFINE_BIT(_NEW_MULTISAMPLE),
    DEFINE_BIT(_NEW_TRACK_MATRIX),
    DEFINE_BIT(_NEW_PROGRAM),
+   DEFINE_BIT(_NEW_PROGRAM_CONSTANTS),
    {0, 0, 0}
 };