xserver-multidpi/hw/xfree86/dri2
Kristian Høgsberg 1da1f33f2d DRI2: Track DRI2 drawables as resources, not privates
The main motivation here is to have the resource system clean up the
DRI2 drawable automatically so glx doesn't have to.  Right now, the
glx drawable resource must be destroyed before the X drawable, so that
calling DRI2DestroyDrawable doesn't crash.  By making the DRI2
drawable a resource, GLX doesn't have to worry about that and the
resource destruction order becomes irrelevant.

https://bugs.freedesktop.org/show_bug.cgi?id=26394

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-04-16 14:53:31 -07:00
..
dri2.c DRI2: Track DRI2 drawables as resources, not privates 2010-04-16 14:53:31 -07:00
dri2.h GLX/DRI2: expose swap control extensions if DDX support is present 2010-03-29 10:03:12 -07:00
dri2ext.c DRI2: Track DRI2 drawables as resources, not privates 2010-04-16 14:53:31 -07:00
Makefile.am Don't reuse PKG_CHECK_MODULES identifiers 2009-01-18 09:49:06 -08:00