summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-05-21 14:33:18 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-05-24 18:31:16 +0100
commitea07535240dafc4c6ef55b4b7a2eeaa595febe86 (patch)
tree34d5d5ba34da6dfb40255a3627e0b4387242c1a8 /src/i830.h
parent80a9e64f50aeda6004e3aba1fbfdda50bb1f1c82 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index 229a4e68..a69f60de 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -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;