i965: Add dumping for gen6 WM constants too.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index 471015cf9d0f2c8dca7e4b5aaabea1be23f0e403..22baf978ad47654c5723c6e20e857f8923b2f557 100644 (file)
@@ -212,6 +212,7 @@ enum state_struct_type {
    AUB_TRACE_BINDING_TABLE =           0x101,
    AUB_TRACE_SURFACE_STATE =           0x102,
    AUB_TRACE_VS_CONSTANTS =            0x103,
+   AUB_TRACE_WM_CONSTANTS =            0x104,
 };
 
 /** Subclass of Mesa vertex program */