Browse Source

i965: Enable DRAWING_RECTANGLE emit on Sandybridge.

tags/7.8-rc1
Eric Anholt 16 years ago
parent
commit
c9065cd61f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/i965/brw_state_upload.c

+ 1
- 1
src/mesa/drivers/dri/i965/brw_state_upload.c View File

@@ -167,9 +167,9 @@ const struct brw_tracked_state *gen6_atoms[] =
&brw_aa_line_parameters,

&brw_psp_urb_cbs,
#endif

&brw_drawing_rect,
#endif

&brw_indices,
&brw_index_buffer,

Loading…
Cancel
Save