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