summaryrefslogtreecommitdiff
path: root/progs/demos/cubemap.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2009-12-18progs/demos: fix glut initialization callsBrian Paul
Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
Conflicts: progs/demos/cubemap.c src/gallium/drivers/softpipe/sp_tex_sample.c src/gallium/drivers/softpipe/sp_texture.c
2009-09-15progs/demos: use non-default texobj in cubemap.cBrian Paul
2009-08-23progs/demos: add fps output to cubemapKeith Whitwell
2009-08-14demos/cubemap: Add support for GL_ARB_seamless_cube_mapIan Romanick
2009-06-20demos: make cubemap work without EXT_fbo supportRoland Scheidegger
use SGIS_generate_mipmap if EXT_fbo support (for manual mipmap generation) is not available.
2009-03-12demos: fix error string, commentBrian Paul
2009-03-12demos: use glGenerateMipmapEXT entrypoint in cubemap.cKeith Whitwell
glGenerateMipmap() is part of ARB_framebuffer_object, which many mesa drivers don't advertise. Add check for EXT_framebuffer_object.
2009-03-09demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modesBrian Paul
Also generate a mipmap for the default checker images.
2007-08-27added --noclear option to demonstrate rendering without glClearBrian
2006-10-24Add missing call to glutInit.Ian Romanick
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul
2004-08-10minor anim tweakBrian Paul
2004-05-05Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick
are toggled with the 't' key.
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell
2003-04-09fix typoBrian Paul
2002-10-25added skybox and options to load real imagesBrian Paul
2000-06-27fixed compiler warningsBrian Paul
2000-06-13use GL_CLAMP_TO_EDGEBrian Paul
2000-05-30initial check-inBrian Paul