xserver-multidpi/glx
Jeremy Huddleston 78d39b3222 Revert "glx: don't leak fbconfigs"
This reverts commit d26fae246d.

This patch free()s memory in __glXScreenDestroy which was allocated in
glxdricommon (which isn't in every DDX).  That breaks abstraction and
causes a crash when XQuartz quits, because it results in freeing a pointer
that was never allocated.

The correct fix is to do this cleanup in __glXDRIscreenDestroy.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2012-01-15 02:28:07 -08:00
..
clientinfo.c glx: Add stub implementations of next GLX extension functions 2011-12-19 13:38:49 -08:00
createcontext.c glx: Add stub implementations of next GLX extension functions 2011-12-19 13:38:49 -08:00
dispatch.h glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
extension_string.c
extension_string.h
glapi_gentable.c glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
glapi.c glx: use dispatch.h instead of glapioffsets.h 2011-12-19 13:38:50 -08:00
glapi.h glx: Add _glapi_create_table_from_handle 2011-06-15 14:00:35 -07:00
glapitable.h glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
glprocs.h glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
glthread.c
glthread.h glx: Silence warnings when building with clang 2011-04-25 18:56:56 -07:00
glxbyteorder.h
glxcmds.c glx: Fix lifetime tracking for pixmaps 2011-04-15 12:55:47 -04:00
glxcmdsswap.c
glxcontext.h
glxdrawable.h
glxdri2.c dri2: Invalidate window pixmaps 2011-12-19 22:32:33 -08:00
glxdri.c glx: don't leak driConfigs 2011-11-24 17:40:01 -02:00
glxdricommon.c
glxdricommon.h
glxdriswrast.c glx: don't leak driConfigs 2011-11-24 17:40:01 -02:00
glxext.c glx: Fix lifetime tracking for pixmaps 2011-04-15 12:55:47 -04:00
glxext.h glx: Only declare GlxExtensionInit in one header file 2011-12-19 13:38:46 -08:00
glxscreens.c Revert "glx: don't leak fbconfigs" 2012-01-15 02:28:07 -08:00
glxscreens.h glx: Remove a few lingering traces of __GLXscreen.GLXVersion 2011-07-07 18:09:21 +01:00
glxserver.h Remove unnecessary #undefs of [f]abs and old comments 2011-09-21 17:12:04 -04:00
glxutil.h
indirect_dispatch_swap.c glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_dispatch.c glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_dispatch.h glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_program.c glx: use dispatch.h instead of glapioffsets.h 2011-12-19 13:38:50 -08:00
indirect_reqsize.c glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_reqsize.h glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_size_get.c glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_size_get.h glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_size.h glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_table.c glx: Regenerate GL API files from Mesa 2011-12-19 13:38:50 -08:00
indirect_table.h
indirect_texture_compression.c
indirect_util.c
indirect_util.h
Makefile.am glx/glapioffsets.h is no longer part of the build, remove it 2011-12-27 14:02:39 -08:00
render2.c
render2swap.c
renderpix.c
renderpixswap.c
rensize.c
single2.c Convert glx/single2.c:DoGetString() to use asprintf() 2011-11-23 12:15:06 -08:00
single2swap.c
singlepix.c
singlepixswap.c
singlesize.c
singlesize.h
swap_interval.c glx: use dispatch.h instead of glapioffsets.h 2011-12-19 13:38:50 -08:00
unpack.h
xfont.c