summaryrefslogtreecommitdiff
path: root/progs/vpglsl
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-05-15vpglsl: add some simple tests with function callsZack Rusin
2010-01-01scons: Build progs together with everything else.José Fonseca
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
2009-12-05progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.Vinson Lee
The return type of glGetUniformLocationARB is GLint, not GLuint.
2009-12-02progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee
(cherry picked from commit b98db7bf697c3ed6e6df303e9dd66f7ac31eb3e2)
2009-06-01progs/vpglsl: add similar support for point rendering as progs/vpKeith Whitwell
2009-03-23vpglsl: add missing SConscriptKeith Whitwell
2009-03-10vpglsl: add simple mov.glslKeith Whitwell
2009-03-09vpglsl: build with scons and glewKeith Whitwell
2008-11-14mesa: fix buildAlan Hourihane
2008-09-19mesa: Update ignores a bitJakob Bornecrantz
2008-06-12add some glsl example testing different arrays of uniformsZack Rusin
2007-10-25Implement loopsZack Rusin
2007-10-25Fix nested conditionalsZack Rusin
2007-10-25Test some functionality of vp using GLSL that pure vp isn't testing.Zack Rusin