summaryrefslogtreecommitdiff
path: root/hw/xquartz/GL/indirect.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19XQuartz: DRI: Dead code removalJeremy Huddleston1-1/+14
2011-07-16glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY1-1/+2
2011-06-17XQuartz: GLX: Use _glapi_create_table_from_handle to create out dispatch tableJeremy Huddleston1-1049/+30
2011-06-03XQuartz: GLX: Create a new dispatch table rather than modifying the existing oneJeremy Huddleston1-1/+11
2011-05-04glx: Remove noop dispatch tableAdam Jackson1-9/+0
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-2/+0
2010-07-28XQuartz: GLX: Don't mangle __GLXDrawable's pDrawJeremy Huddleston1-3/+2
2010-06-11xquartz: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
2010-05-11XQuartz GL: Fix __glXAquaScreenCreateDrawable prototypeJeremy Huddleston1-4/+6
2010-05-02XQuartz GLX: Change around includes for better compatability with different O...Jeremy Huddleston1-0/+2
2010-04-15XQuartz GLX: Don't let garbage enter our pixel requestJeremy Huddleston1-1/+1
2010-03-21XQuartz: GLX: Fix Availability for Tiger ppc workaroundJeremy Huddleston1-1/+1
2010-03-11XQuartz: GLX: Fix prototype for swapBuffersJeremy Huddleston1-1/+1
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston1-1/+1
2009-08-31XQuartz: GLX: Drawable does not contain resize anymore.Jeremy Huddleston1-8/+0
2009-08-31XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppcJeremy Huddleston1-0/+8
2009-08-31XQuartz: GL: Explicitly set GL_EXT symbols to 0 if they are not in OpenGL.fra...Jeremy Huddleston1-0/+73
2009-08-05XQuartz: AIGLX: Provide empty __glXAquaDrawableResize to avoid crashing in Do...Jeremy Huddleston1-0/+7
2009-07-26XQuartz: Overhaul setting up visualsJeremy Huddleston1-220/+9
2009-06-06XQuartz: AIGLX dispatch table cleanupJeremy Huddleston1-746/+946
2009-02-21XQuartz: GL: Change from xalloc to xcalloc to potentially avoidGeorge Staplin1-1/+1
2009-02-21XQuartz: GL: Fix a bug with an uninitialized GLX data structure.George Staplin1-11/+30
2009-02-17XQuartz: Don't need GlxSetVisualConfig any moreJeremy Huddleston1-2/+0
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-15XQuartz: 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-05XQuartz: GL: Work around problems with really deep visuals.George Peter Staplin1-2/+9
2008-10-31XQuartz: LP64 related casting fixes from Bob MurphyJeremy Huddleston1-7/+7
2008-10-28XQuartz: GL: Add feature detection of color sizes, and accum sizes.George Peter Staplin1-1/+1
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-21Drop glcore GLX provider.Kristian Høgsberg1-5/+5
2008-04-23Moved Apple GL bits into our DDX subtreeJeremy Huddleston1-0/+1940