summaryrefslogtreecommitdiff
path: root/progs/vpglsl/vp-tris.c
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.
2009-12-05progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.Vinson Lee
The return type of glGetUniformLocationARB is GLint, not GLuint.
2009-06-01progs/vpglsl: add similar support for point rendering as progs/vpKeith Whitwell
2009-03-09vpglsl: build with scons and glewKeith Whitwell
2008-06-12add some glsl example testing different arrays of uniformsZack Rusin
2007-10-25Fix nested conditionalsZack Rusin
2007-10-25Test some functionality of vp using GLSL that pure vp isn't testing.Zack Rusin