summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2004-12-152-2/+2
|
* removed unused visInfo varBrian Paul2004-12-121-3/+0
|
* Fix a couple of glitchesKeith Whitwell2004-12-101-5/+6
|
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+1
| | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
* Demonstrate using a color matrix for yuv-to-rgb conversion at textureKeith Whitwell2004-12-081-0/+32
| | | | upload time.
* Prevent possible divide-by-zero error.Ian Romanick2004-12-011-4/+7
|
* EXT_422_pixels testKeith Whitwell2004-11-301-0/+225
|
* silence warningsBrian Paul2004-11-272-16/+18
|
* (GLint*) casts in glGetIntegerv callsBrian Paul2004-11-261-2/+2
|
* allow specifying image file on command lineBrian Paul2004-11-101-5/+11
|
* Add EXT_stencil_wrap test that doesn't depend on stencil read-backIan Romanick2004-11-042-0/+258
| | | | functioning.
* unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!Brian Paul2004-10-311-0/+2
|
* remove debug codeBrian Paul2004-10-291-2/+2
|