summaryrefslogtreecommitdiff
path: root/progs/demos/shadowtex.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-29demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D textureNicolai Haehnle1-1/+0
2008-04-29disable GL_TEXTURE_1D at end of frame to fix failed assertionBrian Paul1-0/+1
2007-10-17Support cards that have ARB_fp but not ARB_shadow.Ian Romanick1-13/+49
2007-06-07Add support for shadow mapping with vertex and fragment programsIan Romanick1-4/+216
2007-06-07Refactor shadow map modelview and projection codeIan Romanick1-22/+50
2007-06-07Remove '#if defined' tests for ARB extensions.Ian Romanick1-18/+1
2007-04-21Fix FBO completeness bug in shadowtex.Ian Romanick1-2/+15
2006-04-06re-enable animationBrian Paul1-1/+1
2006-04-06Added render to depth texture support with GL_EXT_framebuffer_object.Brian Paul1-99/+227
2006-04-05set the texture border color for the depth textureBrian Paul1-1/+5
2006-03-15use 'p' key to toggle use of GL_EXT_packed_depth_stencilBrian Paul1-8/+42
2005-01-09better animate rate (Marcelo Magallon)Brian Paul1-2/+8
2003-04-21fix minor warningsBrian Paul1-3/+1
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul1-3/+3
2002-03-23exercise GL_EXT_shadow_funcsBrian Paul1-1/+32
2002-02-16updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambientBrian Paul1-6/+43
2001-02-28Now there's four possible display modes:Brian Paul1-17/+126
2001-02-26added filtering option, compute shadow tex size from window sizeBrian Paul1-13/+36
2001-02-20added extension #ifdef/#endifsBrian Paul1-2/+5
2001-02-20demo of GL_SGIX_shadowBrian Paul1-0/+393