summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)AuthorFilesLines
2010-03-13Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith1-2/+2
2010-03-12Merge branch '7.8'Michel Dänzer2-4/+5
2010-03-12Add programs to .gitignore in xdemosJeff Smith1-3/+4
2010-03-12Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith1-1/+1
2010-03-08xdemos/omlsync: improve OML WaitMsc testJesse Barnes1-4/+6
2010-03-05progs/xdemos: fix up GLX extension checkingJesse Barnes3-27/+6
2010-03-05xdemos/omlsync: add waitformsc and swap interval codeJesse Barnes1-5/+27
2010-03-04xdemos: add OML sync testJesse Barnes3-0/+252
2010-02-26progs/xdemos: fix typo in glxinfo helpBrian Paul1-1/+1
2010-02-26drop header files and demos for dropped window systemsGeorge Sapountzis3-428/+0
2010-02-22glxinfo: Fix User error in glGetProgramivARBBrian Paul1-4/+17
2010-02-11glxgears_fbconfig: Use glXCreateWindow and glXDestroyWindowIan Romanick1-5/+39
2010-02-11glxgears_fbconfig: Use GLX 1.3 name for function poiner typesIan Romanick1-19/+15
2010-02-09progs/xdemos: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-02-08progs/xdemos: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-26glxgears: Support GLX_EXT_swap_control for querying the current swap interval.Aaron Plattner1-3/+10
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-0/+1
2010-01-22progs/xdemos: add z/Z keys for scaling the renderingBrian Paul1-0/+10
2010-01-18glxgears: unbind current context before "destroying" itMarcin Slusarz1-0/+1
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2-1/+2
2010-01-11progs/xdemos: Remove unnecessary header from corender.c.Vinson Lee1-1/+0
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes4-41/+274
2010-01-08xdemos/glsync: handle no sync method betterJesse Barnes1-8/+4
2010-01-08xdemos/glsync: check glXMakeCurrent return valueJesse Barnes1-1/+5
2010-01-08xdemos/glsync: Make glsync test draw a rectangleJesse Barnes1-34/+49
2010-01-08xdemos/glsync: Add swap interval support to glsync testJesse Barnes1-3/+17
2010-01-08DRI2: add OML_sync_control supportJesse Barnes3-0/+204
2010-01-10progs/demos: Check upper bounds of input in manywin.c.Vinson Lee1-0/+2
2010-01-06progs/xdemos: Check for string overflow.Vinson Lee1-3/+29
2010-01-06progs/xdemos: Check for string overflow.Vinson Lee1-0/+4
2010-01-06progs/xdemos: Remove comma at end of enumerator list.Vinson Lee1-1/+1
2010-01-06progs/xdemos: Use temporary variables.Vinson Lee1-2/+2
2010-01-06progs/xdemos: Prevent possible string overflow.Vinson Lee1-1/+27
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-1/+1
2009-12-19progs/xdemos: Use C-style comment.Vinson Lee1-1/+1
2009-12-12progs/xdemos: Silence compiler warnings in glxinfo.c.Vinson Lee1-2/+2
2009-12-04progs/xdemos: fix some visual/fbconfig logic in glxinfo.cBrian Paul1-3/+12
2009-12-04progs/xdemos: Silence unused value warnings in sharedtex_mt.c.Vinson Lee1-4/+4
2009-12-04progs/xdemos: Fix memory leak in pbdemo.c.Vinson Lee1-0/+1
2009-12-04progs/xdemos: Add missing break statement in offset.c.Vinson Lee1-0/+1
2009-12-03progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee1-2/+0
2009-12-03progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee1-1/+3
2009-12-03progs/xdemos: Add assert in corender.c.Vinson Lee1-0/+1
2009-10-22progs/xdemos: fix command line flag typoBrian Paul1-1/+1
2009-10-07progs/xdemos: test glXQueryDrawable()Brian Paul1-0/+15
2009-10-07progs/xdemos: fix swapped parameters to CreatePbuffer()Brian Paul1-1/+1
2009-08-19progs/xdemos: add multictx to .gitignoreBrian Paul1-0/+1
2009-08-07progs/xdemos: added multictx.c (multi-context rendering demo)Brian Paul2-0/+586
2009-08-07glxgears: make functions static, update commentsBrian Paul1-10/+3
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul2-2/+6