summaryrefslogtreecommitdiff
path: root/src/intel_uxa.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-23 19:36:12 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-23 19:42:19 +0000
commit875d4828352c501ec5d0169735fb078807e76f2e (patch)
tree5a4aa6234bc95c0484d16d97338729f40f8e85fa /src/intel_uxa.c
parent58d9912e447cf6e29b20747b5ed6ee595687ce8d (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.c1
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;