xf86-video-intel: src/i830_exa.c

Eric Anholt anholt at kemper.freedesktop.org
Wed Dec 3 10:53:29 PST 2008


 src/i830_exa.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b662ecccb5c036fcc4aa19026642bde0a1ca2ac8
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Dec 3 10:50:33 2008 -0800

    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.

diff --git a/src/i830_exa.c b/src/i830_exa.c
index baa8d87..0be0614 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;


More information about the xorg-commit mailing list