Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | demos: fix error string, comment | Brian Paul | 2009-03-12 | 1 | -2/+2 |
| | |||||
* | demos: use glGenerateMipmapEXT entrypoint in cubemap.c | Keith Whitwell | 2009-03-12 | 1 | -1/+8 |
| | | | | | glGenerateMipmap() is part of ARB_framebuffer_object, which many mesa drivers don't advertise. Add check for EXT_framebuffer_object. | ||||
* | demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes | Brian Paul | 2009-03-09 | 1 | -14/+72 |
| | | | | Also generate a mipmap for the default checker images. | ||||
* | added --noclear option to demonstrate rendering without glClear | Brian | 2007-08-27 | 1 | -6/+45 |
| | |||||
* | Add missing call to glutInit. | Ian Romanick | 2006-10-24 | 1 | -0/+1 |
| | |||||
* | include readtex.h instead of readtex.c (Marcello Magallon) | Brian Paul | 2005-01-09 | 1 | -1/+1 |
| | |||||
* | minor anim tweak | Brian Paul | 2004-08-10 | 1 | -2/+3 |
| | |||||
* | 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. | ||||
* | Add comments to make decyphering the faces easier | Keith Whitwell | 2004-02-05 | 1 | -6/+6 |
| | |||||
* | fix typo | Brian Paul | 2003-04-09 | 1 | -3/+1 |
| | |||||
* | added skybox and options to load real images | Brian Paul | 2002-10-25 | 1 | -36/+198 |
| | |||||
* | fixed compiler warnings | Brian Paul | 2000-06-27 | 1 | -1/+2 |
| | |||||
* | use GL_CLAMP_TO_EDGE | Brian Paul | 2000-06-13 | 1 | -5/+8 |
| | |||||
* | initial check-in | Brian Paul | 2000-05-30 | 1 | -0/+246 |