aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
...
* apple: Rename glcontextmodes.[ch] to glxconfig.[ch]Jeremy Huddleston2011-06-055-5/+5
* apple: Update GL specsJeremy Huddleston2011-06-057-439/+4738
* glx: Fix use-before-null-check in dri2InvalidateBuffers().Eric Anholt2011-06-031-1/+6
* glx: Remove (unused, broken) fastImageUnpack fast pathAdam Jackson2011-06-023-70/+39
* glx: Fix another case of using req outside of the display lockAdam Jackson2011-06-021-2/+2
* glx: Fix glXGetFBConfigFromVisualSGIX.Stéphane Marchesin2011-05-271-1/+1
* glx: Don't refer to the request buffer outside of {L,Unl}ockDisplayAdam Jackson2011-05-251-3/+4
* glx: More comment cleanupAdam Jackson2011-05-241-8/+3
* glx: Remove some misleading commentsAdam Jackson2011-05-241-12/+0
* drisw: Namespace better for ease of navigationAdam Jackson2011-05-241-14/+14
* drisw: dead store removalAdam Jackson2011-05-241-3/+1
* glx: Check flush DRI extension version at runtimenobled2011-05-061-2/+3
* Revert "DRI2/GLX: make swap event handling match spec"Dave Airlie2011-05-052-2/+2
* DRI2/GLX: make swap event handling match specJesse Barnes2011-05-042-2/+2
* GLX: don't crash when indirect clients try to set an event maskJesse Barnes2011-05-041-0/+3
* glapi: regenerate files for AMD_draw_buffers_blendMarek Olšák2011-05-033-3/+3
* Squashed commit of the following:Brian Paul2011-04-263-54/+54
* glx: Only remove the glx_display from the list after it's destroyed.Henri Verbeet2011-04-101-3/+8
* glx: Destroy dri2Hash on DRI2 display destruction.Henri Verbeet2011-04-101-0/+3
* mesa: regenerate glapi filesMarek Olšák2011-03-293-0/+20
* mesa: regenerate glapi filesMarek Olšák2011-03-151-2/+2
* glx: fix null pointer deref in __glXGenerateError()Brian Paul2011-03-101-5/+5
* glx: Take GLPROTO_CFLAGS into account.Henri Verbeet2011-03-071-0/+1
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-064-5/+7
* glx: add initial GLX_EXT_framebuffer_sRGB support.Dave Airlie2011-03-065-0/+16
* dri2: Don't call the dri2 flush hook for swapbuffers unless we have a context.Eric Anholt2011-02-261-2/+7
* glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.Eric Anholt2011-02-261-2/+6
* mesa: Add new MESA_multithread_makecurrent extension.Eric Anholt2011-02-264-24/+37
* glx: Put null check before usenobled2011-02-111-2/+6
* glx: Properly check for a valid fd in dri2CreateScreen().Henri Verbeet2011-01-311-1/+3
* glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet2011-01-311-2/+5
* glx: Fix leaks in DRI screen creation error paths.Henri Verbeet2011-01-311-19/+20
* glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet2011-01-313-15/+29
* glx: fix length of GLXGetFBConfigsSGIXJulien Cristau2011-01-311-1/+1
* glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau2011-01-311-2/+3
* glx: fix request lengthsJulien Cristau2011-01-241-3/+3
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-204-3/+78
* glapi: regenerated filesBrian Paul2011-01-153-54/+54
* glapi: Regenerate for GL_ARB_ES2_compatibility.Eric Anholt2011-01-143-54/+54
* dri2: release texture image.Juan Zhao2011-01-091-0/+21
* mesa: upgrade to glext.h version 66Brian Paul2010-11-172-17/+17
* glapi: Do not use glapioffsets.h.Chia-I Wu2010-10-272-7/+5
* glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-273-41/+31
* ARB_texture_rg: Add GLX protocol supportIan Romanick2010-10-013-0/+3
* glx: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
* glx: Only remove drawables from the hash when we actually delete themKristian Høgsberg2010-09-291-4/+6
* Remove GL_MESA_packed_depth_stencilIan Romanick2010-09-271-8/+0
* glx: Invalidate buffers after binding a drawableKristian Høgsberg2010-09-221-4/+15
* glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x buildLuca Barbieri2010-09-223-6/+14
* glx: Hold on to drawables if we're just switching to another contextKristian Høgsberg2010-09-211-1/+4