From: Gustavo Pichorim Boiko Date: Fri, 30 Mar 2007 20:10:10 +0000 (-0600) Subject: call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f652c89d719f537425a8bd6f7e7909966a89a98;p=mesa.git call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477 --- diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.c b/src/mesa/drivers/dri/mga/mga_xmesa.c index ca2c8faa183..5b65d1a3028 100644 --- a/src/mesa/drivers/dri/mga/mga_xmesa.c +++ b/src/mesa/drivers/dri/mga/mga_xmesa.c @@ -910,6 +910,7 @@ void mgaGetLock( mgaContextPtr mmesa, GLuint flags ) drmGetLock(mmesa->driFd, mmesa->hHWContext, flags); + DRI_VALIDATE_DRAWABLE_INFO( mmesa->driScreen, dPriv ); if (*(dPriv->pStamp) != mmesa->lastStamp) { mmesa->lastStamp = *(dPriv->pStamp); mmesa->SetupNewInputs |= VERT_BIT_POS; @@ -920,7 +921,7 @@ void mgaGetLock( mgaContextPtr mmesa, GLuint flags ) mmesa->dirty |= MGA_UPLOAD_CONTEXT | MGA_UPLOAD_CLIPRECTS; - mmesa->sarea->dirty |= MGA_UPLOAD_CONTEXT; + mmesa->sarea->dirty |= MGA_UPLOAD_CONTEXT; if (sarea->ctxOwner != me) { mmesa->dirty |= (MGA_UPLOAD_CONTEXT | MGA_UPLOAD_TEX0 |