summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Collapse)Author
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-26check for GLX 1.3 during initBrian Paul
2004-02-23The available GLX version is now logged in addition to the clientIan Romanick
version and the server version.
2004-02-11Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick
Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level.
2004-02-11Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick
rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read.
2004-02-03another pbuffer demo (Andrew Lentvorski)Brian Paul
2004-02-02tweak commentsBrian Paul
2004-01-24New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takesBrian Paul
a rotation parameter (either 0, 90, 180 or 270 degrees). Also, a demo program.
2003-12-05press f key to toggle front/back drawing/copyingBrian Paul
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul
2003-09-08Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul
New glxswapcontrol.c file added.
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-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.
2003-05-30Removed an accidental addition in the previous commit.Ian Romanick
2003-05-30applied Ian's misc patchesBrian Paul
2003-04-29 Committing in .Jouk Jansen
Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
2003-04-21silence warningsBrian Paul
2003-04-09fix typoBrian Paul
2003-04-09fix typoBrian Paul
2003-04-09add support for swap and sync extensions (Ian Romanick)Brian Paul
2002-11-04add support for GLX_ARB_multisampleBrian Paul
2002-10-14print transparent pixel info when using -v option (Gerd Sussner)Brian Paul
2002-10-08 Committing in .Jouk Jansen
Add compile support in the xdemos directory for OpenVMS Modified Files: Mesa/descrip.mms Mesa/xdemos/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
2002-10-05added pbinfo and pbdemo programsBrian Paul
2002-10-05pbuffer info and demo programsBrian Paul
2002-09-06don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul
2002-09-06minor updates to sync with XFree86Brian Paul
2002-09-06added -l option to print interesting OpenGL limitsBrian Paul
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul
2002-04-02added an error checkBrian Paul
2002-03-08fix some minor warningsBrian Paul
2002-01-30removed GLUT referenceBrian Paul
2001-11-26fix some warningsBrian Paul
2001-04-27added -display optionBrian Paul
2001-04-24added -i and -h optionsBrian Paul
2001-04-02applied David's patch for parsing display's server:screen stringBrian Paul
2001-03-23added glxgearsBrian Paul
2001-03-23gears using GLX instead of GLUTBrian Paul
2001-03-23added silly mesa_hack() function and -b optionBrian Paul
2001-03-19fix glxinfo to query current display.Alan Hourihane
2001-01-23added DestroyHeads() to test clean-up codeBrian Paul
2000-12-02added -s option to control when glXSwapBuffers() is calledBrian Paul
2000-11-10patched to silence compiler warnings (Martin Lindhe)Brian Paul
2000-10-20use 1.1 glPolygonOffset instead of glPolygonOffsetEXTBrian Paul
2000-07-20added GLX multi-thread demoBrian Paul
2000-07-11use indirect context, added error checkingBrian Paul