summaryrefslogtreecommitdiff
path: root/progs/glsl
AgeCommit message (Expand)Author
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
2009-11-17progs/glsl: Fix memory leak in deriv.c.Vinson Lee
2009-11-12progs/glsl: Add missing break statement in multinoise.c.Vinson Lee
2009-11-11demos/glsl: Add missing break statement to noise test.Vinson Lee
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05Fix building of GLSL demos which use M_PIJon TURNEY
2009-09-21progs/glsl: Include local headers before installed headers during compilation.Vinson Lee
2009-09-16progs/glsl: minor Makefile clean-upsBrian Paul
2009-08-26progs/glsl: asst. changes in shtest.cBrian Paul
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-26progs/glsl: handle window resizes in texaaline.cBrian Paul
2009-08-26progs/glsl: add special Makefile rule for samplers_arrayBrian Paul
2009-08-26progs/glsl: change samplers.c to better test sampler/texture indexingBrian Paul
2009-08-25progs/glsl: call ValidateShaderProgram()Brian Paul
2009-08-20progs/glsl: report compile/link times in shtest.cBrian Paul