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