From b662ecccb5c036fcc4aa19026642bde0a1ca2ac8 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 3 Dec 2008 10:50:33 -0800 Subject: [PATCH] Re-enable composite accel on 965 with UXA. This was blocked on getting 965 render aware of BO pixmaps, which is happily now the case. --- src/i830_exa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/i830_exa.c b/src/i830_exa.c index baa8d877..0be0614f 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -934,12 +934,10 @@ i830_uxa_init (ScreenPtr pScreen) i830->uxa_driver->composite = i830_composite; i830->uxa_driver->done_composite = i830_done_composite; } else { -#if 0 i830->uxa_driver->check_composite = i965_check_composite; i830->uxa_driver->prepare_composite = i965_prepare_composite; i830->uxa_driver->composite = i965_composite; i830->uxa_driver->done_composite = i830_done_composite; -#endif } i830->uxa_driver->prepare_access = i830_uxa_prepare_access;