summaryrefslogtreecommitdiff
path: root/progs/glsl/trirast.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt1-255/+0
2009-11-18progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee1-3/+3
2009-08-17demos/glsl: remove glutInitWindowPosition() callsBrian Paul1-1/+0
2009-07-17progs/glsl: finish conversion to GLEWBrian Paul1-18/+13
2009-06-29progs/glsl: compile with scons and glewKeith Whitwell1-0/+2
2008-08-20use ftransform()Brian Paul1-1/+1
2008-04-09Replace duplicated code with new shaderutil.c functionsBrian1-82/+5
2007-11-16added z/s keys to reset/step rotationBrian1-2/+12
2007-08-01triangle rasterization with frag shaderBrian1-0/+326