| Commit message (Expand) | Author | Age | Files | Lines |
* | Always build shared glapi | Matt Turner | 2012-01-20 | 5 | -15/+0 |
* | scons: Fix libGL.so build. | Roland Scheidegger | 2012-01-13 | 1 | -0/+1 |
* | glx/dri: Initialize api even if num_attribs == 0. | Kenneth Graunke | 2012-01-11 | 1 | -1/+3 |
* | glx: Suppress unused variable warning for cmdlen | Paul Berry | 2012-01-11 | 1 | -1/+1 |
* | scons: Fix libGL.so build. | José Fonseca | 2012-01-10 | 1 | -0/+3 |
* | glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2) | Marek Olšák | 2012-01-05 | 1 | -1/+34 |
* | glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup... | Ian Romanick | 2012-01-04 | 3 | -4/+7 |
* | drisw: Fix drawable creation against non-default screens | Adam Jackson | 2012-01-04 | 1 | -2/+1 |
* | glx: Hack around versions of XCB that lack GLX_ARB_create_context support | Ian Romanick | 2012-01-03 | 2 | -0/+23 |
* | tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol | Ian Romanick | 2012-01-02 | 1 | -1/+4 |
* | glx: Don't use 'new' as a function parameter name | Ian Romanick | 2012-01-02 | 1 | -1/+1 |
* | glx: Enable GLX_EXT_create_context_es2_profile | Ian Romanick | 2012-01-02 | 5 | -0/+39 |
* | glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts | Ian Romanick | 2012-01-02 | 1 | -1/+88 |
* | glx/dri: Add utility function dri2_convert_glx_attribs | Ian Romanick | 2012-01-02 | 2 | -0/+108 |
* | glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont... | Ian Romanick | 2012-01-02 | 2 | -1/+5 |
* | glx: Connect glXCreateContextAttribsARB to glXGetProcAddress | Ian Romanick | 2012-01-02 | 1 | -0/+3 |
* | glx: Initial implementation of glXCreateContextAttribsARB | Ian Romanick | 2012-01-02 | 4 | -1/+121 |
* | glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts | Ian Romanick | 2012-01-02 | 1 | -1/+91 |
* | glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts | Ian Romanick | 2012-01-02 | 1 | -1/+23 |
* | glx: Add glx_screen_vtable::create_context_attribs | Ian Romanick | 2012-01-02 | 4 | -3/+14 |
* | glx: Use __glX_send_client_info with XCB | Ian Romanick | 2012-01-02 | 1 | -0/+4 |
* | glx: Add __glX_send_client_info super function | Ian Romanick | 2012-01-02 | 3 | -0/+160 |
* | glx: Propagate the glXIsDirect protocol error back to the application | Ian Romanick | 2011-12-23 | 1 | -3/+26 |
* | glx: Deliver an xlib style error to the application from an XCB error | Ian Romanick | 2011-12-23 | 2 | -0/+23 |
* | glx: Remove GLX_USE_APPLEGL cruft in extension string handling | Ian Romanick | 2011-12-19 | 1 | -36/+2 |
* | glx: GLX 1.4 does not require GLX_INTEL_swap_event | Ian Romanick | 2011-12-19 | 1 | -1/+1 |
* | glx: Remove some extensions that are not, and never will be, supported | Ian Romanick | 2011-12-19 | 2 | -20/+0 |
* | glx: Explicitly reject servers that only support GLX 1.0 | Ian Romanick | 2011-12-19 | 1 | -4/+6 |
* | glx: Initialize share_xid in CreateContext | Ian Romanick | 2011-12-19 | 1 | -0/+1 |
* | glx: Make parameter types for __glXSendError match protocol types | Ian Romanick | 2011-12-19 | 2 | -4/+6 |
* | glx: Make __glXSendError available in non-Apple builds | Ian Romanick | 2011-12-19 | 4 | -1/+2 |
* | glx: Send DestroyContext protocol at the correct times | Ian Romanick | 2011-12-19 | 6 | -26/+31 |
* | glx: Don't segfault if glXGetContextIDEXT is pased a NULL context | Ian Romanick | 2011-12-19 | 1 | -1/+1 |
* | glx: Fix handling of property list received from the server in glXImportConte... | Ian Romanick | 2011-12-19 | 1 | -13/+32 |
* | glx: Don't segfault if xcb_glx_is_direct_reply returns NULL | Ian Romanick | 2011-12-19 | 1 | -1/+1 |
* | glx: Don't create a shared context if the other context isn't the same kind | Ian Romanick | 2011-12-19 | 3 | -0/+21 |
* | drisw: remove unused variable | Marek Olšák | 2011-12-17 | 1 | -1/+2 |
* | Regenerate files from previous commits | Ian Romanick | 2011-12-13 | 3 | -704/+690 |
* | glx: Fix indirect fallback when a non-Mesa GLX extension is present. | Aaron Plattner | 2011-12-07 | 4 | -15/+54 |
* | drisw: Enable SGI_make_current_read for direct contexts | Adam Jackson | 2011-11-01 | 1 | -0/+2 |
* | glx: Don't enable INTEL_swap_event unconditionally | Adam Jackson | 2011-10-28 | 1 | -1/+1 |
* | apple: Implement applegl_unbind_context | Jeremy Huddleston | 2011-10-24 | 1 | -0/+18 |
* | apple: Use the correct (OpenGL.framework) glViewport and glScissor during init | Jeremy Huddleston | 2011-10-21 | 5 | -10/+15 |
* | apple: Silence some debug spew | Jeremy Huddleston | 2011-10-21 | 1 | -3/+3 |
* | dri2: Implement a throttle dri extension. | Thomas Hellstrom | 2011-10-14 | 1 | -3/+50 |
* | scons: MacOSX build fixes. | José Fonseca | 2011-09-20 | 1 | -3/+0 |
* | Remove unneeded xdamages header from dri2_glx.c. | Matt Turner | 2011-09-19 | 1 | -1/+0 |
* | glx/dri2: Don't call X server for SwapBuffers when there's no back buffer. | Michel Dänzer | 2011-09-14 | 1 | -0/+4 |
* | GLX: Say something if we cannot connect via DRI2 | Andrew Deason | 2011-09-14 | 1 | -0/+1 |
* | Enable GLX_EXT_texture_from_pixmap in software. | nobled | 2011-09-06 | 1 | -2/+81 |