summaryrefslogtreecommitdiff
path: root/progs/glsl/texaaline.c
AgeCommit message (Collapse)Author
2009-10-05Fix building of GLSL demos which use M_PIJon TURNEY
Some <math.h> files do not define M_PI, in which case, provide our own definition Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-08-26progs/glsl: handle window resizes in texaaline.cBrian Paul
2009-08-17demos/glsl: remove glutInitWindowPosition() callsBrian Paul
2009-07-17progs/glsl: finish conversion to GLEWBrian Paul
This is a follow-on to b799af91d5ffbee1481161fec29eb4c92b161272. Remove _func function suffix and unneeded #includes.
2009-06-29progs/glsl: compile with scons and glewKeith Whitwell
Get most of these working with scons.
2009-04-18demos: added glsl/texaaline.c program and overhaul the MakefileBrian Paul