summaryrefslogtreecommitdiff
path: root/progs/xdemos
AgeCommit message (Collapse)Author
2005-08-25s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul
2005-08-09delete display lists upon exitBrian Paul
2005-07-19overlay planes testBrian Paul
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick
ARCH_FLAGS=-m32' work correctly on x86-64 systems.
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-04-06added wrappers/helpers for creating/destroying rendering contextsBrian Paul
2005-04-06changed implementation of GetAllFBConfigs()Brian Paul
2005-04-05Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick
to the Makefile as well.
2005-02-26use girl2.rgb by defaultDave Airlie
2005-02-26Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie
add girl2.rgb which is a slightly resized girl.rgb so client texturing works
2005-01-17remove trailing slash from TOP definitionDaniel Borca
2005-01-12new test to exercise context and window create/deleteKeith Whitwell
2005-01-10remove a debug lineBrian Paul
2005-01-10tweak output formattting, fixed uninitialized var errorBrian Paul
2005-01-09improved animation rateBrian Paul
2005-01-09rotate at a reasonable rateBrian Paul
2005-01-07added GetAllFBConfigs()Brian Paul
2005-01-06New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul
2005-01-04Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul
Added more functions to pbutil.[ch] to better isolate API differences.
2004-12-20Add a -fullscreen optionKeith Whitwell
2004-12-12removed unused visInfo varBrian Paul
2004-10-26added stereo option (Jacek Rosik)Brian Paul
2004-10-23wrap angle value (Philipp Klaus Krause)Brian Paul
2004-09-16silence warningsBrian Paul
2004-09-14Have the rendering contexts share textures.Brian Paul
Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it.
2004-08-13silence a warningBrian Paul
2004-08-13minor fix for newest glxext.h headerBrian Paul
2004-08-10cvs ignore fileBrian Paul
2004-08-10query/print max convolution filter sizeBrian Paul
2004-07-02redo the event loop to make event response betterBrian Paul
2004-05-10s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/Brian Paul
2004-05-07Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick
depending on which is available.
2004-04-22obsoleteBrian Paul
2004-03-26minor fixesBrian Paul
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