diff options
-rw-r--r-- | src/i830_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c index f61c5640..6a324929 100644 --- a/src/i830_dri.c +++ b/src/i830_dri.c @@ -1448,7 +1448,7 @@ i830_update_dri_buffers(ScrnInfoPtr pScrn) drmI830Sarea *sarea; Bool success; - if (pI830->directRenderingType == DRI_DRI2) + if (pI830->directRenderingType != DRI_XF86DRI) return TRUE; sarea = (drmI830Sarea *) DRIGetSAREAPrivate(pScreen); |