summaryrefslogtreecommitdiff
path: root/progs/glsl
AgeCommit message (Expand)AuthorFilesLines
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin1-0/+1
2008-05-20add a simple but nice example of convolution filters in glslZack Rusin4-1/+475
2008-05-16mesa: call glutDestroyWindow() on exit to help find mem leaksBrian Paul1-1/+3
2007-10-25Ignore generated files.José Fonseca1-0/+10
2007-05-02get rid of normal vectorBrian1-2/+0
2007-05-02get rid of OSMESA stuffBrian1-6/+0
2007-05-02New test of the dFdx(), dFdy() functions.Brian2-0/+322
2007-02-25add texture rotationBrian2-2/+29
2007-02-25output texcoord in vertex programBrian1-0/+1
2007-02-03shading language texture demo/testBrian5-0/+637
2007-02-03added texdemo1Brian1-1/+16
2007-02-02added newline at endBrian1-1/+1
2007-01-28simple noise testBrian2-0/+297
2007-01-18remove debug codeBrian1-4/+0
2007-01-16draw a box, press 'a' to animateBrian1-4/+67
2007-01-16Added toyball and bumpmap tests using shaders from the OpenGL Shading Languag...Brian8-4/+854
2007-01-15Use arrow keys to pan and z/Z to zoom in/out to explore the fractal.Brian1-11/+22
2007-01-15Added new directory of GL shading language demos: glslBrian7-0/+845