summaryrefslogtreecommitdiff
path: root/progs/samples
AgeCommit message (Expand)AuthorFilesLines
2005-01-31makefile update (readtex, showbuffer)Daniel Borca2-8/+10
2005-01-09minor readtex fixesBrian Paul1-5/+5
2005-01-08compute reasonable animate rate (Marcelo Magallon)Brian Paul5-10/+75
2005-01-08fix-up rules for sphere demo, which uses readtex utilityBrian Paul1-2/+17
2004-12-15updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca2-6/+6
2004-08-25remove BeOS conditional code. oglinfo should be moved to xdemos since it's a...Brian Paul1-5/+0
2004-08-14Obsolete BeOS-specific makefile.Philippe Houdoin2-64/+6
2004-05-21use OGL 1.1 color logic ops in addition to GL_EXT_blend_logic_opRoland Scheidegger2-13/+60
2004-04-22obsoleteBrian Paul1-44/+0
2004-03-26minor fixesBrian Paul1-1/+1
2004-03-26Tweaks for make clean / realclean.Brian Paul1-3/+1
2004-03-26New Makefile systemBrian Paul1-0/+34
2003-12-23reverted TMUs for proper multitexturingDaniel Borca2-2/+8
2003-10-09Minor MinGW fixesDaniel Borca1-1/+1
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul1-3/+3
2003-10-02updates from Daniel BorcaBrian Paul1-0/+67
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul1-2/+1
2003-09-05files for CVS to ignoreBrian Paul1-0/+45
2003-08-28Updates from Daniel BorcaBrian Paul1-1/+1
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul1-7/+8
2003-06-16DOS updates for new tree (Daniel Borca)Brian Paul1-86/+83
2003-06-10updated old-style makefiles for new treeBrian Paul1-1/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick4-4/+0
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul1-20/+6
2003-04-21added a castBrian Paul1-1/+1
2003-03-29DOS updates from Daniel BorcaBrian Paul1-2/+2
2003-03-08DOS update (Daniel Borca)Brian Paul1-2/+3
2003-02-20latest DOS updates (Daniel Borca)Brian Paul1-7/+3
2003-02-04read/write files, not stdio (Daniel Borca)Brian Paul1-5/+17
2003-02-04DOS updates (Daniel Borca)Brian Paul1-36/+89
2002-11-05added some printfs to show current polygon mode and cull stateBrian Paul1-1/+7
2002-10-18Quiet compiler warnings.Karl Schultz1-1/+1
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul3-4/+8
2002-02-12silence compiler warningsBrian Paul1-1/+1
2002-01-16Samples working for Windows (Robert Bergkvist)Karl Schultz3-0/+50
2001-05-09make sure rotation plugged into sin/cos lookup tables is always positive, fix...Brian Paul1-0/+3
2001-03-19fix castAlan Hourihane1-1/+1
2000-11-10patched to silence compiler warnings (Martin Lindhe)Brian Paul1-2/+2
2000-10-31removed debug printfBrian Paul1-1/+0
2000-10-30big overhaul of the demo, works better nowBrian Paul1-113/+86
2000-10-27Change animated apps to double-buffered visuals by default.Gareth Hughes8-48/+48
2000-02-16new library dependency varsBrian Paul1-6/+3
1999-12-15made a few globals staticBrian Paul1-5/+5
1999-11-12 . More fixed toKendall Bennett1-1/+0
1999-10-27removed -lm from link commandBrian Paul1-2/+2
1999-09-19More Win32 build compliance fixupsTed Jump1-1/+1
1999-09-17Cleaned up exit from main to prevent MSVC warningsTed Jump1-2/+2
1999-09-17link with -lGLU -lGL instead of -lMesaGLU -lMesaGLBrian Paul1-2/+2
1999-08-19Initial revisionjtg38-0/+13069