aboutsummaryrefslogtreecommitdiffstats
path: root/progs/demos
Commit message (Collapse)AuthorAgeFilesLines
* Committing in .Jouk Jansen2003-07-021-0/+22
| | | | | | | | | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* Committing in .Jouk Jansen2003-06-171-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* fix typo, added space/anim controlBrian Paul2003-06-131-1/+9
|
* GL_ARB_occlusion_query demo.Brian Paul2003-06-132-0/+247
|
* updated old-style makefiles for new treeBrian Paul2003-06-101-3/+3
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0527-56/+1
|
* Remove a bunch of really old/obsolete configs.Brian Paul2003-06-011-24/+9
| | | | Use the new mklib script.
* minor clean-upsBrian Paul2003-05-301-2/+2
|
* applied Ian's misc patchesBrian Paul2003-05-301-17/+38
|
* fix minor warningsBrian Paul2003-04-215-13/+9
|
* fix .c / .h typoBrian Paul2003-04-211-2/+2
|
* clean up usage of extension function pointersBrian Paul2003-04-171-7/+15
|
* Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul2003-04-174-10/+365
|
* fix typoBrian Paul2003-04-091-3/+1
|
* Demo of per-pixel lighting with a fragment program.Brian Paul2003-04-072-1/+281
|
* use gluSphere instead of glutSphere so we get texcoordsBrian Paul2003-03-311-9/+18
|
* fix texgen msg stringsBrian Paul2003-03-291-3/+3
|
* added glFinish with commentBrian Paul2003-03-031-1/+6
|
* fix compilation for windowsKarl Schultz2003-02-271-3/+3
|
* silence warningBrian Paul2003-01-241-1/+1
|
* use/test GL_SGIS_generate_mipmaps if availableBrian Paul2002-12-101-3/+41
|
* updated to use ARB extensionsBrian Paul2002-12-032-26/+34
|
* use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul2002-11-281-2/+5
|
* Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell2002-10-311-1/+7
| | | | | can conspire to make it look like clearspd is exposing an intermittent driver bug...
* added skybox and options to load real imagesBrian Paul2002-10-251-36/+198
|
* massive overhaul, see new keyboard optionsBrian Paul2002-10-231-465/+587
|
* Quiet compiler warnings.Karl Schultz2002-10-182-13/+15
|
* added (char *) castsBrian Paul2002-08-083-3/+3
|
* fix warnings (bug 580528)Brian Paul2002-07-221-10/+11
|
* silence warningsBrian Paul2002-07-121-1/+6
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-128-22/+25
|
* remove test codeAlan Hourihane2002-05-021-9/+7
|
* glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane2002-05-021-7/+11
| | | | | | | buffer. We now issue a glFinish when not issuing SwapBuffers to ensure the pipeline is complete. (Problem found with Chromium).
* removed CVS $Log commentsBrian Paul2002-04-2212-370/+11
|
* Added -perf option to measure frame rate. This is useful for measuringKarl Schultz2002-04-051-8/+37
| | | | Mesa in a more environment-independent way.
* exercise GL_EXT_shadow_funcsBrian Paul2002-03-231-1/+32
|
* updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambientBrian Paul2002-02-161-6/+43
|
* include string.h to silence warningBrian Paul2002-02-151-0/+1
|
* now supports > 2 texture unitsBrian Paul2002-02-131-182/+123
|
* added fog and raster Z position controlsBrian Paul2002-01-261-3/+40
|
* Demo updates for Windows (Robert Bergkvist)Karl Schultz2002-01-166-17/+70
|
* added some assertions to exercise glIsTexture()Brian Paul2002-01-041-1/+5
|
* - Clean up state bitmask.Gareth Hughes2002-01-041-39/+52
| | | | | - Add (somewhat broken) PolygonMode bit, toggles between GL_FILL and GL_LINE. Somewhat useful in mimicking certain Viewperf tests.
* added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul2001-11-061-1/+8
|
* Copy the readtex.[ch] files from ../utilKarl Schultz2001-10-261-10/+8
|
* Allow to compile in Windows.Karl Schultz2001-10-042-2/+9
|
* Build a few demos that now work with Windows.Karl Schultz2001-10-041-5/+19
|
* Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz2001-09-251-2/+2
| | | | | in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win).
* use OSMESA_* enums for OSMesaCreateContext instead of GL_*.Karl Schultz2001-09-241-3/+3
|
* clean up makefiles some more for WindowsKarl Schultz2001-09-181-7/+7
|