diff options
author | Eric Anholt <[email protected]> | 2009-02-25 12:41:25 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-02-25 16:17:44 -0800 |
commit | d0415a5a01c1a8c2c2a389d977401a7f6cee031b (patch) | |
tree | 77c0d0019d7dd0074cf7551559c05f42dcadff28 /src/mesa/drivers/dri/i965/brw_state.h | |
parent | 69f080cefced8b3395cdf179c107303a1013d196 (diff) |
i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index df839c5b300..81b0a45998f 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -52,7 +52,6 @@ const struct brw_tracked_state brw_cc_vp; const struct brw_tracked_state brw_check_fallback; const struct brw_tracked_state brw_clip_prog; const struct brw_tracked_state brw_clip_unit; -const struct brw_tracked_state brw_constant_buffer_state; const struct brw_tracked_state brw_constant_buffer; const struct brw_tracked_state brw_curbe_offsets; const struct brw_tracked_state brw_invarient_state; |