diff options
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r-- | src/radeon_dri.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 176adf8..f585ca2 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -345,15 +345,7 @@ static void RADEONEnterServer(ScreenPtr pScreen) RADEONInfoPtr info = RADEONPTR(pScrn); if (info->accel) info->accel->NeedToSync = TRUE; -#ifdef RENDER - if (info->RenderAccel) { - RADEONSAREAPrivPtr pSAREAPriv; - RADEONInit3DEngineForRender(pScrn); - pSAREAPriv = DRIGetSAREAPrivate(pScrn->pScreen); - pSAREAPriv->ctxOwner = DRIGetContext(pScrn->pScreen); - } -#endif } /* Called when the X server goes to sleep to allow the X server's |