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_uxa.c | |
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_uxa.c')
-rw-r--r-- | src/i830_uxa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_uxa.c b/src/i830_uxa.c index 0a6b6f80..a2da530c 100644 --- a/src/i830_uxa.c +++ b/src/i830_uxa.c @@ -1055,7 +1055,6 @@ Bool i830_uxa_init(ScreenPtr screen) intel->uxa_driver->uxa_major = 1; intel->uxa_driver->uxa_minor = 0; - intel->needs_render_vertex_emit = TRUE; intel->prim_offset = 0; intel->vertex_count = 0; intel->floats_per_vertex = 0; |