Age | Commit message (Expand) | Author |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | Do not include glapi/dispatch.h outside Mesa core. | Chia-I Wu |
2010-01-19 | Sun compilers now support some gcc __attribute__ values | Alan Coopersmith |
2010-01-19 | glx: Set GL context to null in __glXSetCurrentContextNull | Luca Barbieri |
2010-01-13 | DRI2: don't send DRI2 requests the server doesn't know about | Jesse Barnes |
2010-01-13 | GLX/DRI2: pass X drawable ID instead | Jesse Barnes |
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes |
2010-01-08 | DRI2/GLX: add INTEL_swap_event support | Jesse Barnes |
2010-01-08 | DRI2: add SwapInterval support | Jesse Barnes |
2010-01-08 | DRI2: add OML_sync_control support | Jesse Barnes |
2010-01-08 | DRI2: add SwapBuffers support | Jesse Barnes |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2010-01-03 | apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX | Jeremy Huddleston |
2010-01-03 | glxcmds: Fix comment about __DRI_ALLOCATE | Jeremy Huddleston |
2009-12-27 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul |
2009-12-23 | glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h. | Vinson Lee |
2009-12-23 | glx: Move declaration outside for loop. | Vinson Lee |
2009-12-22 | glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined. | Vinson Lee |
2009-12-06 | glx: Prevent potential null pointer deference in driCreateContext. | Vinson Lee |
2009-11-06 | GLX: Change GLX client vendor string to "Mesa Project and SGI" | Ian Romanick |
2009-11-02 | glx: Fix memory leak if XF86DRICreateDrawable() fails | Vinson Lee |
2009-10-22 | glx: don't destroy context immediately if it's currently bound | Brian Paul |
2009-09-30 | glx: fix glXQueryContext(GLX_RENDER_TYPE) | Brian Paul |
2009-09-29 | glx: indentation fixes | Brian Paul |
2009-09-28 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-28 | Fix build on non GLIBC platforms (FreeBSD at least) | Robert Noland |
2009-09-22 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-22 | glx: include string.h to silence missing memset() prototype warning | Brian Paul |
2009-09-21 | GLX: Warn only once about applications calling GLX 1.3 functions | Tormod Volden |
2009-09-20 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Nicolai Hähnle |
2009-09-16 | glx: Use initstate_r / random_r instead of corrupting global random number state | Ian Romanick |
2009-09-15 | Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch | Ian Romanick |
2009-09-15 | GLX: Complain when buggy applications call GLX 1.3 functions. | Ian Romanick |
2009-08-30 | Merge branch 'mesa_7_5_branch' | Michel Dänzer |
2009-08-30 | glx/x11: Fix glXCreateGLXPixmap for direct rendering. | Michel Dänzer |
2009-08-22 | glx/dri2: Always use X drawable ID for DRI2 protocol. | Michel Dänzer |
2009-08-21 | glx: initialize some local vars to silence warnings with -O3 | Brian Paul |
2009-08-13 | glx: indent -br -i3 -npcs --no-tabs | RALOVICH, Kristóf |
2009-08-11 | glx: fix signedness warning | RALOVICH, Kristóf |
2009-08-11 | mesa/glapi: regenerated files from gl_API.xml | Brian Paul |
2009-07-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-28 | glx: assign per screen driver configs (DRISW) | RALOVICH, Kristóf |
2009-07-28 | glx: assign per screen driver configs (DRI) | RALOVICH, Kristóf |
2009-07-28 | glx: assign per screen driver configs (DRI2) | RALOVICH, Kristóf |
2009-07-28 | glx: properly release DRI configs | RALOVICH, Kristóf |
2009-07-28 | glx: cache DRI configs in __GLXscreenConfigsRec | RALOVICH, Kristóf |
2009-07-27 | glx: remove XTHREADS support | RALOVICH, Kristóf |
2009-11-23 | glx: Prevent potential null pointer deference in driCreateContext. | Vinson Lee |
2009-11-17 | ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLX | Ian Romanick |