summaryrefslogtreecommitdiffstats
path: root/progs/xdemos
Commit message (Expand)AuthorAgeFilesLines
* Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul2005-01-044-145/+295
* 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
* 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
* 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
* Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick2004-02-112-1/+192
* Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick2004-02-112-0/+605
* 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
* 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
* Committing in .Jouk Jansen2003-07-021-0/+15
* Committing in .Jouk Jansen2003-06-171-6/+6
* 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
* 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
* 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
* 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