summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)AuthorFilesLines
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-08-25fix comment and #if testBrian Paul1-2/+3
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
2004-09-13changes towards GL_ARB_point_sprite (two-zero)Daniel Borca1-4/+49
2004-08-15Obsoleted as demos programs build on BeOS with standard Makefile system.Philippe Houdoin1-99/+0
2004-08-10minor anim tweakBrian Paul1-2/+3
2004-08-10silence warningBrian Paul1-1/+2
2004-08-10use 'a' to toggle animationBrian Paul1-0/+8
2004-06-28option to test with display listsBrian Paul1-1/+19
2004-06-11don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegalBrian Paul1-1/+2
2004-06-07small correctionsDaniel Borca1-12/+11
2004-05-27Build the fogcoord demo.Ian Romanick1-0/+1
2004-05-21(Dieter Nuetzel) fix typo in help screenRoland Scheidegger1-1/+1
2004-05-05Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick1-30/+94
2004-05-05don't need auto mipmapsBrian Paul1-1/+0
2004-05-04added -c option to exercise convolution of glTexImage2DBrian Paul1-16/+64
2004-04-23Add fps outputKeith Whitwell1-0/+16