i965: add missing BRW_NEW_INTERPOLATION_MAP to state dump
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 4 Aug 2013 09:29:49 +0000 (21:29 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Sat, 10 Aug 2013 08:29:12 +0000 (20:29 +1200)
Makes this flag appear in the output for INTEL_DEBUG=state

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_state_upload.c

index e3ef2457b97c85d775a09b6dcca822451a9a9417..06511ee765f5862433566adc03ea61371530f4d8 100644 (file)
@@ -387,6 +387,7 @@ static struct dirty_bit_map brw_bits[] = {
    DEFINE_BIT(BRW_NEW_RASTERIZER_DISCARD),
    DEFINE_BIT(BRW_NEW_UNIFORM_BUFFER),
    DEFINE_BIT(BRW_NEW_META_IN_PROGRESS),
+   DEFINE_BIT(BRW_NEW_INTERPOLATION_MAP),
    {0, 0, 0}
 };