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.
This commit is contained in:
Eric Anholt 2008-12-03 10:50:33 -08:00
parent d426f799f5
commit b662ecccb5
1 changed files with 0 additions and 2 deletions

View File

@ -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;