summaryrefslogtreecommitdiff
path: root/progs/glsl
AgeCommit message (Expand)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
2010-04-21progs/glsl: better commentsBrian Paul
2010-04-10progs/glsl: Update .gitignore.Vinson Lee
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/glsl: improve the mouse drag/rotate code a littleBrian Paul
2010-03-29progs/glsl: let the mouse rotate the sceneRALOVICH, Kristóf
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/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-02-26progs/glsl: Ensure CFLAGS are passed during linkingDan Nicholson
2010-02-25progs/glsl: add ARCH_FLAGS to LDLIBSTörök Edvin
2010-01-28progs/glsl: Fix bump GLSL compilation error on Mac OS.Vinson Lee
2010-01-28progs/glsl: Remove unused variable in bump.c.Vinson Lee
2010-01-28progs/glsl: Remove unnecessary header from samplers.c.Vinson Lee
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-11progs/glsl: Remove duplicate included header from shtest.c.Vinson Lee
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-08progs/glsl: Silence uninitialized variable warning.Vinson Lee
2010-01-06progs/glsl: Prevent possible string overflow.Vinson Lee
2010-01-01scons: Build progs together with everything else.José Fonseca
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-30progs/glsl: Provide a better fix for fgets warning.Vinson Lee
2009-12-29progs/glsl: Silence compiler warnings.Vinson Lee
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-18progs/glsl: Use C-style comments.Vinson Lee
2009-12-07progs/glsl: updates to deriv.c testBrian Paul
2009-12-07progs/glsl: added texture mapping to bump demoBrian Paul
2009-12-03progs/glsl: Fix memory leak in deriv.c.Vinson Lee
2009-12-03progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.Vinson Lee
2009-12-03progs/glsl: Redraw upon keypress.Vinson Lee
2009-12-02progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee
2009-12-02demos/glsl: Add missing break statement to noise test.Vinson Lee
2009-12-02progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee
2009-12-02progs/glsl: Add missing break statement in multinoise.c.Vinson Lee
2009-12-02progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee
2009-12-02progs/glsl: Include local headers before installed headers during compilation.Vinson Lee
2009-12-02progs/glsl: minor Makefile clean-upsBrian Paul
2009-11-19progs/glsl: Redraw upon keypress.Vinson Lee
2009-11-18progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee
2009-11-18progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee
2009-11-18progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee
2009-11-17progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee
2009-11-17progs/glsl: use ShadersSupported()Brian Paul
2009-11-17progs/glsl: change //-style commentsBrian Paul
2009-11-17progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.Vinson Lee