summaryrefslogtreecommitdiff
path: root/progs/vp/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.
2010-01-03progs/vp: Ensure null-terminated byte string.Vinson Lee
2009-11-19progs/vp: Fix memory leak in vp-tris.c.Vinson Lee
2009-09-14progs/vp: print program and error info when program does not compileBrian Paul
2009-03-13vp: add test for pointsize outputKeith Whitwell
2009-03-13progs/vp: add keys for point prims, etc, and various new testsKeith Whitwell
2009-01-23progs: Port vp-tris to glew.José Fonseca
There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.
2008-10-28move glut.h includeBrian Paul
2008-10-14vp: add simple vertex transform testKeith Whitwell
2008-08-19Add support for NVIDIA programs.Michal Krol
2008-08-19Port vp to Windows.Michal Krol
2008-05-23vp-tris: use test name as window nameKeith Whitwell
2007-12-13Don't generate spurious vs, move the enable a bit to do that.Zack Rusin
2007-12-11Add a simple fps counter to the exampleZack Rusin
2006-04-24fprintf() clean-up (bug 6730)Brian Paul
2005-11-01add an arl testKeith Whitwell
2005-11-01Make colors match the fp tests (really)Keith Whitwell
2005-11-01Make colors match the fp testsKeith Whitwell
2005-11-01standalone tests for vp instructionsKeith Whitwell