summaryrefslogtreecommitdiffstats
path: root/progs/demos/cubemap.c
Commit message (Expand)AuthorAgeFilesLines
* progs/demos: fix glut initialization callsBrian Paul2009-12-181-2/+1
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-0/+16
|\
| * progs/demos: add fps output to cubemapKeith Whitwell2009-08-231-0/+16
* | progs/demos: use non-default texobj in cubemap.cBrian Paul2009-09-151-0/+5
* | demos/cubemap: Add support for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-16/+38
|/
* demos: make cubemap work without EXT_fbo supportRoland Scheidegger2009-06-201-4/+13
* demos: fix error string, commentBrian Paul2009-03-121-2/+2
* demos: use glGenerateMipmapEXT entrypoint in cubemap.cKeith Whitwell2009-03-121-1/+8
* demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modesBrian Paul2009-03-091-14/+72
* added --noclear option to demonstrate rendering without glClearBrian2007-08-271-6/+45
* Add missing call to glutInit.Ian Romanick2006-10-241-0/+1
* include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul2005-01-091-1/+1
* minor anim tweakBrian Paul2004-08-101-2/+3
* Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick2004-05-051-30/+94
* Add comments to make decyphering the faces easierKeith Whitwell2004-02-051-6/+6
* fix typoBrian Paul2003-04-091-3/+1
* added skybox and options to load real imagesBrian Paul2002-10-251-36/+198
* fixed compiler warningsBrian Paul2000-06-271-1/+2
* use GL_CLAMP_TO_EDGEBrian Paul2000-06-131-5/+8
* initial check-inBrian Paul2000-05-301-0/+246