UXA: Re-enable non-965 render.
This commit is contained in:
parent
32bb5fc7db
commit
daaefd173b
|
|
@ -903,7 +903,6 @@ i830_uxa_init (ScreenPtr pScreen)
|
|||
i830->uxa_driver->copy = I830EXACopy;
|
||||
i830->uxa_driver->done_copy = I830EXADoneCopy;
|
||||
|
||||
#if 0
|
||||
/* Composite */
|
||||
if (!IS_I9XX(i830)) {
|
||||
i830->uxa_driver->check_composite = i830_check_composite;
|
||||
|
|
@ -918,12 +917,13 @@ 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;
|
||||
i830->uxa_driver->finish_access = i830_uxa_finish_access;
|
||||
|
|
|
|||
Loading…
Reference in New Issue