summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)AuthorFilesLines
2006-02-21More GLSL code:Michal Krol2-37/+37
2006-02-18More GLSL code.Michal Krol3-23/+203
2006-02-15Demonstrate GLSL fragment and vertex shaders.Michal Krol2-0/+286
2006-01-30use fmod() when incrementing CubeRotBrian Paul1-4/+3
2006-01-28Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.Brian Paul2-0/+487
2006-01-13Fix the default target to remake readtex.o if neededAdam Jackson1-1/+2
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2-211/+0
2005-12-08'a' key to toggle animationBrian Paul1-9/+19
2005-11-19call gluDeleteQuadric() to fix mem leakBrian Paul1-0/+2
2005-09-30use fmod() to prevent overflow of angle variableBrian Paul1-1/+3
2005-09-29call glFinish if drawing to front bufferBrian Paul1-1/+3
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-08-31use 'f' key to toggle front/back buffer renderingBrian Paul1-2/+17
2005-08-25Demo of how to do (nearly) flicker-free rendering with a single color buffer.Brian Paul2-0/+270
2005-08-25fix comment and #if testBrian Paul1-2/+3
2005-08-25Update the glut idle function after a new window is createdBrian Paul1-4/+11
2005-08-24Added multi-window support. Press 'n' to create new window, 'k' to killBrian Paul1-140/+285
2005-08-09free display lists and destroy window upon exitBrian Paul1-11/+24
2005-06-01Add a mode to test flat shading + separate specular.Keith Whitwell1-3/+13
2005-05-20 Committing in .Jouk Jansen1-5/+3
2005-05-19move osmesa demos to their own directoryKeith Whitwell4-936/+0
2005-05-18To better exercise pixel packing, replace regular glReadPixels with fourBrian Paul1-3/+57
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul1-1/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+1
2005-04-26no need to enable fog or set fog mode with fragment programBrian Paul1-8/+0
2005-04-04s/Togle/Toggle/Brian Paul7-35/+35
2005-03-22Add more formats to test.Keith Whitwell1-2/+19
2005-01-29added osmesa16 stuffBrian Paul1-0/+6
2005-01-29assorted fixesBrian Paul2-18/+35
2005-01-29added missing glFinish()Brian Paul2-0/+10
2005-01-17since we've already messed up this one, let we do it further and make it look...Daniel Borca1-2/+2
2005-01-11VMS updates from Jouk JansenBrian Paul1-5/+11
2005-01-09rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul1-8/+15
2005-01-09rotate at fixed rate (Marcelo Magallon)Brian Paul1-2/+9
2005-01-09use #ifdef to test for extensionBrian Paul1-0/+6
2005-01-09include readtex.hBrian Paul5-4/+6
2005-01-09better animate rate (Marcelo Magallon)Brian Paul17-77/+177
2005-01-09some new/improved rulesBrian Paul1-11/+38
2005-01-09include readtex.h instead of readtex.cBrian Paul5-5/+5
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul2-2/+2
2005-01-09Add #ifdefs for extension testing (Marcello Magallon)Brian Paul3-0/+21
2004-12-15s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2-2/+2
2004-11-26(GLint*) casts in glGetIntegerv callsBrian Paul1-2/+2
2004-11-10allow specifying image file on command lineBrian Paul1-5/+11
2004-10-23addes osdemo32 target (J.P. Delport)Brian Paul1-0/+7
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick1-0/+16
2004-10-01Add the glut project to the demos workspace.Karl Schultz1-0/+138
2004-09-24moved in from the tests/ directory to include in distroBrian Paul2-0/+572
2004-09-16silence warnings, re-indent codeBrian Paul1-64/+67
2004-09-16clean-up the hokey transformation code so that window resizes actually workBrian Paul1-31/+13