summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2009-09-30glx: fix glXQueryContext(GLX_RENDER_TYPE)Brian Paul1-0/+6
2009-09-29glx: indentation fixesBrian Paul1-12/+13
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-0/+7
2009-09-28Fix build on non GLIBC platforms (FreeBSD at least)Robert Noland1-0/+7
2009-09-22Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2-6/+15
2009-09-22glx: include string.h to silence missing memset() prototype warningBrian Paul1-0/+1
2009-09-21GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden1-6/+14
2009-09-20Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle1-3/+7
2009-09-16glx: Use initstate_r / random_r instead of corrupting global random number stateIan Romanick1-3/+7
2009-09-15Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branchIan Romanick1-0/+28
2009-09-15GLX: Complain when buggy applications call GLX 1.3 functions.Ian Romanick1-0/+28
2009-08-30Merge branch 'mesa_7_5_branch'Michel Dänzer1-0/+28
2009-08-30glx/x11: Fix glXCreateGLXPixmap for direct rendering.Michel Dänzer1-0/+28
2009-08-22glx/dri2: Always use X drawable ID for DRI2 protocol.Michel Dänzer1-5/+5
2009-08-21glx: initialize some local vars to silence warnings with -O3Brian Paul1-6/+6
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf14-3574/+3705
2009-08-11glx: fix signedness warningRALOVICH, Kristóf1-1/+1
2009-08-11mesa/glapi: regenerated files from gl_API.xmlBrian Paul1-0/+4
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul5-1/+13
2009-07-28glx: assign per screen driver configs (DRISW)RALOVICH, Kristóf1-1/+1
2009-07-28glx: assign per screen driver configs (DRI)RALOVICH, Kristóf1-0/+2
2009-07-28glx: assign per screen driver configs (DRI2)RALOVICH, Kristóf1-0/+2
2009-07-28glx: properly release DRI configsRALOVICH, Kristóf1-0/+6
2009-07-28glx: cache DRI configs in __GLXscreenConfigsRecRALOVICH, Kristóf1-0/+2
2009-07-27glx: remove XTHREADS supportRALOVICH, Kristóf3-60/+5
2009-07-07GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer1-0/+23
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-0/+23
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul2-1/+3
2009-06-30glx: plug a leakKristof Ralovich1-0/+2
2009-06-30glx: fix null pointer dereference segfault (bug 22546)Brian Paul1-1/+1
2009-06-22Disable SGI_swap_control extension for DRI2Owen W. Taylor1-1/+3
2009-06-19Also release direct rendering resources in glXDestroyGLXPixmap.Michel Dänzer1-0/+14
2009-06-17GLX: attempt to fix glean makeCurrent test cases.Brian Paul1-1/+1
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul1-0/+14
2009-06-23dri2: Refresh the fake front contents after glXSwapBuffers().Eric Anholt1-0/+7
2009-06-17GLX: attempt to fix glean makeCurrent test cases.Dave Airlie1-1/+1
2009-06-12Disable SGI_swap_control extension for DRI2Owen W. Taylor1-1/+3
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