summaryrefslogtreecommitdiff
path: root/progs/demos/cubemap.c
AgeCommit message (Expand)Author
2009-08-14demos/cubemap: Add support for GL_ARB_seamless_cube_mapIan Romanick
2009-06-20demos: make cubemap work without EXT_fbo supportRoland Scheidegger
2009-03-12demos: fix error string, commentBrian Paul
2009-03-12demos: use glGenerateMipmapEXT entrypoint in cubemap.cKeith Whitwell
2009-03-09demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modesBrian Paul
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
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