summaryrefslogtreecommitdiff
path: root/src/glx/glxextensions.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-29glx: Add the extension string for GLX_ARB_framebuffer_sRGBIan Romanick1-0/+1
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-1/+1
2012-07-12mesa: Require current libxcb.Eric Anholt1-10/+0
2012-07-11glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick1-0/+2
2012-01-04glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...Ian Romanick1-2/+2
2012-01-03glx: Hack around versions of XCB that lack GLX_ARB_create_context supportIan Romanick1-0/+9
2012-01-02glx: Enable GLX_EXT_create_context_es2_profileIan Romanick1-0/+11
2012-01-02glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...Ian Romanick1-0/+2
2011-12-19glx: Remove GLX_USE_APPLEGL cruft in extension string handlingIan Romanick1-36/+2
2011-12-19glx: GLX 1.4 does not require GLX_INTEL_swap_eventIan Romanick1-1/+1
2011-12-19glx: Remove some extensions that are not, and never will be, supportedIan Romanick1-11/+0
2011-10-28glx: Don't enable INTEL_swap_event unconditionallyAdam Jackson1-1/+1
2011-03-06glx: add initial GLX_EXT_framebuffer_sRGB support.Dave Airlie1-0/+2
2011-02-26mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt1-0/+1
2010-10-01ARB_texture_rg: Add GLX protocol supportIan Romanick1-0/+1
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-2/+2
2010-07-28glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg1-5/+5
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg1-2/+0
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg1-2/+0
2010-04-27apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston1-0/+38
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston1-38/+0
2010-04-01apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston1-0/+38
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+714