| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: Remove (unused, broken) fastImageUnpack fast path | Adam Jackson | 2011-06-02 | 3 | -70/+39 |
* | glx: Fix another case of using req outside of the display lock | Adam Jackson | 2011-06-02 | 1 | -2/+2 |
* | glx: Fix glXGetFBConfigFromVisualSGIX. | Stéphane Marchesin | 2011-05-27 | 1 | -1/+1 |
* | glx: Don't refer to the request buffer outside of {L,Unl}ockDisplay | Adam Jackson | 2011-05-25 | 1 | -3/+4 |
* | glx: More comment cleanup | Adam Jackson | 2011-05-24 | 1 | -8/+3 |
* | glx: Remove some misleading comments | Adam Jackson | 2011-05-24 | 1 | -12/+0 |
* | drisw: Namespace better for ease of navigation | Adam Jackson | 2011-05-24 | 1 | -14/+14 |
* | drisw: dead store removal | Adam Jackson | 2011-05-24 | 1 | -3/+1 |
* | glx: Check flush DRI extension version at runtime | nobled | 2011-05-06 | 1 | -2/+3 |
* | Revert "DRI2/GLX: make swap event handling match spec" | Dave Airlie | 2011-05-05 | 2 | -2/+2 |
* | DRI2/GLX: make swap event handling match spec | Jesse Barnes | 2011-05-04 | 2 | -2/+2 |
* | GLX: don't crash when indirect clients try to set an event mask | Jesse Barnes | 2011-05-04 | 1 | -0/+3 |
* | glapi: regenerate files for AMD_draw_buffers_blend | Marek Olšák | 2011-05-03 | 3 | -3/+3 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 3 | -54/+54 |
* | glx: Only remove the glx_display from the list after it's destroyed. | Henri Verbeet | 2011-04-10 | 1 | -3/+8 |
* | glx: Destroy dri2Hash on DRI2 display destruction. | Henri Verbeet | 2011-04-10 | 1 | -0/+3 |
* | mesa: regenerate glapi files | Marek Olšák | 2011-03-29 | 3 | -0/+20 |
* | mesa: regenerate glapi files | Marek Olšák | 2011-03-15 | 1 | -2/+2 |
* | glx: fix null pointer deref in __glXGenerateError() | Brian Paul | 2011-03-10 | 1 | -5/+5 |
* | glx: Take GLPROTO_CFLAGS into account. | Henri Verbeet | 2011-03-07 | 1 | -0/+1 |
* | glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB. | Dave Airlie | 2011-03-06 | 4 | -5/+7 |
* | glx: add initial GLX_EXT_framebuffer_sRGB support. | Dave Airlie | 2011-03-06 | 5 | -0/+16 |
* | dri2: Don't call the dri2 flush hook for swapbuffers unless we have a context. | Eric Anholt | 2011-02-26 | 1 | -2/+7 |
* | glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable. | Eric Anholt | 2011-02-26 | 1 | -2/+6 |
* | mesa: Add new MESA_multithread_makecurrent extension. | Eric Anholt | 2011-02-26 | 4 | -24/+37 |
* | glx: Put null check before use | nobled | 2011-02-11 | 1 | -2/+6 |
* | glx: Properly check for a valid fd in dri2CreateScreen(). | Henri Verbeet | 2011-01-31 | 1 | -1/+3 |
* | glx: Fix leaks in DRISW screen creation error paths. | Henri Verbeet | 2011-01-31 | 1 | -2/+5 |
* | glx: Fix leaks in DRI screen creation error paths. | Henri Verbeet | 2011-01-31 | 1 | -19/+20 |
* | glx: Fix leaks in DRI2 screen creation error paths. | Henri Verbeet | 2011-01-31 | 3 | -15/+29 |
* | glx: fix length of GLXGetFBConfigsSGIX | Julien Cristau | 2011-01-31 | 1 | -1/+1 |
* | glx: fix GLXChangeDrawableAttributesSGIX request | Julien Cristau | 2011-01-31 | 1 | -2/+3 |
* | glx: fix request lengths | Julien Cristau | 2011-01-24 | 1 | -3/+3 |
* | glapi: Fix OpenGL and OpenGL ES interop. | Chia-I Wu | 2011-01-20 | 4 | -3/+78 |
* | glapi: regenerated files | Brian Paul | 2011-01-15 | 3 | -54/+54 |
* | glapi: Regenerate for GL_ARB_ES2_compatibility. | Eric Anholt | 2011-01-14 | 3 | -54/+54 |
* | dri2: release texture image. | Juan Zhao | 2011-01-09 | 1 | -0/+21 |
* | mesa: upgrade to glext.h version 66 | Brian Paul | 2010-11-17 | 2 | -17/+17 |
* | glapi: Do not use glapioffsets.h. | Chia-I Wu | 2010-10-27 | 2 | -7/+5 |
* | glapi: Do not use glapidispatch.h. | Chia-I Wu | 2010-10-27 | 3 | -41/+31 |
* | ARB_texture_rg: Add GLX protocol support | Ian Romanick | 2010-10-01 | 3 | -0/+3 |
* | glx: remove duplicated include | Nicolas Kaiser | 2010-09-30 | 1 | -2/+0 |
* | glx: Only remove drawables from the hash when we actually delete them | Kristian Høgsberg | 2010-09-29 | 1 | -4/+6 |
* | Remove GL_MESA_packed_depth_stencil | Ian Romanick | 2010-09-27 | 1 | -8/+0 |
* | 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 | 3 | -6/+14 |
* | glx: Hold on to drawables if we're just switching to another context | Kristian Høgsberg | 2010-09-21 | 1 | -1/+4 |
* | glx: add const qualifiers to __indirect_glMultiDrawArraysEXT() | Brian Paul | 2010-09-14 | 1 | -2/+2 |
* | mesa: update to version 64 of GL/glext.h | Brian Paul | 2010-09-14 | 3 | -5/+5 |
* | glx: Don't destroy DRI2 drawables for legacy glx drawables | Kristian Høgsberg | 2010-09-13 | 1 | -1/+11 |