aboutsummaryrefslogtreecommitdiffstats
path: root/progs/xdemos
Commit message (Collapse)AuthorAgeFilesLines
* press f key to toggle front/back drawing/copyingBrian Paul2003-12-051-7/+41
|
* improved 'clean' targets (Otto Solares)Brian Paul2003-10-031-3/+3
|
* Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul2003-09-083-331/+833
| | | | New glxswapcontrol.c file added.
* Committing in .Jouk Jansen2003-07-021-0/+15
| | | | | | | | | | | | | | | | | | | | 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-6/+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 ----------------------------------------------------------------------
* updated old-style makefiles for new treeBrian Paul2003-06-101-1/+1
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0514-46/+0
|
* Remove a bunch of really old/obsolete configs.Brian Paul2003-06-011-34/+23
| | | | Use the new mklib script.
* Removed an accidental addition in the previous commit.Ian Romanick2003-05-301-1/+0
|
* applied Ian's misc patchesBrian Paul2003-05-301-5/+104
|
* Committing in .Jouk Jansen2003-04-291-2/+4
| | | | | | | | Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
* silence warningsBrian Paul2003-04-213-7/+6
|
* fix typoBrian Paul2003-04-091-1/+1
|
* fix typoBrian Paul2003-04-091-3/+1
|
* add support for swap and sync extensions (Ian Romanick)Brian Paul2003-04-091-3/+226
|
* add support for GLX_ARB_multisampleBrian Paul2002-11-041-4/+12
|
* print transparent pixel info when using -v option (Gerd Sussner)Brian Paul2002-10-141-7/+32
|
* Committing in .Jouk Jansen2002-10-082-54/+47
| | | | | | | | | Add compile support in the xdemos directory for OpenVMS Modified Files: Mesa/descrip.mms Mesa/xdemos/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
* added pbinfo and pbdemo programsBrian Paul2002-10-051-2/+19
|
* pbuffer info and demo programsBrian Paul2002-10-054-0/+878
|
* don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul2002-09-061-3/+1
|
* minor updates to sync with XFree86Brian Paul2002-09-061-1/+4
|
* added -l option to print interesting OpenGL limitsBrian Paul2002-09-061-4/+66
|
* Pedantic compiler fixes (Sven Panne)Brian Paul2002-07-122-9/+10
|
* added an error checkBrian Paul2002-04-021-3/+10
|
* fix some minor warningsBrian Paul2002-03-083-7/+9
|
* removed GLUT referenceBrian Paul2002-01-301-5/+5
|
* fix some warningsBrian Paul2001-11-261-2/+3
|
* added -display optionBrian Paul2001-04-271-7/+12
|
* added -i and -h optionsBrian Paul2001-04-241-4/+30
|
* applied David's patch for parsing display's server:screen stringBrian Paul2001-04-021-2/+26
|
* added glxgearsBrian Paul2001-03-231-3/+4
|
* gears using GLX instead of GLUTBrian Paul2001-03-231-0/+497
|
* added silly mesa_hack() function and -b optionBrian Paul2001-03-231-9/+127
|
* fix glxinfo to query current display.Alan Hourihane2001-03-191-2/+2
|
* added DestroyHeads() to test clean-up codeBrian Paul2001-01-231-2/+15
|
* added -s option to control when glXSwapBuffers() is calledBrian Paul2000-12-021-5/+39
|
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-101-2/+2
|
* use 1.1 glPolygonOffset instead of glPolygonOffsetEXTBrian Paul2000-10-201-1/+1
|
* added GLX multi-thread demoBrian Paul2000-07-202-3/+424
|
* use indirect context, added error checkingBrian Paul2000-07-111-27/+53
|
* print GL_RENDERER upon startupBrian Paul2000-06-271-1/+2
|
* draw a solid cube tooBrian Paul2000-06-271-2/+80
|
* added glxheads, manywinBrian Paul2000-06-131-2/+10
|
* initial check-inBrian Paul2000-06-132-0/+575
|
* fixed bug in loop over screensBrian Paul2000-05-081-4/+4
|
* more error reportingBrian Paul2000-05-071-4/+9
|
* removed glxdpyinfoBrian Paul2000-05-031-2/+2
|
* Removed. Use glxinfo instead.Brian Paul2000-05-031-1072/+0
|
* more error checking. Query GLX client vendor stringBrian Paul2000-04-221-6/+9
|