Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | since we've already messed up this one, let we do it further and make it ↵ | Daniel Borca | 2005-01-17 | 1 | -2/+2 |
| | | | | look like a fire... | ||||
* | VMS updates from Jouk Jansen | Brian Paul | 2005-01-11 | 1 | -5/+11 |
| | |||||
* | rotate at fixed rate, changed fire effect (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -8/+15 |
| | |||||
* | rotate at fixed rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -2/+9 |
| | |||||
* | use #ifdef to test for extension | Brian Paul | 2005-01-09 | 1 | -0/+6 |
| | |||||
* | include readtex.h | Brian Paul | 2005-01-09 | 5 | -4/+6 |
| | |||||
* | better animate rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 17 | -77/+177 |
| | |||||
* | some new/improved rules | Brian Paul | 2005-01-09 | 1 | -11/+38 |
| | |||||
* | include readtex.h instead of readtex.c | Brian Paul | 2005-01-09 | 5 | -5/+5 |
| | |||||
* | include readtex.h instead of readtex.c (Marcello Magallon) | Brian Paul | 2005-01-09 | 2 | -2/+2 |
| | |||||
* | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | 2005-01-09 | 3 | -0/+21 |
| | |||||
* | s/DP3/DP3_SAT/ to prevent negative values | Brian Paul | 2004-12-15 | 2 | -2/+2 |
| | |||||
* | (GLint*) casts in glGetIntegerv calls | Brian Paul | 2004-11-26 | 1 | -2/+2 |
| | |||||
* | allow specifying image file on command line | Brian Paul | 2004-11-10 | 1 | -5/+11 |
| | |||||
* | addes osdemo32 target (J.P. Delport) | Brian Paul | 2004-10-23 | 1 | -0/+7 |
| | |||||
* | 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...) |