summaryrefslogtreecommitdiff
path: root/hw/xquartz/GL
AgeCommit message (Expand)AuthorFilesLines
2009-02-02XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on LeopardJeremy Huddleston1-1/+1
2009-02-01XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXTJeremy Huddleston1-0/+2
2009-01-26XQuartz: GL: indirect.c changes to fix the build with newer OpenGL frameworks.George Staplin1-0/+19
2009-01-12XQuartz: GL: Make indirect.c build and work in the 1.6 branch.George Staplin1-588/+84
2009-01-10XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.George Staplin1-1/+1
2009-01-10XQuartz: GL: Make many more fbconfigs and visuals available for the 1.5 branch.George Staplin1-261/+190
2008-11-28XQuartz: GL: Make various changes to makeFormat, so that it works better. No...George Staplin1-99/+54
2008-11-22XQuartz: GL: Remove the inclusion of glcontextmodes.h.George Staplin1-7/+28
2008-11-22XQuartz: GL: Add a branch to prevent a NULL DrawablePtr structure access.George Staplin1-22/+35
2008-11-21XQuartz: GLX: sync up indirect.c to match George's updates in the xorg-server...Jeremy Huddleston1-66/+237
2008-11-21XQuartz: GL: remove glcontextmodes.* from the Makefile.am. It has been repla...George Staplin1-2/+0
2008-11-14XQuartz: Actually add glcontextmodes.[hc]Jeremy Huddleston2-0/+604
2008-11-14XQuartz: Initial work on readding GLX to the 1.5 serverJeremy Huddleston1-0/+2
2008-11-13XQuartz: GL: Handle the alpha differently when the alpha is equal to GLCAPS_C...George Staplin1-6/+24
2008-11-05XQuartz: GL: Add capability detection for depth buffers, and multisampling.George Peter Staplin3-75/+179
2008-11-05XQuartz: GL: Work around problems with really deep visuals.George Peter Staplin3-72/+95
2008-10-31XQuartz: LP64 related casting fixes from Bob MurphyJeremy Huddleston1-7/+7
2008-10-31XQuartz: GL: Mark visuals that are slower than others, due to lack of acceler...George Peter Staplin1-1/+7
2008-10-28XQuartz: GL: Fix several error handling mistakes in handleRenderDescriptions,...George Peter Staplin1-3/+3
2008-10-28XQuartz: GL: Add feature detection of color sizes, and accum sizes.George Peter Staplin4-103/+530
2008-10-23XQuartz: Remove the enable_stereo default. We now use feature detection to e...George Peter Staplin1-4/+2
2008-10-08XQuartz: Fixed EXTRA_DIST for new GL files.Jeremy Huddleston1-0/+4
2008-10-08XQuartz: GL: setVisualConfigs() copied the behavior of indirect.c which is wr...George Staplin1-47/+57
2008-10-08XQuartz: GL: Add the proper license information to the new files, and add mor...George Staplin4-9/+113
2008-10-08XQuartz: GL: Add the new C code to the Makefile.am.George Staplin1-1/+3
2008-10-08XQuartz: GL: Provide code for getting the capabilities of the underlying syst...George Staplin4-0/+225
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-8/+3
2008-10-04XQuartz: GLX - enable_stereo defaults option should work nowJeremy Huddleston1-1/+4
2008-05-21Fix up paths for GL/glx -> glx renamingDan Nicholson1-1/+1
2008-05-21Drop glcore GLX provider.Kristian Høgsberg1-5/+5
2008-04-23Moved Apple GL bits into our DDX subtreeJeremy Huddleston2-0/+1953