diff options
author | Keith Whitwell <[email protected]> | 2007-12-14 20:13:44 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-12-17 10:30:38 +0000 |
commit | ae858511d00b99070f95e1c22b447d76db9b76c0 (patch) | |
tree | 54f2a297bdab222b51f637692c330142cc1cce7d /src | |
parent | 41b1aa51096e844c0b06f950b1891dc7e5256db7 (diff) |
965: put brw_constant_buffer atom directly in update list
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/i965simple/brw_state_upload.c | 3 |
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 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 }; |