diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-23 19:36:12 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-23 19:42:19 +0000 |
commit | 875d4828352c501ec5d0169735fb078807e76f2e (patch) | |
tree | 5a4aa6234bc95c0484d16d97338729f40f8e85fa /src/intel_uxa.c | |
parent | 58d9912e447cf6e29b20747b5ed6ee595687ce8d (diff) |
i830: amalgamate consecutive composites into a single primitive
Improve aa10text on i845 from 218kglyphs/s to 234kglyphs/s
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_uxa.c')
-rw-r--r-- | src/intel_uxa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_uxa.c b/src/intel_uxa.c index 2be26b28..3f231ad2 100644 --- a/src/intel_uxa.c +++ b/src/intel_uxa.c @@ -1220,6 +1220,7 @@ Bool intel_uxa_init(ScreenPtr screen) intel->uxa_driver->composite = i830_composite; intel->uxa_driver->done_composite = i830_done_composite; + intel->vertex_flush = i830_vertex_flush; intel->batch_commit_notify = i830_batch_commit_notify; } else if (IS_GEN3(intel)) { intel->uxa_driver->check_composite = i915_check_composite; |