projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f428255
)
i965: remove unused state atom entries
author
Brian Paul
<brianp@vmware.com>
Wed, 22 Apr 2009 16:44:36 +0000
(10:44 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 22 Apr 2009 16:44:36 +0000
(10:44 -0600)
src/mesa/drivers/dri/i965/brw_state_upload.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_state_upload.c
b/src/mesa/drivers/dri/i965/brw_state_upload.c
index 491e2e2452bc1d95bca8d1d4af6b5345d2e9655e..20892cdf32203473fb475edfeb14bcbd813a1b1a 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/
src/mesa/drivers/dri/i965/brw_state_upload.c
@@
-59,7
+59,6
@@
const struct brw_tracked_state *atoms[] =
&brw_curbe_offsets,
&brw_recalculate_urb_fence,
-
&brw_cc_vp,
&brw_cc_unit,
@@
-88,15
+87,8
@@
const struct brw_tracked_state *atoms[] =
&brw_line_stipple,
&brw_aa_line_parameters,
- /* Ordering of the commands below is documented as fixed.
- */
-#if 0
- &brw_pipelined_state_pointers,
- &brw_urb_fence,
- &brw_constant_buffer_state,
-#else
+
&brw_psp_urb_cbs,
-#endif
&brw_drawing_rect,
&brw_indices,