| Commit message (Expand) | Author | Age | Files | Lines |
* | Set close on exec flag FD_CLOEXEC | David Fries | 2012-03-11 | 1 | -1/+9 |
* | dri: Emit a critical error if a named driver fails to load. | Carl Worth | 2012-02-08 | 1 | -0/+2 |
* | glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2) | Marek Olšák | 2012-01-05 | 1 | -1/+34 |
* | glx: Enable GLX_EXT_create_context_es2_profile | Ian Romanick | 2012-01-02 | 1 | -0/+6 |
* | glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts | Ian Romanick | 2012-01-02 | 1 | -1/+91 |
* | glx: Add glx_screen_vtable::create_context_attribs | Ian Romanick | 2012-01-02 | 1 | -1/+2 |
* | glx: Send DestroyContext protocol at the correct times | Ian Romanick | 2011-12-19 | 1 | -3/+0 |
* | glx: Don't create a shared context if the other context isn't the same kind | Ian Romanick | 2011-12-19 | 1 | -0/+7 |
* | glx: Fix indirect fallback when a non-Mesa GLX extension is present. | Aaron Plattner | 2011-12-07 | 1 | -4/+19 |
* | dri2: Implement a throttle dri extension. | Thomas Hellstrom | 2011-10-14 | 1 | -3/+50 |
* | 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 |
* | glx: Don't flush twice if we fallback to dri2CopySubBuffer | Kristian Høgsberg | 2011-08-18 | 1 | -11/+10 |
* | glx: move declarations before code | Brian Paul | 2011-08-09 | 1 | -3/+7 |
* | glx: Allow a context-specific fallback for glXGetProcAddress | Jeremy Huddleston | 2011-06-20 | 1 | -0/+1 |
* | glx: implement drawable refcounting. | Stéphane Marchesin | 2011-06-17 | 1 | -3/+2 |
* | dri2: protect dri2FlushFrontBuffer against NULL buffers. | Stéphane Marchesin | 2011-06-06 | 1 | -0/+6 |
* | glx: Fix use-before-null-check in dri2InvalidateBuffers(). | Eric Anholt | 2011-06-03 | 1 | -1/+6 |
* | glx: Check flush DRI extension version at runtime | nobled | 2011-05-06 | 1 | -2/+3 |
* | glx: Destroy dri2Hash on DRI2 display destruction. | Henri Verbeet | 2011-04-10 | 1 | -0/+3 |
* | dri2: Don't call the dri2 flush hook for swapbuffers unless we have a context. | Eric Anholt | 2011-02-26 | 1 | -2/+7 |
* | glx: Properly check for a valid fd in dri2CreateScreen(). | Henri Verbeet | 2011-01-31 | 1 | -1/+3 |
* | glx: Fix leaks in DRI2 screen creation error paths. | Henri Verbeet | 2011-01-31 | 1 | -4/+10 |
* | dri2: release texture image. | Juan Zhao | 2011-01-09 | 1 | -0/+21 |
* | glx: Invalidate buffers after binding a drawable | Kristian Høgsberg | 2010-09-22 | 1 | -4/+15 |
* | glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x build | Luca Barbieri | 2010-09-22 | 1 | -0/+10 |
* | glx: Hold on to drawables if we're just switching to another context | Kristian Høgsberg | 2010-09-21 | 1 | -1/+4 |
* | glx: Don't destroy DRI2 drawables for legacy glx drawables | Kristian Høgsberg | 2010-09-13 | 1 | -1/+11 |
* | glx: Drop broken drawable garbage collection | Kristian Høgsberg | 2010-09-08 | 1 | -2/+2 |
* | glx: Move deref after NULL check | Kristian Høgsberg | 2010-08-04 | 1 | -1/+2 |
* | glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX one | Kristian Høgsberg | 2010-08-04 | 1 | -2/+2 |
* | glx: Move bind and unbind to context vtable | Kristian Høgsberg | 2010-07-28 | 1 | -11/+17 |
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -17/+17 |
* | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg | 2010-07-28 | 1 | -6/+6 |
* | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | 2010-07-28 | 1 | -5/+5 |
* | Avoid a compiler warning about a potentially unused variable. | Carl Worth | 2010-07-28 | 1 | -1/+1 |
* | glx: Fix another case of confusing driContext and dri2_context * | Eric Anholt | 2010-07-23 | 1 | -1/+1 |
* | glx: Correctly look up the dri2 context pointer for SetTexBuffer. | Eric Anholt | 2010-07-23 | 1 | -1/+1 |
* | glx: Don't destroy context with XID 0 | Kristian Høgsberg | 2010-07-23 | 1 | -1/+2 |
* | glx: zero out drawable structs after allocation | Kristian Høgsberg | 2010-07-23 | 1 | -0/+1 |
* | glx: Refactor and simplify context creation | Kristian Høgsberg | 2010-07-23 | 1 | -4/+7 |
* | glx: Move context destroy to context vtable | Kristian Høgsberg | 2010-07-23 | 1 | -2/+9 |
* | glx: Don't try to swap a front buffer if we don't have one. | Eric Anholt | 2010-07-23 | 1 | -1/+2 |
* | glx: Drop screen argument to GetGLXDRIDrawable | Kristian Høgsberg | 2010-07-22 | 1 | -3/+3 |
* | glx: Move WaitGL, WaitX, UseXFont to context vtable functions | Kristian Høgsberg | 2010-07-22 | 1 | -9/+12 |
* | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg | 2010-07-22 | 1 | -17/+23 |
* | glx: Move __driContext field out of __GLXcontextRec | Kristian Høgsberg | 2010-07-21 | 1 | -3/+3 |
* | glx/dri2: Fix dri2CopySubBuffer() again. | Michel Dänzer | 2010-07-20 | 1 | -3/+4 |
* | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg | 2010-07-19 | 1 | -1/+1 |