summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Thank you git for doing the right thing.Ian Romanick1-94/+1
2009-06-03Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedIan Romanick1-0/+138
2009-06-02glapi: regenerated files for GL_ARB_copy_bufferBrian Paul1-60/+0
2009-05-18Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton1-0/+2
2009-05-12glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.Michel Dänzer1-16/+17
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul2-2/+2
2009-04-24DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormatIan Romanick1-19/+85
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick2-0/+80
2009-04-15glx: added null pointer check in glXGetFBConfigs()Brian Paul1-1/+2
2009-04-14glx: Make glXGetScreenDriver() work for DRI2Adam Jackson1-21/+35
2009-04-09DRI2: Assume that there is always a front bufferIan Romanick1-7/+3
2009-04-09DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick1-0/+10
2009-04-03glx: remove unused local var in determineTextureFormat()Brian Paul1-1/+0
2009-04-02glx: MakeCurrent fixes.Thomas Hellstrom2-9/+44
2009-03-31Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedJeremy Huddleston1-0/+60
2009-03-25define __builtin_expect for non-gcc compilers in two more glx filesAlan Coopersmith2-0/+8
2009-03-25Revert "dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buff...Michel Dänzer2-53/+0
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt3-5/+33
2009-03-12regenerate glapiRoland Scheidegger4-0/+45
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller1-86/+0
2009-02-23glx: add support for a reallyFlush() function before swap occurs.Alan Hourihane3-0/+27
2009-02-16dri2: support glXWaitX & glXWaitGL by using fake front buffer.Alan Hourihane4-6/+81
2009-02-10dri2: Don't crash if the server returns more buffers than expected.Eric Anholt1-1/+1
2009-02-10dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt1-0/+2
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul6-48/+8
2009-02-02dri2: Avoid round-tripping on DRI2GetBuffers for the same set of buffers.Eric Anholt2-0/+53
2009-01-28Make GLX_SGIX_pbuffer mandatoryIan Romanick1-1/+1
2009-01-27dri2: add complaints for more initialization failures.Eric Anholt1-3/+9
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane2-24/+32
2009-01-20Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGIIan Romanick1-21/+25
2009-01-18glx: gcc 2.95 build fix (move declaration before code)Brian Paul1-3/+7
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane3-8/+7
2009-01-11Build fixes for gcc 2.95Matthieu Herrb2-6/+5
2009-01-11Fix build with GCC 2.95.Owain G. Ainsworth1-2/+2
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-6/+4
2008-12-14GLX: Change resulting from previous commitIan Romanick1-6/+4
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-1/+0
2008-12-01Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.Kristian Høgsberg1-1/+0
2008-11-28Merge commit 'origin/master' into gallium-0.2Alan Hourihane5-23/+163
2008-11-27Revert "glx: xcbified visual and FBConfig choosing"RALOVICH, Kristóf1-103/+6
2008-11-27Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX"RALOVICH, Kristóf1-0/+58
2008-11-26glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIXRALOVICH, Kristóf1-58/+0
2008-11-26glx: remove XCB debug leftoverRALOVICH, Kristóf1-4/+0
2008-11-26glx: xcbified glXSwapBuffersRALOVICH, Kristóf1-1/+8
2008-11-26glx: xcbified visual and FBConfig choosingRALOVICH, Kristóf1-6/+103
2008-11-26glx: xcbified __glXClientInfoRALOVICH, Kristóf1-4/+17
2008-11-26glx: no graphics context during initializationRALOVICH, Kristóf5-11/+15
2008-11-26glx: xcbified __glXIsDirectRALOVICH, Kristóf1-0/+21
2008-11-26glx: missing static on local functionRALOVICH, Kristóf1-1/+1
2008-11-26glx: use __glXGetStringRALOVICH, Kristóf1-3/+1