i965: remove unused state atom entries
authorBrian Paul <brianp@vmware.com>
Wed, 22 Apr 2009 16:44:36 +0000 (10:44 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 22 Apr 2009 16:44:36 +0000 (10:44 -0600)
src/mesa/drivers/dri/i965/brw_state_upload.c

index 491e2e2452bc1d95bca8d1d4af6b5345d2e9655e..20892cdf32203473fb475edfeb14bcbd813a1b1a 100644 (file)
@@ -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,