summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Expand)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
2010-05-14glxinfo: add queries and reporting for float and sRGB buffer typesBrian Paul
2010-05-04glxinfo: Get visual info when an fbconfig has an associated visualKristian Høgsberg
2010-04-14glxinfo: Print drawable type in verbose modeKristian Høgsberg
2010-04-04Merge branch '7.8'Ian Romanick
2010-04-03xdemos: Build object files firstJeremy Huddleston
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston
2010-04-01xdemos: Build object files firstJeremy Huddleston
2010-04-01xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
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