summaryrefslogtreecommitdiff
path: root/hw/xquartz/GL
AgeCommit message (Expand)AuthorFilesLines
2011-07-19XQuartz: DRI: Dead code removalJeremy Huddleston1-1/+14
2011-07-07glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY1-1/+2
2011-06-15XQuartz: GLX: Fix a -Wformat-security compilation warningJeremy Huddleston1-1/+1
2011-06-15XQuartz: GLX: Use _glapi_create_table_from_handle to create out dispatch tableJeremy Huddleston1-905/+17
2011-06-03XQuartz: AIGLX: Remove unnecessary includes in indirect.cJeremy Huddleston1-23/+9
2011-06-03XQuartz: AIGLX: Setup dispatch table based on runtime capabilities rather tha...Jeremy Huddleston1-996/+880
2011-06-01XQuartz: ASL: Use GLXAqua subsystem for logging GLXAqua messagesJeremy Huddleston1-6/+2
2011-06-01XQuartz: GLX: Create a new dispatch table rather than modifying the existing oneJeremy Huddleston1-1/+11
2011-04-25XQuartz: Use ErrorF rather than fprintf to log errorsJeremy Huddleston1-3/+3
2011-04-24hw/xquartz: remove duplicated includesNicolas Kaiser2-2/+0
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson1-15/+0
2011-03-28glx: Remove noop dispatch tableAdam Jackson1-9/+0
2010-12-08XQuartz GL: Add $(GL_CFLAGS) to CFLAGSJeremy Huddleston1-1/+1
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 Gusarov3-13/+13
2010-05-11XQuartz GL: Fix __glXAquaScreenCreateDrawable prototypeJeremy Huddleston1-4/+6
2010-05-02XQuartz GLX: Change around includes for better compatability with different O...Jeremy Huddleston2-1/+4
2010-04-15XQuartz GLX: Don't let garbage enter our pixel requestJeremy Huddleston1-1/+1
2010-03-29darwin: Generate crash reports on FatalError()Jeremy Huddleston1-2/+1
2010-03-21XQuartz: GLX: Fix Availability for Tiger ppc workaroundJeremy Huddleston1-1/+1
2010-03-15Merge remote branch 'jeremyhu/master'Keith Packard2-1/+5
2010-03-15XQuartz: remove undefined XSERVER_CFLAGS variableGaetan Nadon1-1/+1
2010-03-11XQuartz: Include os.h for OsAbort()Jeremy Huddleston1-0/+4
2010-03-11XQuartz: GLX: Fix prototype for swapBuffersJeremy Huddleston1-1/+1
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston2-3/+2
2009-09-27XQuartz: Fix a bunch of compilation warnings about styleJeremy Huddleston1-1/+1
2009-09-23XQuartz: GLX capabilities: Allow 16bit accumulation buffersJeremy Huddleston1-6/+8
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-31XQuartz: Unify how we set our bitmasks for visualsJeremy Huddleston1-19/+11
2009-07-31XQuartz: Cleanup the bitmask setting for GLX visuals.Jeremy Huddleston1-20/+18
2009-07-26XQuartz: Overhaul setting up visualsJeremy Huddleston3-383/+212
2009-07-16XQuartz: Cleanup getGlCapabilities to avoid hardcoding the number of displaysJeremy Huddleston1-39/+18
2009-07-16XQuartz: Allow more than 3 OSX displaysJeremy Huddleston1-1/+1
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-18Kill off --with-mesa-source completelyDan Nicholson1-2/+0
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