glx: Drop broken drawable garbage collection
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 27 Aug 2010 16:40:11 +0000 (12:40 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 8 Sep 2010 13:20:42 +0000 (09:20 -0400)
commit16887d042a917fa4773e4d853f50051b54e9948c
tree6e31237b62e2d49e5544a05a64d99a95015b1d39
parentb4bb6680200b5a898583392f4c831c02f41e63f7
glx: Drop broken drawable garbage collection

Doesn't work for pixmaps, was looking up the GLX XID and was never thread
safe.  Instead, just destroy the client side structures when the
drawable is no long current for a context.
src/glx/dri2.c
src/glx/dri2_glx.c
src/glx/dri_common.c
src/glx/dri_common.h
src/glx/dri_glx.c
src/glx/drisw_glx.c
src/glx/glxcmds.c
src/glx/glxcurrent.c
src/glx/indirect_glx.c