From: Keith Whitwell Date: Fri, 14 Dec 2007 20:13:44 +0000 (+0000) Subject: 965: put brw_constant_buffer atom directly in update list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae858511d00b99070f95e1c22b447d76db9b76c0;p=mesa.git 965: put brw_constant_buffer atom directly in update list --- diff --git a/src/mesa/pipe/i965simple/brw_state_upload.c b/src/mesa/pipe/i965simple/brw_state_upload.c index 1fb480172db..2502e549299 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 };