From ae858511d00b99070f95e1c22b447d76db9b76c0 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 14 Dec 2007 20:13:44 +0000 Subject: 965: put brw_constant_buffer atom directly in update list --- src/mesa/pipe/i965simple/brw_state_upload.c | 3 +-- 1 file changed, 1 insertion(+), 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 }; -- cgit v1.2.3