summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-14 20:13:44 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-12-17 10:30:38 +0000
commitae858511d00b99070f95e1c22b447d76db9b76c0 (patch)
tree54f2a297bdab222b51f637692c330142cc1cce7d
parent41b1aa51096e844c0b06f950b1891dc7e5256db7 (diff)
965: put brw_constant_buffer atom directly in update list
-rw-r--r--src/mesa/pipe/i965simple/brw_state_upload.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/pipe/i965simple/brw_state_upload.c b/src/mesa/pipe/i965simple/brw_state_upload.c
index 1fb480172d..2502e54929 100644
--- a/src/mesa/pipe/i965simple/brw_state_upload.c
+++ b/src/mesa/pipe/i965simple/brw_state_upload.c
@@ -90,8 +90,7 @@ const struct brw_tracked_state *atoms[] =
&brw_psp_urb_cbs,
-
- NULL, /* brw_constant_buffer */
+ &brw_constant_buffer
};