summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.win
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.
2007-04-26Windows updatesBrian
2006-03-29Windows makefile to easily build all demo programs.Karl Schultz
2003-09-18Now obsolete.Karl Schultz
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-04-17Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul
2002-01-16Demo updates for Windows (Robert Bergkvist)Karl Schultz
2001-10-26Copy the readtex.[ch] files from ../utilKarl Schultz
2001-10-04Build a few demos that now work with Windows.Karl Schultz
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win).
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-14Win32 updates (Karl Schultz)Brian Paul