summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glx_query.c
Commit message (Collapse)AuthorAgeFilesLines
* glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf2009-08-131-30/+16
| | | | | Some manual intervention applied since XEXT_* and other macro magic fooled indent. Auto generated files were also skipped.
* glx: no graphics context during initializationRALOVICH, Kristóf2008-11-261-4/+6
|
* glx: missing static on local functionRALOVICH, Kristóf2008-11-261-1/+1
|
* glx: implement __glXGetString, hide __glXGetStringFromServerRALOVICH, Kristóf2008-11-261-16/+71
|
* glx: implement __glXQueryServerString using XCBRALOVICH, Kristóf2008-11-261-0/+31
|
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
|
* glx: updated commentKristof Ralovich2008-10-211-1/+1
|
* glx: indent -br -i3 -npcs --no-tabs glx_query.cRALOVICH, Kristóf2008-10-131-36/+37
|
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
|
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+102
by adding 'glx/x11' to SRC_DIRS in your build config.