diff options
author | Eric Anholt <eric@anholt.net> | 2009-02-25 12:41:25 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-02-25 16:17:44 -0800 |
commit | d0415a5a01c1a8c2c2a389d977401a7f6cee031b (patch) | |
tree | 77c0d0019d7dd0074cf7551559c05f42dcadff28 /src/mesa/drivers/dri/i965/brw_context.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_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 9106b748ad..cb12a2b773 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -670,7 +670,9 @@ void brwInitFragProgFuncs( struct dd_function_table *functions ); */ void brw_upload_urb_fence(struct brw_context *brw); -void brw_upload_constant_buffer_state(struct brw_context *brw); +/* brw_curbe.c + */ +void brw_upload_cs_urb_state(struct brw_context *brw); /*====================================================================== |