summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/single2.c
Commit message (Expand)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-974/+0
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+2
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-77/+79
* glx: no graphics context during initializationRALOVICH, Kristóf2008-11-261-1/+1
* glx: use __glXGetStringRALOVICH, Kristóf2008-11-261-3/+1
* glx: Add missing include for XCB, fixing crash on 64-bit.Bernd Buschinski2008-11-241-0/+1
* glx: fix xcb buildHanno Böck2008-11-121-0/+5
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul2008-11-101-0/+103
* glx: indent -br -i3 -npcs --no-tabs single2.cRALOVICH, Kristóf2008-10-131-681/+718
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* Update to SGI FreeB 2.0.Adam Jackson2008-09-191-34/+28
* fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect renderingWei Wang2007-04-081-9/+9
* Add missing includes of indirect.h.Ian Romanick2005-04-141-0/+1
* Missed the commit of glxext.c yesterday.Ian Romanick2005-02-231-271/+95
* Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick2005-02-221-230/+179
* Refactor the code that converts a transpose-matrix enum to aIan Romanick2005-01-071-48/+25
* Use GLX protocol code generated by glX_proto_send.py.Ian Romanick2004-12-201-14/+0
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-011-15/+14
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+1097