mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-22 21:58:10 +02:00
Also drop drawable lock.
This commit is contained in:
parent
e821ad884e
commit
3cbcc11707
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-02-01 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* hw/xfree86/dri/dri.c (DRIUnlockedCallback): Also drop drawable lock.
|
||||
|
||||
2006-01-27 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* GL/glx/glxcmds.c (DoCreateGLXPixmap): Disable check for fbconfig
|
||||
|
|
|
|||
|
|
@ -1933,6 +1933,10 @@ DRIUnlockedCallback(DRICallback callback, void *data, int flags)
|
|||
pDRIPriv->partial3DContextStore);
|
||||
}
|
||||
|
||||
if (pDRIPriv->windowsTouched)
|
||||
DRM_SPINUNLOCK(&pDRIPriv->pSAREA->drawable_lock, 1);
|
||||
pDRIPriv->windowsTouched = FALSE;
|
||||
|
||||
DRIUnlock(pScreen);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue