xserver-multidpi/hw/xfree86/dri2
Jesse Barnes 711e26466a DRI2: handle drawable destruction properly at DRI2SwapComplete time
Simon reported an issue with kwin that turned out to be a general problem.  If
a drawable goes away before its swap completes, we'll try to free it up.
However, we free it improperly, which causes a server crash in
DRI2DestroyDrawable.  Fix that up by splitting the free code out and calling
it from DRI2SwapComplete.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Michel Dänzer <michel@daenzer.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-01-27 14:35:18 -08:00
..
dri2.c DRI2: handle drawable destruction properly at DRI2SwapComplete time 2010-01-27 14:35:18 -08:00
dri2.h DRI2: Allow multiple driver names. 2010-01-27 13:57:00 -08:00
dri2ext.c GLX/DRI2: add INTEL_swap_event support 2010-01-11 16:17:15 -05:00
Makefile.am Don't reuse PKG_CHECK_MODULES identifiers 2009-01-18 09:49:06 -08:00