summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx/dri2: Always use X drawable ID for DRI2 protocol.Michel Dänzer2009-08-221-5/+5
* glx: initialize some local vars to silence warnings with -O3Brian Paul2009-08-211-6/+6
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-1314-3574/+3705
* glx: fix signedness warningRALOVICH, Kristóf2009-08-111-1/+1
* mesa/glapi: regenerated files from gl_API.xmlBrian Paul2009-08-111-0/+4
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-305-1/+13
|\
| * glx: assign per screen driver configs (DRISW)RALOVICH, Kristóf2009-07-281-1/+1
| * glx: assign per screen driver configs (DRI)RALOVICH, Kristóf2009-07-281-0/+2
| * glx: assign per screen driver configs (DRI2)RALOVICH, Kristóf2009-07-281-0/+2
| * glx: properly release DRI configsRALOVICH, Kristóf2009-07-281-0/+6
| * glx: cache DRI configs in __GLXscreenConfigsRecRALOVICH, Kristóf2009-07-281-0/+2
* | glx: remove XTHREADS supportRALOVICH, Kristóf2009-07-273-60/+5
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-041-0/+23
|\ \ | |/
| * GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer2009-07-071-0/+23
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-302-1/+3
|\ \ | |/
| * glx: plug a leakKristof Ralovich2009-06-301-0/+2
| * glx: fix null pointer dereference segfault (bug 22546)Brian Paul2009-06-301-1/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-0/+14
|\ \ | |/
| * Disable SGI_swap_control extension for DRI2Owen W. Taylor2009-06-221-1/+3
| * Also release direct rendering resources in glXDestroyGLXPixmap.Michel Dänzer2009-06-191-0/+14
| * GLX: attempt to fix glean makeCurrent test cases.Brian Paul2009-06-171-1/+1
* | dri2: Refresh the fake front contents after glXSwapBuffers().Eric Anholt2009-06-231-0/+7
* | GLX: attempt to fix glean makeCurrent test cases.Dave Airlie2009-06-171-1/+1
* | Disable SGI_swap_control extension for DRI2Owen W. Taylor2009-06-121-1/+3
* | Thank you git for doing the right thing.Ian Romanick2009-06-031-94/+1
* | Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedIan Romanick2009-06-031-0/+138
* | glapi: regenerated files for GL_ARB_copy_bufferBrian Paul2009-06-021-60/+0
|/
* Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton2009-05-181-0/+2
* glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.Michel Dänzer2009-05-121-16/+17
* glx: replace Xmalloc() calls with Xcalloc()Brian Paul2009-05-042-2/+2
* DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormatIan Romanick2009-04-241-19/+85
* DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick2009-04-242-0/+80
* glx: added null pointer check in glXGetFBConfigs()Brian Paul2009-04-151-1/+2
* glx: Make glXGetScreenDriver() work for DRI2Adam Jackson2009-04-141-21/+35
* DRI2: Assume that there is always a front bufferIan Romanick2009-04-091-7/+3
* DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick2009-04-091-0/+10
* glx: remove unused local var in determineTextureFormat()Brian Paul2009-04-031-1/+0
* glx: MakeCurrent fixes.Thomas Hellstrom2009-04-022-9/+44
* Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedJeremy Huddleston2009-03-311-0/+60
* define __builtin_expect for non-gcc compilers in two more glx filesAlan Coopersmith2009-03-252-0/+8
* Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer2009-03-252-53/+0
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-203-5/+33
* regenerate glapiRoland Scheidegger2009-03-124-0/+45
* mesa: Resurrect SPARC asm code.David S. Miller2009-02-261-86/+0
* glx: add support for a reallyFlush() function before swap occurs.Alan Hourihane2009-02-233-0/+27
* dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane2009-02-164-6/+81
* dri2: Don't crash if the server returns more buffers than expected.Eric Anholt2009-02-101-1/+1
* dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt2009-02-101-0/+2
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-096-48/+8
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-222-24/+32
| |\