summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* added silly mesa_hack() function and -b optionBrian Paul2001-03-231-9/+127
|
* Initial demo of GL_EXT_texture_filter_anisotropic extension.Gareth Hughes2001-03-222-3/+223
|
* Modified Files:Jouk Jansen2001-03-221-1/+1
| | | | | | | | | | | | | | Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms Mesa/si-glu/include/gluos.h Mesa/si-glu/libnurbs/internals/bufpool.h Mesa/si-glu/libnurbs/internals/mysetjmp.h Mesa/src-glut/descrip.mms Added Files: Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt changes needed to compile SI-GLU on VMS. ----------------------------------------------------------------------
* Fix compilation with GLU 1.1Gareth Hughes2001-03-211-3/+7
|
* Make ESC quit.Gareth Hughes2001-03-211-1/+2
|
* Revert back to new tessellator, check version string to be sure we'reGareth Hughes2001-03-211-249/+343
| | | | running with a valid GLU library.
* fix glxinfo to query current display.Alan Hourihane2001-03-191-2/+2
|
* fix castAlan Hourihane2001-03-191-1/+1
|
* test 16-bit/channel renderingBrian Paul2001-03-081-0/+291
|
* GL_EXT_secondary_color testBrian Paul2001-03-051-0/+145
|
* GL_EXT_fog_coord testBrian Paul2001-03-051-0/+99
|
* Now there's four possible display modes:Brian Paul2001-02-281-17/+126
| | | | | | | 1. normal, shadowed rendering 2. display depth texture image 3. display depth texture mapped onto scene 4. render grayscale scene where gray level = distance from light source
* added filtering option, compute shadow tex size from window sizeBrian Paul2001-02-261-13/+36
|
* added extension #ifdef/#endifsBrian Paul2001-02-201-2/+5
|
* added shadowtexBrian Paul2001-02-202-5/+7
|
* demo of GL_SGIX_shadowBrian Paul2001-02-201-0/+393
|
* added n-key to toggle nice fog, other minor clean-upsBrian Paul2001-02-161-5/+33
|
* Force texture download every time to handle lazy texture downloads.Gareth Hughes2001-02-071-16/+16
|
* added DestroyHeads() to test clean-up codeBrian Paul2001-01-231-2/+15
|
* minor tweaksBrian Paul2001-01-231-3/+9
|
* added support for 4 texture unitsBrian Paul2001-01-231-6/+11
|
* space-bar = pause animationBrian Paul2001-01-231-13/+19
|
* Add GL_POINTS as a primitive, including with CVA DrawElements. UsefulGareth Hughes2001-01-061-146/+177
| | | | for testing non-triangle primitives on hardware driver fastpaths.
* Committing in .Jouk Jansen2001-01-021-1/+1
| | | | | | | | | | | | Modified Files: Mesa/demos/descrip.mms Mesa/src/descrip.mms Mesa/src/dispatch.c -Updated VMS compile suppport -Included glthread.h in dispatch.c to make sure that THREADS is defined if i.e. PTHREADS is defined in the makefile. ----------------------------------------------------------------------
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-2417-28/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus: Essentially the same. Program files updated to include "readtex.c", not "../util/readtex.c". * demos/reflect.c: Likewise for "showbuffer.c". * Makefile.am (EXTRA_DIST): Added top-level regular files. * include/GL/Makefile.am (INC_X11): Added glxext.h. * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include Mesa GGI headers in dist even if HAVE_GGI is not given. * configure.in: Look for GLUT and demo source dirs in $srcdir. * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch]. More source list updates in various Makefile.am's. * Makefile.am (dist-hook): Remove CVS directory from distribution. (DIST_SUBDIRS): List all possible subdirs here. (SUBDIRS): Only list subdirs selected for build again. The above two applied to all subdir Makefile.am's also.
* call glFinish() before getting t1 timeBrian Paul2000-12-071-2/+6
|
* added -s option to control when glXSwapBuffers() is calledBrian Paul2000-12-021-5/+39
|
* Enable double-buffering, count not even multiple of three.Gareth Hughes2000-11-301-4/+44
|
* Add basic timing information.Gareth Hughes2000-11-301-140/+154
|
* added more programsBrian Paul2000-11-181-0/+3
|
* test texture palettes with multitextureBrian Paul2000-11-181-0/+408
|
* Mark Kilgard's reflection/shadow dino demoBrian Paul2000-11-181-0/+891
|
* hacked demo to test multi-texture projective texturesBrian Paul2000-11-181-0/+1023
|
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-104-6/+6
|
* fixed mipmap setup bugBrian Paul2000-11-091-2/+2
|
* Change transformation from ortho to perspective so we get the MGA eltGareth Hughes2000-11-031-5/+6
| | | | path by default.
* update for separate libOSMesa.so libBrian Paul2000-11-011-2/+9
|
* print number of texture unitsBrian Paul2000-11-011-1/+8
|
* Added trivial CVA test for testing HW driver fastpaths, good for testingGareth Hughes2000-11-012-17/+128
| | | | | | indexed vertex buffer implementations for instance. Cleaned up Makefile to make building and adding more tests easier.
* added comment explaining why the demo is flawedBrian Paul2000-10-311-2/+19
|
* removed debug printfBrian Paul2000-10-311-1/+0
|
* big overhaul of the demo, works better nowBrian Paul2000-10-301-113/+86
|
* Change animated apps to double-buffered visuals by default.Gareth Hughes2000-10-278-48/+48
|
* added a glFinish() callBrian Paul2000-10-261-3/+7
|
* Put a white texel in each corner of each texture.Brian Paul2000-10-231-2/+57
| | | | | Draw polygons using the texture's aspect ratio. The tdfx-3-0-0 texcoord bug is obvious with the -randomsize option.
* added idle() func, enable fog by defaultBrian Paul2000-10-231-3/+11
|
* added a proper idle() functionBrian Paul2000-10-211-1/+8
|
* use 1.1 glPolygonOffset instead of glPolygonOffsetEXTBrian Paul2000-10-201-1/+1
|
* use gray background, memset TempImage to white to help with debuggingBrian Paul2000-10-161-3/+21
|
* brighter colorsBrian Paul2000-10-051-4/+37
|