summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
};