summaryrefslogtreecommitdiff
path: root/progs/fp/fp-tri.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.
2010-02-14progs/fp: close file (bug 26559)Brian Paul
2010-01-07progs/fp: increase buffer size to read larger shadersBrian Paul
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell
Conflicts: SConstruct configs/default configs/linux-dri
2009-11-19progs/fp: add simple imm, param testsKeith Whitwell
2009-11-18progs/fp: Redraw upon keypress.Vinson Lee
2009-06-11progs: Port fp programs to GLEW.José Fonseca
2009-03-23progs/fp: pass texcoord to triangle, add a test shaderKeith Whitwell
2009-03-09fp: enable a second texture unit and add a kil test for itKeith Whitwell
2009-03-06fp: add some more texture, position and kill testsKeith Whitwell
2009-02-14progs: Make fp-tri use glew and add scons targetJakob Bornecrantz
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
Conflicts: src/mesa/shader/slang/slang_link.c
2008-09-18progs/fp: Add a bit of local variable testing to fp-triJakob Bornecrantz
2008-09-12fp: put test name in window title, add run scriptKeith Whitwell
2007-12-17Add the new test program for fp's.Zack Rusin