mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +00:00
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:
parent
39ce5f1544
commit
fe0c838b5d
3 changed files with 16 additions and 26 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue