summaryrefslogtreecommitdiff
path: root/src/glx/x11/single2.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2008-11-26glx: no graphics context during initializationRALOVICH, Kristóf
2008-11-26glx: use __glXGetStringRALOVICH, Kristóf
2008-11-24glx: Add missing include for XCB, fixing crash on 64-bit.Bernd Buschinski
2008-11-12glx: fix xcb buildHanno Böck
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-11-10GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul
2008-10-13glx: indent -br -i3 -npcs --no-tabs single2.cRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2007-04-08fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect renderingWei Wang
2005-04-14Add missing includes of indirect.h.Ian Romanick
2005-02-23Missed the commit of glxext.c yesterday.Ian Romanick
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick
2005-01-07Refactor the code that converts a transpose-matrix enum to aIan Romanick
2004-12-20Use GLX protocol code generated by glX_proto_send.py.Ian Romanick
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
2004-10-25Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson