diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-21 14:33:18 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-24 18:31:16 +0100 |
commit | ea07535240dafc4c6ef55b4b7a2eeaa595febe86 (patch) | |
tree | 34d5d5ba34da6dfb40255a3627e0b4387242c1a8 /src/i830.h | |
parent | 80a9e64f50aeda6004e3aba1fbfdda50bb1f1c82 (diff) |
i915: Emit CA over using OutReverse + Add passes
On PineView:
578/621 -> 610/617 kglyphs/sec [rgb/aa]
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -344,6 +344,7 @@ typedef struct intel_screen_private { Bool render_mask_is_solid; Bool needs_render_state_emit; Bool needs_render_vertex_emit; + Bool needs_render_ca_pass; /* i830 render accel state */ uint32_t render_dest_format; |