summaryrefslogtreecommitdiffstats
path: root/progs/xdemos
Commit message (Collapse)AuthorAgeFilesLines
* s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)Brian Paul2005-08-251-1/+1
|
* delete display lists upon exitBrian Paul2005-08-091-0/+3
|
* overlay planes testBrian Paul2005-07-192-0/+246
|
* Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick2005-07-021-5/+5
| | | | ARCH_FLAGS=-m32' work correctly on x86-64 systems.
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2005-05-071-6/+6
|
* added wrappers/helpers for creating/destroying rendering contextsBrian Paul2005-04-062-1/+45
|
* changed implementation of GetAllFBConfigs()Brian Paul2005-04-061-7/+4
|
* Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick2005-04-052-3/+11
| | | | to the Makefile as well.
* use girl2.rgb by defaultDave Airlie2005-02-261-1/+1
|
* Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie2005-02-262-1/+328
| | | | add girl2.rgb which is a slightly resized girl.rgb so client texturing works
* remove trailing slash from TOP definitionDaniel Borca2005-01-171-1/+1
|
* new test to exercise context and window create/deleteKeith Whitwell2005-01-122-0/+610
|
* remove a debug lineBrian Paul2005-01-101-1/+0
|
* tweak output formattting, fixed uninitialized var errorBrian Paul2005-01-102-46/+48
|
* improved animation rateBrian Paul2005-01-091-20/+29
|
* rotate at a reasonable rateBrian Paul2005-01-091-16/+27
|
* added GetAllFBConfigs()Brian Paul2005-01-071-0/+23
|
* New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul2005-01-062-23/+8
|
* Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul2005-01-044-145/+295
| | | | Added more functions to pbutil.[ch] to better isolate API differences.
* Add a -fullscreen optionKeith Whitwell2004-12-201-1/+12
|
* removed unused visInfo varBrian Paul2004-12-121-3/+0
|
* added stereo option (Jacek Rosik)Brian Paul2004-10-261-17/+92
|
* wrap angle value (Philipp Klaus Krause)Brian Paul2004-10-231-0/+2
|
* silence warningsBrian Paul2004-09-162-2/+2
|
* Have the rendering contexts share textures.Brian Paul2004-09-141-9/+62
| | | | | Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it.
* silence a warningBrian Paul2004-08-132-3/+3
|
* minor fix for newest glxext.h headerBrian Paul2004-08-131-1/+1
|
* cvs ignore fileBrian Paul2004-08-101-0/+16
|
* query/print max convolution filter sizeBrian Paul2004-08-101-0/+7
|
* redo the event loop to make event response betterBrian Paul2004-07-021-27/+23
|
* s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/Brian Paul2004-05-101-5/+4
|
* Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick2004-05-071-5/+23
| | | | depending on which is available.
* obsoleteBrian Paul2004-04-221-94/+0
|
* minor fixesBrian Paul2004-03-261-7/+5
|
* Tweaks for make clean / realclean.Brian Paul2004-03-261-4/+1
|
* New Makefile systemBrian Paul2004-03-261-0/+79
|
* check for GLX 1.3 during initBrian Paul2004-03-261-2/+10
|
* The available GLX version is now logged in addition to the clientIan Romanick2004-02-231-0/+9
| | | | version and the server version.
* Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick2004-02-112-1/+192
| | | | | Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level.
* Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick2004-02-112-0/+605
| | | | | rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read.
* another pbuffer demo (Andrew Lentvorski)Brian Paul2004-02-032-0/+434
|
* tweak commentsBrian Paul2004-02-022-5/+7
|
* New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takesBrian Paul2004-01-244-1/+643
| | | | | a rotation parameter (either 0, 90, 180 or 270 degrees). Also, a demo program.
* 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
|