summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2010-04-01progs/egl: Port OpenVG lion and sp to eglut.Chia-I Wu
2010-04-01progs/egl: Port ES1 gears to eglut.Chia-I Wu
2010-04-01progs/egl: Port ES1 tri to eglut.Chia-I Wu
2010-04-01progs/egl: Replace egltri by xegl_tri.Chia-I Wu
2010-04-01progs/egl: Porg xegl_tri to eglut.Chia-I Wu
2010-04-01progs/egl: Port eglgears to eglut.Chia-I Wu
2010-04-01progs/egl: Add eglut.Chia-I Wu
2010-04-01progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.Chia-I Wu
2010-04-01progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu
2010-04-01gallium/unit: Invoke util_half_init_tables().José Fonseca
2010-04-01util: Add support for other DXTn RGBA formats.José Fonseca
2010-04-01util: Get DXT1_RGB format working correctly.José Fonseca
2010-04-01util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca
2010-04-01util: Allow to have block format test casesJosé Fonseca
2010-04-01gallium/unit: Install test in build/xxx/binJosé Fonseca
2010-03-31util: Make the accessors bidimensional again.José Fonseca
2010-03-31util: Add callback to fetch a single pixel.José Fonseca
2010-03-31python/tests: Read the number of tests to execute from command line.José Fonseca
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