summaryrefslogtreecommitdiffstats
path: root/progs/redbook
Commit message (Collapse)AuthorAgeFilesLines
* define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-111-1/+1
| | | | | For Cell, need to use different compilers for the libraries vs. the demos/tests to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
* Fix CRLF line endings.José Fonseca2008-06-242-141/+141
|
* Remove unused Imakefiles.Brian2007-04-201-221/+0
|
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+0
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* fix some weirdness accidentally checked in in the pastBrian Paul2005-01-171-2/+2
|
* animation rate patch (Marcello Magallon)Brian Paul2005-01-092-5/+28
|
* Redraw on keypress, as apparently intended.Keith Whitwell2005-01-061-1/+1
|
* Obsolete the BeOS-specific makefile as we now build using standard Makefiles ↵Philippe Houdoin2004-08-141-59/+0
| | | | chain.
* obsoleteBrian Paul2004-04-221-50/+0
|
* minor fixesBrian Paul2004-03-261-1/+1
|
* Tweaks for make clean / realclean.Brian Paul2004-03-261-3/+1
|
* New Makefile systemBrian Paul2004-03-261-0/+41
|
* improved 'clean' targets (Otto Solares)Brian Paul2003-10-031-3/+3
|
* MS dev studio project file for teapots demo.Karl Schultz2003-09-241-0/+112
|
* Workspace file for redbook programsKarl Schultz2003-09-241-0/+29
|
* Change projection transform so that the top row of teapots are now visible.Karl Schultz2003-09-241-2/+2
|
* files for CVS to ignoreBrian Paul2003-09-051-0/+64
|
* updated old-style makefiles for new treeBrian Paul2003-06-101-1/+1
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-14/+0
|
* Remove a bunch of really old/obsolete configs.Brian Paul2003-06-011-20/+6
| | | | Use the new mklib script.
* castsBrian Paul2003-04-213-3/+3
|
* Quiet compiler warnings.Karl Schultz2002-10-183-6/+6
|
* added missing glFinish()Brian Paul2002-10-151-0/+2
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-121-1/+1
|
* undo some debug changes mistakenly checked in earlierBrian Paul2002-02-171-2/+1
|
* silence compiler warningsBrian Paul2002-02-125-3/+8
|
* Removed missing files and added new ones (Robert Bergkvist)Karl Schultz2002-01-161-27/+24
|
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-102-2/+2
|
* added comment explaining why the demo is flawedBrian Paul2000-10-311-2/+19
|
* Re-enable the keyboard functionality.Keith Whitwell2000-06-141-13/+94
| | | | | Add a -db option for doublebuffering. Add a 'benchmark' keystroke like isosurf.
* added missing braces in initializersBrian Paul2000-04-051-20/+20
|
* new library dependency varsBrian Paul2000-02-161-2/+2
|
* . More fixed toKendall Bennett1999-11-121-1/+0
|
* added missing braces in array initializationsBrian Paul1999-11-111-12/+12
|
* removed -lm from link commandBrian Paul1999-10-271-2/+2
|
* Fixed overflow bug in combineCallback.Gareth Hughes1999-10-031-24/+24
|
* More Win32 build compliance fixupsTed Jump1999-09-191-1/+1
|
* Added ESC key handlingTed Jump1999-09-1729-412/+784
|
* link with -lGLU -lGL instead of -lMesaGLU -lMesaGLBrian Paul1999-09-171-4/+7
|
* Initial revisionjtg1999-08-1969-0/+10826