xserver-multidpi/glx
Daniel Drake 05472534cf Don't abort if swrast library is not present
GLX is enabled by default, but the current swrast behaviour causes X
to abort with fatal error if the swrast dri library dlopen fails.

Handle the case where the swrast library is not present, and do not
register the GLX extension unless at least one screen has a usable
GL provider.
(cherry picked from commit eff25430b4)
2008-08-29 14:38:43 -04:00
..
dispatch.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
extension_string.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
extension_string.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
g_disptab.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glapi.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glapi.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glapioffsets.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glapitable.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glapitemp.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glprocs.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glthread.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glthread.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxbyteorder.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxcmds.c Fix driGetConfigAttribIndex unaligned access to GLboolean. 2008-08-26 10:58:35 -04:00
glxcmdsswap.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxcontext.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxdrawable.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxdri.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxdri2.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxdricommon.c Fix driGetConfigAttribIndex unaligned access to GLboolean. 2008-08-26 10:58:35 -04:00
glxdricommon.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxdriswrast.c Don't abort if swrast library is not present 2008-08-29 14:38:43 -04:00
glxext.c Don't abort if swrast library is not present 2008-08-29 14:38:43 -04:00
glxext.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxscreens.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxscreens.h Fix driGetConfigAttribIndex unaligned access to GLboolean. 2008-08-26 10:58:35 -04:00
glxserver.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
glxutil.c glx: drop stray glcore.h include 2008-06-26 16:14:52 -04:00
glxutil.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_dispatch_swap.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_dispatch.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_dispatch.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_program.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_reqsize.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_reqsize.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_size_get.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_size_get.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_size.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_table.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_table.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_texture_compression.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_util.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
indirect_util.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
Makefile.am Distcheck fixes. 2008-06-30 11:17:53 -04:00
render2.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
render2swap.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
renderpix.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
renderpixswap.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
rensize.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
single2.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
single2swap.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
singlepix.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
singlepixswap.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
singlesize.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
singlesize.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
swap_interval.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
unpack.h Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00
xfont.c Move GL/glx on level up now that it's the only thing left under GL. 2008-06-26 16:14:52 -04:00