summaryrefslogtreecommitdiffstats
path: root/progs/demos/cubemap.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-0/+16
|\ | | | | | | | | | | | | Conflicts: progs/demos/cubemap.c src/gallium/drivers/softpipe/sp_tex_sample.c src/gallium/drivers/softpipe/sp_texture.c
| * 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
| | | | | use SGIS_generate_mipmap if EXT_fbo support (for manual mipmap generation) is not available.
* demos: fix error string, commentBrian Paul2009-03-121-2/+2
|
* demos: use glGenerateMipmapEXT entrypoint in cubemap.cKeith Whitwell2009-03-121-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 modesBrian Paul2009-03-091-14/+72
| | | | Also generate a mipmap for the default checker images.
* 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
| | | | are toggled with the 't' key.
* 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