xserver-multidpi/hw/xquartz/GL
George Staplin 5587f9b771 XQuartz: GL: Fix a bug with an uninitialized GLX data structure.
This was causing a crash randomly, due to random memory contents.
Use xcalloc to prevent this in the future, due to future changes or mistakes.

Set the drawableType to include GLX_PIXMAP_BIT and GLX_PBUFFER_BIT.
The new libGL supports these.

Set the max Pbuffer width/height, based on the results of a test program.
We may someday want to revisit this depending on what users need, so that
we create a CGLContextObj, make it current, and call glGetIntegerv to
gather the information at runtime.
(cherry picked from commit c7e3383309)
2009-02-21 23:35:22 -08:00
..
capabilities.c XQuartz: GL: Add capability detection for depth buffers, and multisampling. 2008-11-05 19:23:48 -08:00
capabilities.h XQuartz: GL: Add capability detection for depth buffers, and multisampling. 2008-11-05 19:23:48 -08:00
glcontextmodes.c XQuartz: Actually add glcontextmodes.[hc] 2008-11-14 15:13:59 -08:00
glcontextmodes.h XQuartz: Actually add glcontextmodes.[hc] 2008-11-14 15:13:59 -08:00
indirect.c XQuartz: GL: Fix a bug with an uninitialized GLX data structure. 2009-02-21 23:35:22 -08:00
Makefile.am Kill off --with-mesa-source completely 2009-01-18 09:49:06 -08:00
visualConfigs.c XQuartz: GL: Handle the alpha differently when the alpha is equal to GLCAPS_COLOR_BUF_INVALID_VALUE. 2008-11-13 11:34:21 -08:00
visualConfigs.h XQuartz: GL: Add the proper license information to the new files, and add more commentary to setVisualConfigs(). 2008-10-08 18:44:28 -07:00