summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2014-05-31darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...8.0Jeremy Huddleston Sequoia1-2/+0
2014-05-24darwin: Guard Core Profile usage behind a testing envvarJeremy Huddleston Sequoia1-10/+20
2014-05-24darwin: Write errors in choosing the pixel format to the crash logJeremy Huddleston Sequoia1-2/+16
2014-05-24appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...Jon TURNEY1-0/+5
2014-05-20darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia1-5/+9
2013-07-20Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia1-2/+0
2012-09-24darwin: do not create double-buffered offscreen pixel formatsJonas Maebe1-1/+1
2012-07-06glx: Handle a null reply in QueryVersion.Stéphane Marchesin1-0/+3
2012-05-18glx/drisw: avoid segfaults when we fail to get visualDave Airlie1-2/+9
2012-05-18darwin: Address a build failure on Leopard and earlier OS versionsJeremy Huddleston1-0/+10
2012-05-17Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the serv...Jon TURNEY1-0/+1
2012-05-16darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston1-4/+4
2012-05-16darwin: Unlock our mutex before destroying itJeremy Huddleston1-0/+3
2012-05-03darwin: Use ASL for loggingJeremy Huddleston5-21/+183
2012-05-03darwin: Make reported errors more user-friendlyJeremy Huddleston1-9/+10
2012-05-03darwin: Fix an error messageJeremy Huddleston1-1/+1
2012-04-24darwin: Eliminate a pthread mutex leakJeremy Huddleston1-0/+7
2012-04-23apple: Fix a use after freeJonas Maebe1-2/+4
2012-03-16darwin: Build create_context.cJeremy Huddleston2-1/+7
2012-01-11glx/dri: Initialize api even if num_attribs == 0.Kenneth Graunke1-1/+3
2012-01-11glx: Suppress unused variable warning for cmdlenPaul Berry1-1/+1
2012-01-10scons: Fix libGL.so build.José Fonseca1-0/+3
2012-01-05glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)Marek Olšák1-1/+34
2012-01-04glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...Ian Romanick3-4/+7
2012-01-04drisw: Fix drawable creation against non-default screensAdam Jackson1-2/+1
2012-01-03glx: Hack around versions of XCB that lack GLX_ARB_create_context supportIan Romanick2-0/+23
2012-01-02tests/glx: Add unit tests for GLX_ARB_create_context GLX protocolIan Romanick1-1/+4
2012-01-02glx: Don't use 'new' as a function parameter nameIan Romanick1-1/+1
2012-01-02glx: Enable GLX_EXT_create_context_es2_profileIan Romanick5-0/+39
2012-01-02glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contextsIan Romanick1-1/+88
2012-01-02glx/dri: Add utility function dri2_convert_glx_attribsIan Romanick2-0/+108
2012-01-02glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...Ian Romanick2-1/+5
2012-01-02glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick1-0/+3
2012-01-02glx: Initial implementation of glXCreateContextAttribsARBIan Romanick4-1/+121
2012-01-02glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contextsIan Romanick1-1/+91
2012-01-02glx: Implement glx_screen_vtable::create_context_attribs for indirect contextsIan Romanick1-1/+23
2012-01-02glx: Add glx_screen_vtable::create_context_attribsIan Romanick4-3/+14
2012-01-02glx: Use __glX_send_client_info with XCBIan Romanick1-0/+4
2012-01-02glx: Add __glX_send_client_info super functionIan Romanick3-0/+160
2011-12-23glx: Propagate the glXIsDirect protocol error back to the applicationIan Romanick1-3/+26
2011-12-23glx: Deliver an xlib style error to the application from an XCB errorIan Romanick2-0/+23
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 Romanick2-20/+0
2011-12-19glx: Explicitly reject servers that only support GLX 1.0Ian Romanick1-4/+6
2011-12-19glx: Initialize share_xid in CreateContextIan Romanick1-0/+1
2011-12-19glx: Make parameter types for __glXSendError match protocol typesIan Romanick2-4/+6
2011-12-19glx: Make __glXSendError available in non-Apple buildsIan Romanick4-1/+2
2011-12-19glx: Send DestroyContext protocol at the correct timesIan Romanick6-26/+31
2011-12-19glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick1-1/+1