965: put brw_constant_buffer atom directly in update list
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 14 Dec 2007 20:13:44 +0000 (20:13 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 17 Dec 2007 10:30:38 +0000 (10:30 +0000)
src/mesa/pipe/i965simple/brw_state_upload.c

index 1fb480172db57513f5a4e3c4c4774ffbe8acec77..2502e5492991201a93be6cd71fb91e79a26775d2 100644 (file)
@@ -90,8 +90,7 @@ const struct brw_tracked_state *atoms[] =
 
    &brw_psp_urb_cbs,
 
-
-   NULL,                       /* brw_constant_buffer */
+   &brw_constant_buffer
 };