Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for OES_read_format. As soon as glext.h is updated with the | Ian Romanick | 2004-10-16 | 1 | -0/+16 |
| | | | | enums for this extension, the changes to gl.h can be removed. | ||||
* | Add the glut project to the demos workspace. | Karl Schultz | 2004-10-01 | 1 | -0/+138 |
| | |||||
* | moved in from the tests/ directory to include in distro | Brian Paul | 2004-09-24 | 2 | -0/+572 |
| | |||||
* | silence warnings, re-indent code | Brian Paul | 2004-09-16 | 1 | -64/+67 |
| | |||||
* | clean-up the hokey transformation code so that window resizes actually work | Brian Paul | 2004-09-16 | 1 | -31/+13 |
| | |||||
* | changes towards GL_ARB_point_sprite (two-zero) | Daniel Borca | 2004-09-13 | 1 | -4/+49 |
| | |||||
* | Obsoleted as demos programs build on BeOS with standard Makefile system. | Philippe Houdoin | 2004-08-15 | 1 | -99/+0 |
| | |||||
* | minor anim tweak | Brian Paul | 2004-08-10 | 1 | -2/+3 |
| | |||||
* | silence warning | Brian Paul | 2004-08-10 | 1 | -1/+2 |
| | |||||
* | use 'a' to toggle animation | Brian Paul | 2004-08-10 | 1 | -0/+8 |
| | |||||
* | option to test with display lists | Brian Paul | 2004-06-28 | 1 | -1/+19 |
| | |||||
* | don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal | Brian Paul | 2004-06-11 | 1 | -1/+2 |
| | |||||
* | small corrections | Daniel Borca | 2004-06-07 | 1 | -12/+11 |
| | |||||
* | Build the fogcoord demo. | Ian Romanick | 2004-05-27 | 1 | -0/+1 |
| | |||||
* | (Dieter Nuetzel) fix typo in help screen | Roland Scheidegger | 2004-05-21 | 1 | -1/+1 |
| | |||||
* | Modified to use vertex arrays. Vertex arrays and immediate mode calls | Ian Romanick | 2004-05-05 | 1 | -30/+94 |
| | | | | are toggled with the 't' key. | ||||
* | don't need auto mipmaps | Brian Paul | 2004-05-05 | 1 | -1/+0 |
| | |||||
* | added -c option to exercise convolution of glTexImage2D | Brian Paul | 2004-05-04 | 1 | -16/+64 |
| | |||||
* | Add fps output | Keith Whitwell | 2004-04-23 | 1 | -0/+16 |
| | |||||
* | obsolete | Brian Paul | 2004-04-22 | 1 | -101/+0 |
| | |||||
* | minor fixes | Brian Paul | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -3/+0 |
| | |||||
* | clamp BiasMin, BiasMax to reasonable values | Brian Paul | 2004-03-26 | 1 | -0/+8 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+92 |
| | |||||
* | use GL state vars instead of program parameters | Brian Paul | 2004-03-22 | 1 | -12/+2 |
| | |||||
* | compute fog coord in eye space, not clip space | Brian Paul | 2004-02-17 | 1 | -3/+5 |
| | |||||
* | define DO_FRAGMENT_FOG=1 to test fragment program fog option | Brian Paul | 2004-02-17 | 1 | -1/+28 |
| | |||||
* | glutInitWindowPosition | Keith Whitwell | 2004-02-16 | 1 | -0/+2 |
| | |||||
* | fog_coord demo | Daniel Borca | 2004-02-16 | 1 | -0/+414 |
| | |||||
* | Add comments to make decyphering the faces easier | Keith Whitwell | 2004-02-05 | 1 | -6/+6 |
| | |||||
* | add glutInitWindowPosition calls | Keith Whitwell | 2004-01-28 | 2 | -0/+2 |
| | |||||
* | Add glutInitWindowPosition call | Keith Whitwell | 2004-01-28 | 2 | -0/+2 |
| | |||||
* | Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. | Keith Whitwell | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | exercise glDeleteProgramsARB | Brian Paul | 2004-01-13 | 1 | -0/+6 |
| | |||||
* | DMesa: removed MGA2064W driver | Daniel Borca | 2003-12-19 | 1 | -3/+3 |
| | | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | ||||
* | Windows needs to #define GL_GLEXT_PROTOTYPES | Karl Schultz | 2003-12-04 | 1 | -0/+1 |
| | |||||
* | remove GL_GLEXT_LEGACY | Brian Paul | 2003-11-13 | 1 | -1/+0 |
| | |||||
* | remove some cruft | Brian Paul | 2003-10-14 | 1 | -2/+0 |
| | |||||
* | improved 'clean' targets (Otto Solares) | Brian Paul | 2003-10-03 | 1 | -4/+4 |
| | |||||
* | Add project file for new spriteblast demo. (Update dependency) | Karl Schultz | 2003-09-25 | 1 | -0/+3 |
| | |||||
* | Add project file for new spriteblast demo. | Karl Schultz | 2003-09-25 | 2 | -0/+124 |
| | |||||
* | GL_ARB_point_sprite demo | Brian Paul | 2003-09-24 | 2 | -0/+521 |
| | |||||
* | Create 'all' project to make it easy to build and clean all the programs in ↵ | Karl Schultz | 2003-09-22 | 2 | -0/+233 |
| | | | | the demos directory. | ||||
* | Add remaining demos. | Karl Schultz | 2003-09-22 | 1 | -0/+228 |
| | |||||
* | New visual studio project fiile for building demos. | Karl Schultz | 2003-09-22 | 19 | -0/+2128 |
| | |||||
* | Make binary - even though this is a text file, common practice is to store ↵ | Karl Schultz | 2003-09-19 | 22 | -2621/+2621 |
| | | | | MS studio files as binary | ||||
* | Now obsolete. | Karl Schultz | 2003-09-18 | 1 | -131/+0 |
| | |||||
* | New visual studio workspace and projects for building demos. | Karl Schultz | 2003-09-18 | 22 | -0/+2621 |
| | |||||
* | use GL_GLEXT_PROTOTYPES | Brian Paul | 2003-09-08 | 1 | -2/+1 |
| | |||||
* | files for CVS to ignore | Brian Paul | 2003-09-05 | 1 | -0/+46 |
| |