summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
2010-01-13DRI2: don't send DRI2 requests the server doesn't know aboutJesse Barnes
2010-01-13GLX/DRI2: pass X drawable ID insteadJesse Barnes
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes
2010-01-08DRI2: add SwapInterval supportJesse Barnes
2010-01-08DRI2: add OML_sync_control supportJesse Barnes
2010-01-08DRI2: add SwapBuffers supportJesse Barnes
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-03apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston
2010-01-03glxcmds: Fix comment about __DRI_ALLOCATEJeremy Huddleston
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-23glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h.Vinson Lee
2009-12-23glx: Move declaration outside for loop.Vinson Lee
2009-12-22glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.Vinson Lee
2009-12-06glx: Prevent potential null pointer deference in driCreateContext.Vinson Lee
2009-11-06GLX: Change GLX client vendor string to "Mesa Project and SGI"Ian Romanick
2009-11-02glx: Fix memory leak if XF86DRICreateDrawable() failsVinson Lee
2009-10-22glx: don't destroy context immediately if it's currently boundBrian Paul
2009-09-30glx: fix glXQueryContext(GLX_RENDER_TYPE)Brian Paul
2009-09-29glx: indentation fixesBrian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28Fix build on non GLIBC platforms (FreeBSD at least)Robert Noland
2009-09-22Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-22glx: include string.h to silence missing memset() prototype warningBrian Paul
2009-09-21GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden
2009-09-20Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle
2009-09-16glx: Use initstate_r / random_r instead of corrupting global random number stateIan Romanick
2009-09-15Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-15GLX: Complain when buggy applications call GLX 1.3 functions.Ian Romanick
2009-08-30Merge branch 'mesa_7_5_branch'Michel Dänzer
2009-08-30glx/x11: Fix glXCreateGLXPixmap for direct rendering.Michel Dänzer
2009-08-22glx/dri2: Always use X drawable ID for DRI2 protocol.Michel Dänzer
2009-08-21glx: initialize some local vars to silence warnings with -O3Brian Paul
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2009-08-11glx: fix signedness warningRALOVICH, Kristóf
2009-08-11mesa/glapi: regenerated files from gl_API.xmlBrian Paul
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-28glx: assign per screen driver configs (DRISW)RALOVICH, Kristóf
2009-07-28glx: assign per screen driver configs (DRI)RALOVICH, Kristóf
2009-07-28glx: assign per screen driver configs (DRI2)RALOVICH, Kristóf
2009-07-28glx: properly release DRI configsRALOVICH, Kristóf
2009-07-28glx: cache DRI configs in __GLXscreenConfigsRecRALOVICH, Kristóf
2009-07-27glx: remove XTHREADS supportRALOVICH, Kristóf
2009-11-23glx: Prevent potential null pointer deference in driCreateContext.Vinson Lee
2009-11-17ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLXIan Romanick
2009-11-17ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXTIan Romanick
2009-11-17ARB_fbo: Regenerate files from previous commits.Ian Romanick
2009-07-07GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer