diff options
author | Eric Anholt <[email protected]> | 2011-07-08 13:35:42 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-07-11 09:27:27 -0700 |
commit | a1226bcd20a582146f1848cc0af8145c53b0ecbc (patch) | |
tree | f9a5aac0132a24db5a5bc3367bc60eaeae9e6596 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 6e17a01e427bb621f606b4237fae58c446de9a70 (diff) |
i965/gen6: Add state dumping for the VS constants.
This is quite a bit of spam, but I think it's useful to have in a full
INTEL_DEBUG=batch dump. And a lot of this spam on glxgears is just
because we're awful at handling our constants :/
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 1a918f47b26..471015cf9d0 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -211,6 +211,7 @@ enum state_struct_type { AUB_TRACE_NO_TYPE = 0x100, AUB_TRACE_BINDING_TABLE = 0x101, AUB_TRACE_SURFACE_STATE = 0x102, + AUB_TRACE_VS_CONSTANTS = 0x103, }; /** Subclass of Mesa vertex program */ |