Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, so

we only take it when clipping a DRI drawable instead of on every tree
    update. Note drawable lock acquisition per- screen instead of globally,
    and drop it in BlockHandler if necessary.
This commit is contained in:
Adam Jackson 2006-01-06 18:06:02 +00:00
commit fe0c838b5d
3 changed files with 16 additions and 26 deletions

View file

@ -1,3 +1,11 @@
2006-01-06 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/dri/dri.c:
* hw/xfree86/dri/dristruct.h:
Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, so we only take it when
clipping a DRI drawable instead of on every tree update. Note drawable lock acquisition per-
screen instead of globally, and drop it in BlockHandler if necessary.
2006-01-06 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/loader/misym.c: