diff options
author | Brian Paul <[email protected]> | 2009-04-22 10:44:36 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-22 10:44:36 -0600 |
commit | a071a8d2e72e52e6a8906448b171756c8920ce96 (patch) | |
tree | e905b22f37a8950b7a1ac88c995f9288e51a18e4 | |
parent | f428255bde93a452a7cdd48fba21839c99beb6cb (diff) |
i965: remove unused state atom entries
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state_upload.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index 491e2e2452b..20892cdf322 100644 --- 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, |