summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_misc_state.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-25 12:41:25 -0800
committerEric Anholt <eric@anholt.net>2009-02-25 16:17:44 -0800
commitd0415a5a01c1a8c2c2a389d977401a7f6cee031b (patch)
tree77c0d0019d7dd0074cf7551559c05f42dcadff28 /src/mesa/drivers/dri/i965/brw_misc_state.c
parent69f080cefced8b3395cdf179c107303a1013d196 (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_misc_state.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_misc_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_misc_state.c b/src/mesa/drivers/dri/i965/brw_misc_state.c
index 9dcdad7b4e..40cb7a341d 100644
--- a/src/mesa/drivers/dri/i965/brw_misc_state.c
+++ b/src/mesa/drivers/dri/i965/brw_misc_state.c
@@ -178,7 +178,7 @@ static void upload_psp_urb_cbs(struct brw_context *brw )
{
upload_pipelined_state_pointers(brw);
brw_upload_urb_fence(brw);
- brw_upload_constant_buffer_state(brw);
+ brw_upload_cs_urb_state(brw);
}
const struct brw_tracked_state brw_psp_urb_cbs = {