summaryrefslogtreecommitdiff
path: root/progs/demos/cubemap.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell1-0/+16
2009-09-15progs/demos: use non-default texobj in cubemap.cBrian Paul1-0/+5
2009-08-23progs/demos: add fps output to cubemapKeith Whitwell1-0/+16
2009-08-14demos/cubemap: Add support for GL_ARB_seamless_cube_mapIan Romanick1-16/+38
2009-06-20demos: make cubemap work without EXT_fbo supportRoland Scheidegger1-4/+13
2009-03-12demos: fix error string, commentBrian Paul1-2/+2
2009-03-12demos: use glGenerateMipmapEXT entrypoint in cubemap.cKeith Whitwell1-1/+8
2009-03-09demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modesBrian Paul1-14/+72
2007-08-27added --noclear option to demonstrate rendering without glClearBrian1-6/+45
2006-10-24Add missing call to glutInit.Ian Romanick1-0/+1
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul1-1/+1
2004-08-10minor anim tweakBrian Paul1-2/+3
2004-05-05Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick1-30/+94
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell1-6/+6
2003-04-09fix typoBrian Paul1-3/+1
2002-10-25added skybox and options to load real imagesBrian Paul1-36/+198
2000-06-27fixed compiler warningsBrian Paul1-1/+2
2000-06-13use GL_CLAMP_TO_EDGEBrian Paul1-5/+8
2000-05-30initial check-inBrian Paul1-0/+246