summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca
2010-03-31util: Make pack/unpack operate on spans.José Fonseca
2010-03-31util: Make util_format_xxx_pack_xxx take pointer as arguments.José Fonseca
2010-03-31python/tests: Run trhough tests randomly.José Fonseca
2010-03-31python/tests: Rename test name.José Fonseca
2010-03-31python/tests: Test all existing gallium formats.José Fonseca
2010-03-31python/tests: Speed up the tests by reusing the same pipe context.José Fonseca
2010-03-31python/tests: Get the tests running again.José Fonseca
2010-03-30Merge branch '7.8'Michel Dänzer
2010-03-29progs/glsl: Add workarounds for Apple GLSL compiler crash.Vinson Lee
2010-03-29progs/glsl: Remove inline keyword.Vinson Lee
2010-03-29progs/gallium/python: Get tri.py sample working again.José Fonseca
2010-03-29progs/glsl: improve the mouse drag/rotate code a littleBrian Paul
2010-03-29progs/glsl: let the mouse rotate the sceneRALOVICH, Kristóf
2010-03-28progs: Comment out gallium/raw/SConscript from progs/SConscript.Vinson Lee
2010-03-28progs/raw: add note about accessing utility functionsKeith Whitwell
2010-03-28gallium: new raw gallium interface to support standalone testsKeith Whitwell
2010-03-27progs/tests: Remove duplicate texcompress2 in SConscript.Vinson Lee
2010-03-26progs/gallium: Add trivial gallium demosJakob Bornecrantz
2010-03-24progs/glsl: Fix vsraytrace GLSL compilation error.Vinson Lee
2010-03-24progs/glsl: Add raytracing demos to SCons build.Vinson Lee
2010-03-24progs/demos: add other modes/patterns to dissolve demoBrian Paul
2010-03-24progs/glsl: remove/replace //-style commentsBrian Paul
2010-03-24progs/glsl: silence warnings, remove debug code, adjust window size, etcBrian Paul
2010-03-24demos: import GLSL raytracing demosRALOVICH, Kristóf
2010-03-24progs/egl: Link xeglthreads to libpthread.Chia-I Wu
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-22Merge branch '7.8'Brian Paul
2010-03-21progs/tests: Add cva_huge to SCons build.Vinson Lee
2010-03-21progs/tests: Include stddef.h for ptrdiff_t on all platforms.Vinson Lee
2010-03-21tests: Add test for huge client arrays that has to be split.Pauli Nieminen
2010-03-18progs/tests: also test stencil INCR_WRAP mode if supportedBrian Paul
2010-03-18progs/tests: comments and clean-upsBrian Paul
2010-03-17progs/trivial: added commentsBrian Paul
2010-03-17progs/samples: improve copy.c demoBrian Paul
2010-03-17progs/samples: silence warningsBrian Paul
2010-03-15progs/objviewer: remove debug codeBrian Paul
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 redbookJeff Smith
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-12Grammar and spelling fixesJeff Smith
2010-03-11progs/demos: added 'f' key to toggle filtering mode in stex3d.cBrian Paul
2010-03-11progs/fpglsl: Fix GLSL compilation failures on Mac OS X.Vinson Lee
2010-03-10progs/trivial: use -c option to use glCopyPixels()Brian Paul
2010-03-10progs/trivial: make clear-fbo-scissor.c work with other GL driversBrian Paul
2010-03-10fpglsl: a few more useful glsl testsZack Rusin
2010-03-10fpglsl: set an integer uniform required by the loop exampleZack Rusin
2010-03-10fpglsl: add some for and while loopsZack Rusin