summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Collapse)Author
2004-06-11don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegalBrian Paul
2004-06-07small correctionsDaniel Borca
2004-05-27Build the fogcoord demo.Ian Romanick
2004-05-21(Dieter Nuetzel) fix typo in help screenRoland Scheidegger
2004-05-05Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick
are toggled with the 't' key.
2004-05-05don't need auto mipmapsBrian Paul
2004-05-04added -c option to exercise convolution of glTexImage2DBrian Paul
2004-04-23Add fps outputKeith Whitwell
2004-04-22obsoleteBrian Paul
2004-03-26minor fixesBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-22use GL state vars instead of program parametersBrian Paul
2004-02-17compute fog coord in eye space, not clip spaceBrian Paul
2004-02-17define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul
2004-02-16glutInitWindowPositionKeith Whitwell
2004-02-16fog_coord demoDaniel Borca
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell
2004-01-28add glutInitWindowPosition callsKeith Whitwell
2004-01-28Add glutInitWindowPosition callKeith Whitwell
2004-01-27Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.Keith Whitwell
2004-01-13exercise glDeleteProgramsARBBrian Paul
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)
2003-12-04Windows needs to #define GL_GLEXT_PROTOTYPESKarl Schultz
2003-11-13remove GL_GLEXT_LEGACYBrian Paul
2003-10-14remove some cruftBrian Paul
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul
2003-09-25Add project file for new spriteblast demo. (Update dependency)Karl Schultz
2003-09-25Add project file for new spriteblast demo.Karl Schultz
2003-09-24GL_ARB_point_sprite demoBrian Paul
2003-09-22Create 'all' project to make it easy to build and clean all the programs in ↵Karl Schultz
the demos directory.
2003-09-22Add remaining demos.Karl Schultz
2003-09-22New visual studio project fiile for building demos.Karl Schultz
2003-09-19Make binary - even though this is a text file, common practice is to store ↵Karl Schultz
MS studio files as binary
2003-09-18Now obsolete.Karl Schultz
2003-09-18New visual studio workspace and projects for building demos.Karl Schultz
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul
2003-09-05files for CVS to ignoreBrian Paul
2003-09-05 Committing in .Jouk Jansen
Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ----------------------------------------------------------------------
2003-08-31s/DP4/DP3/Brian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-08-28space bar to toggle animationBrian Paul
2003-07-02 Committing in .Jouk Jansen
Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
2003-06-17 Committing in .Jouk Jansen
OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ----------------------------------------------------------------------
2003-06-13fix typo, added space/anim controlBrian Paul
2003-06-13GL_ARB_occlusion_query demo.Brian Paul
2003-06-10updated old-style makefiles for new treeBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul
Use the new mklib script.