summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-22obsoleteBrian Paul1-101/+0
2004-03-26minor fixesBrian Paul1-1/+1
2004-03-26Tweaks for make clean / realclean.Brian Paul1-3/+0
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul1-0/+8
2004-03-26New Makefile systemBrian Paul1-0/+92
2004-03-22use GL state vars instead of program parametersBrian Paul1-12/+2
2004-02-17compute fog coord in eye space, not clip spaceBrian Paul1-3/+5
2004-02-17define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul1-1/+28
2004-02-16glutInitWindowPositionKeith Whitwell1-0/+2
2004-02-16fog_coord demoDaniel Borca1-0/+414
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell1-6/+6
2004-01-28add glutInitWindowPosition callsKeith Whitwell2-0/+2
2004-01-28Add glutInitWindowPosition callKeith Whitwell2-0/+2
2004-01-27Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.Keith Whitwell1-1/+1
2004-01-13exercise glDeleteProgramsARBBrian Paul1-0/+6
2003-12-19DMesa: removed MGA2064W driverDaniel Borca1-3/+3
2003-12-04Windows needs to #define GL_GLEXT_PROTOTYPESKarl Schultz1-0/+1
2003-11-13remove GL_GLEXT_LEGACYBrian Paul1-1/+0
2003-10-14remove some cruftBrian Paul1-2/+0
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul1-4/+4
2003-09-25Add project file for new spriteblast demo. (Update dependency)Karl Schultz1-0/+3
2003-09-25Add project file for new spriteblast demo.Karl Schultz2-0/+124
2003-09-24GL_ARB_point_sprite demoBrian Paul2-0/+521
2003-09-22Create 'all' project to make it easy to build and clean all the programs in t...Karl Schultz2-0/+233
2003-09-22Add remaining demos.Karl Schultz1-0/+228
2003-09-22New visual studio project fiile for building demos.Karl Schultz19-0/+2128
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz22-2621/+2621