Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/demos: fix glut initialization calls | Brian Paul | 2009-12-18 | 1 | -2/+1 |
| | | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option. | ||||
* | move #include <GL/glut.h> after other #includes for Windows | Brian | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | add glutInitWindowPosition calls | Keith Whitwell | 2004-01-28 | 1 | -0/+1 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | Quiet compiler warnings. | Karl Schultz | 2002-10-18 | 1 | -8/+9 |
| | |||||
* | Pedantic compiler fixes (Sven Panne) | Brian Paul | 2002-07-12 | 1 | -10/+12 |
| | |||||
* | Fix compilation with GLU 1.1 | Gareth Hughes | 2001-03-21 | 1 | -3/+7 |
| | |||||
* | Make ESC quit. | Gareth Hughes | 2001-03-21 | 1 | -1/+2 |
| | |||||
* | Revert back to new tessellator, check version string to be sure we're | Gareth Hughes | 2001-03-21 | 1 | -249/+343 |
| | | | | running with a valid GLU library. | ||||
* | reverted to old tessellator | Brian Paul | 2000-07-11 | 1 | -363/+249 |
| | |||||
* | fixed compiler warnings | Brian Paul | 2000-06-27 | 1 | -19/+18 |
| | |||||
* | added missing glEnd() call (Tim Beckmann) | Brian Paul | 2000-03-27 | 1 | -52/+3 |
| | |||||
* | Removed '#if 0' from second pass. | Gareth Hughes | 2000-01-24 | 1 | -3/+4 |
| | |||||
* | Merged 3.2 updates, namely combine callback for intersecting | Gareth Hughes | 2000-01-23 | 1 | -35/+62 |
| | | | | contours. | ||||
* | Updated demo for new GLU 1.3 tessellation. Added optimized rendering | Gareth Hughes | 1999-11-04 | 1 | -325/+440 |
| | | | | by saving the output of the tessellation into display lists. | ||||
* | lots of autoconf updates | tanner | 1999-09-19 | 1 | -4/+8 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+439 |