summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* Revert "Always build shared glapi"Matt Turner2012-01-245-0/+15
* Always build shared glapiMatt Turner2012-01-205-15/+0
* scons: Fix libGL.so build.Roland Scheidegger2012-01-131-0/+1
* glx/dri: Initialize api even if num_attribs == 0.Kenneth Graunke2012-01-111-1/+3
* glx: Suppress unused variable warning for cmdlenPaul Berry2012-01-111-1/+1
* scons: Fix libGL.so build.José Fonseca2012-01-101-0/+3
* glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)Marek Olšák2012-01-051-1/+34
* glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...Ian Romanick2012-01-043-4/+7
* drisw: Fix drawable creation against non-default screensAdam Jackson2012-01-041-2/+1
* glx: Hack around versions of XCB that lack GLX_ARB_create_context supportIan Romanick2012-01-032-0/+23
* tests/glx: Add unit tests for GLX_ARB_create_context GLX protocolIan Romanick2012-01-021-1/+4
* glx: Don't use 'new' as a function parameter nameIan Romanick2012-01-021-1/+1
* glx: Enable GLX_EXT_create_context_es2_profileIan Romanick2012-01-025-0/+39
* glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contextsIan Romanick2012-01-021-1/+88
* glx/dri: Add utility function dri2_convert_glx_attribsIan Romanick2012-01-022-0/+108
* glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...Ian Romanick2012-01-022-1/+5
* glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick2012-01-021-0/+3
* glx: Initial implementation of glXCreateContextAttribsARBIan Romanick2012-01-024-1/+121
* glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contextsIan Romanick2012-01-021-1/+91
* glx: Implement glx_screen_vtable::create_context_attribs for indirect contextsIan Romanick2012-01-021-1/+23
* glx: Add glx_screen_vtable::create_context_attribsIan Romanick2012-01-024-3/+14
* glx: Use __glX_send_client_info with XCBIan Romanick2012-01-021-0/+4
* glx: Add __glX_send_client_info super functionIan Romanick2012-01-023-0/+160
* glx: Propagate the glXIsDirect protocol error back to the applicationIan Romanick2011-12-231-3/+26
* glx: Deliver an xlib style error to the application from an XCB errorIan Romanick2011-12-232-0/+23
* glx: Remove GLX_USE_APPLEGL cruft in extension string handlingIan Romanick2011-12-191-36/+2
* glx: GLX 1.4 does not require GLX_INTEL_swap_eventIan Romanick2011-12-191-1/+1
* glx: Remove some extensions that are not, and never will be, supportedIan Romanick2011-12-192-20/+0
* glx: Explicitly reject servers that only support GLX 1.0Ian Romanick2011-12-191-4/+6
* glx: Initialize share_xid in CreateContextIan Romanick2011-12-191-0/+1
* glx: Make parameter types for __glXSendError match protocol typesIan Romanick2011-12-192-4/+6
* glx: Make __glXSendError available in non-Apple buildsIan Romanick2011-12-194-1/+2
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-196-26/+31
* glx: Don't segfault if glXGetContextIDEXT is pased a NULL contextIan Romanick2011-12-191-1/+1
* glx: Fix handling of property list received from the server in glXImportConte...Ian Romanick2011-12-191-13/+32
* glx: Don't segfault if xcb_glx_is_direct_reply returns NULLIan Romanick2011-12-191-1/+1
* glx: Don't create a shared context if the other context isn't the same kindIan Romanick2011-12-193-0/+21
* drisw: remove unused variableMarek Olšák2011-12-171-1/+2
* Regenerate files from previous commitsIan Romanick2011-12-133-704/+690
* glx: Fix indirect fallback when a non-Mesa GLX extension is present.Aaron Plattner2011-12-074-15/+54
* drisw: Enable SGI_make_current_read for direct contextsAdam Jackson2011-11-011-0/+2
* glx: Don't enable INTEL_swap_event unconditionallyAdam Jackson2011-10-281-1/+1
* apple: Implement applegl_unbind_contextJeremy Huddleston2011-10-241-0/+18
* apple: Use the correct (OpenGL.framework) glViewport and glScissor during initJeremy Huddleston2011-10-215-10/+15
* apple: Silence some debug spewJeremy Huddleston2011-10-211-3/+3
* dri2: Implement a throttle dri extension.Thomas Hellstrom2011-10-141-3/+50
* scons: MacOSX build fixes.José Fonseca2011-09-201-3/+0
* Remove unneeded xdamages header from dri2_glx.c.Matt Turner2011-09-191-1/+0
* glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.Michel Dänzer2011-09-141-0/+4
* GLX: Say something if we cannot connect via DRI2Andrew Deason2011-09-141-0/+1