summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* updates for latest EGLScreenMESA changesBrian Paul2005-05-042-3/+29
|
* new fileKeith Whitwell2005-04-291-0/+53
|
* no need to enable fog or set fog mode with fragment programBrian Paul2005-04-261-8/+0
|
* demo / test progsBrian Paul2005-04-223-0/+271
|
* 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.
* s/Togle/Toggle/Brian Paul2005-04-047-35/+35
|
* Add more formats to test.Keith Whitwell2005-03-221-2/+19
|
* If setting GL_PACK_INVERT_MESA results in a GL error, log it.Ian Romanick2005-03-141-0/+15
|
* use girl2.rgb by defaultDave Airlie2005-02-261-1/+1
|
* Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie2005-02-263-1/+328
| | | | add girl2.rgb which is a slightly resized girl.rgb so client texturing works
* Simple test for GL_MESA_pack_invert.Ian Romanick2005-02-142-0/+187
|
* Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick2005-02-092-0/+236
| | | | | to come up with good tests for this functionality that don't require either ATI_texture_env_combine3 or NV_texture_env_combine4.
* makefile update (readtex, showbuffer)Daniel Borca2005-01-312-8/+10
|
* added osmesa16 stuffBrian Paul2005-01-291-0/+6
|
* assorted fixesBrian Paul2005-01-292-18/+35
|
* added missing glFinish()Brian Paul2005-01-292-0/+10
|
* reenable some assertionsBrian Paul2005-01-241-2/+2
|
* added texobjshare.cBrian Paul2005-01-191-0/+1
|
* test program for texture sharing, deleting, etcBrian Paul2005-01-191-0/+219
|
* glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ↵Daniel Borca2005-01-191-0/+14
| | | | | | have all other attributes already set). i am committing this before i forget. however, i'm still leaving my code disabled, because the old code seems legal.
* fix some weirdness accidentally checked in in the pastBrian Paul2005-01-171-2/+2
|
* since we've already messed up this one, let we do it further and make it ↵Daniel Borca2005-01-171-2/+2
| | | | look like a fire...
* 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
|
* VMS updates from Jouk JansenBrian Paul2005-01-112-5/+53
|
* remove a debug lineBrian Paul2005-01-101-1/+0
|
* tweak output formattting, fixed uninitialized var errorBrian Paul2005-01-102-46/+48
|
* minor readtex fixesBrian Paul2005-01-091-5/+5
|
* improved animation rateBrian Paul2005-01-091-20/+29
|
* rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul2005-01-091-8/+15
|
* rotate at fixed rate (Marcelo Magallon)Brian Paul2005-01-091-2/+9
|
* use #ifdef to test for extensionBrian Paul2005-01-091-0/+6
|
* include readtex.hBrian Paul2005-01-095-4/+6
|
* better animate rate (Marcelo Magallon)Brian Paul2005-01-0917-77/+177
|
* some new/improved rulesBrian Paul2005-01-091-11/+38
|
* include readtex.h instead of readtex.cBrian Paul2005-01-095-5/+5
|
* include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul2005-01-092-2/+2
|
* Add #ifdefs for extension testing (Marcello Magallon)Brian Paul2005-01-093-0/+21
|
* animation rate patch (Marcello Magallon)Brian Paul2005-01-092-5/+28
|
* rotate at a reasonable rateBrian Paul2005-01-091-16/+27
|
* compute reasonable animate rate (Marcelo Magallon)Brian Paul2005-01-085-10/+75
|
* fix-up rules for sphere demo, which uses readtex utilityBrian Paul2005-01-081-2/+17
|
* added GetAllFBConfigs()Brian Paul2005-01-071-0/+23
|
* New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul2005-01-062-23/+8
|
* Redraw on keypress, as apparently intended.Keith Whitwell2005-01-061-1/+1
|
* 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
|
* updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca2004-12-152-6/+6
|