summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: don't destroy context immediately if it's currently boundBrian Paul2009-10-221-0/+10
* glx: fix glXQueryContext(GLX_RENDER_TYPE)Brian Paul2009-09-301-0/+6
* glx: indentation fixesBrian Paul2009-09-291-12/+13
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-0/+7
|\
| * Fix build on non GLIBC platforms (FreeBSD at least)Robert Noland2009-09-281-0/+7
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-222-6/+15
|\ \ | |/
| * glx: include string.h to silence missing memset() prototype warningBrian Paul2009-09-221-0/+1
| * GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden2009-09-211-6/+14
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle2009-09-201-3/+7
|\ \ | |/
| * glx: Use initstate_r / random_r instead of corrupting global random number stateIan Romanick2009-09-161-3/+7
* | Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-151-0/+28
|\ \ | |/
| * GLX: Complain when buggy applications call GLX 1.3 functions.Ian Romanick2009-09-151-0/+28
* | Merge branch 'mesa_7_5_branch'Michel Dänzer2009-08-301-0/+28
|\ \ | |/
| * glx/x11: Fix glXCreateGLXPixmap for direct rendering.Michel Dänzer2009-08-301-0/+28
* | 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