Age | Commit message (Expand) | Author |
2010-04-21 | progs/glsl: better comments | Brian Paul |
2010-04-10 | progs/glsl: Update .gitignore. | Vinson Lee |
2010-03-29 | progs/glsl: Add workarounds for Apple GLSL compiler crash. | Vinson Lee |
2010-03-29 | progs/glsl: Remove inline keyword. | Vinson Lee |
2010-03-29 | progs/glsl: improve the mouse drag/rotate code a little | Brian Paul |
2010-03-29 | progs/glsl: let the mouse rotate the scene | RALOVICH, Kristóf |
2010-03-24 | progs/glsl: Fix vsraytrace GLSL compilation error. | Vinson Lee |
2010-03-24 | progs/glsl: Add raytracing demos to SCons build. | Vinson Lee |
2010-03-24 | progs/glsl: remove/replace //-style comments | Brian Paul |
2010-03-24 | progs/glsl: silence warnings, remove debug code, adjust window size, etc | Brian Paul |
2010-03-24 | demos: import GLSL raytracing demos | RALOVICH, Kristóf |
2010-02-26 | progs/glsl: Ensure CFLAGS are passed during linking | Dan Nicholson |
2010-02-25 | progs/glsl: add ARCH_FLAGS to LDLIBS | Török Edvin |
2010-01-28 | progs/glsl: Fix bump GLSL compilation error on Mac OS. | Vinson Lee |
2010-01-28 | progs/glsl: Remove unused variable in bump.c. | Vinson Lee |
2010-01-28 | progs/glsl: Remove unnecessary header from samplers.c. | Vinson Lee |
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz |
2010-01-11 | progs/glsl: Remove duplicate included header from shtest.c. | Vinson Lee |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-08 | progs/glsl: Silence uninitialized variable warning. | Vinson Lee |
2010-01-06 | progs/glsl: Prevent possible string overflow. | Vinson Lee |
2010-01-01 | scons: Build progs together with everything else. | José Fonseca |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-30 | progs/glsl: Provide a better fix for fgets warning. | Vinson Lee |
2009-12-29 | progs/glsl: Silence compiler warnings. | Vinson Lee |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul |
2009-12-18 | progs/glsl: Use C-style comments. | Vinson Lee |
2009-12-07 | progs/glsl: updates to deriv.c test | Brian Paul |
2009-12-07 | progs/glsl: added texture mapping to bump demo | Brian Paul |
2009-12-03 | progs/glsl: Fix memory leak in deriv.c. | Vinson Lee |
2009-12-03 | progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c. | Vinson Lee |
2009-12-03 | progs/glsl: Redraw upon keypress. | Vinson Lee |
2009-12-02 | progs/glsl: Fix trirast GLSL compilation errors on Mac OS. | Vinson Lee |
2009-12-02 | progs/glsl: Fix noise GLSL compilation error on Mac OS. | Vinson Lee |
2009-12-02 | demos/glsl: Add missing break statement to noise test. | Vinson Lee |
2009-12-02 | progs/glsl: Fix multinoise GLSL compilation errors on Mac OS. | Vinson Lee |
2009-12-02 | progs/glsl: Add missing break statement in multinoise.c. | Vinson Lee |
2009-12-02 | progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS. | Vinson Lee |
2009-12-02 | progs/glsl: Include local headers before installed headers during compilation. | Vinson Lee |
2009-12-02 | progs/glsl: minor Makefile clean-ups | Brian Paul |
2009-11-19 | progs/glsl: Redraw upon keypress. | Vinson Lee |
2009-11-18 | progs/glsl: Fix trirast GLSL compilation errors on Mac OS. | Vinson Lee |
2009-11-18 | progs/glsl: Fix noise GLSL compilation error on Mac OS. | Vinson Lee |
2009-11-18 | progs/glsl: Fix multinoise GLSL compilation errors on Mac OS. | Vinson Lee |
2009-11-17 | progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS. | Vinson Lee |
2009-11-17 | progs/glsl: use ShadersSupported() | Brian Paul |
2009-11-17 | progs/glsl: change //-style comments | Brian Paul |
2009-11-17 | progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c. | Vinson Lee |
2009-11-17 | progs/glsl: Fix memory leak in deriv.c. | Vinson Lee |