summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-04updates for latest EGLScreenMESA changesBrian Paul
2005-04-29new fileKeith Whitwell
2005-04-26no need to enable fog or set fog mode with fragment programBrian Paul
2005-04-22demo / test progsBrian 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
2005-04-04s/Togle/Toggle/Brian Paul
2005-03-22Add more formats to test.Keith Whitwell
2005-03-14If setting GL_PACK_INVERT_MESA results in a GL error, log it.Ian Romanick
2005-02-26use girl2.rgb by defaultDave Airlie
2005-02-26Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie
2005-02-14Simple test for GL_MESA_pack_invert.Ian Romanick
2005-02-09Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick
2005-01-31makefile update (readtex, showbuffer)Daniel Borca
2005-01-29added osmesa16 stuffBrian Paul
2005-01-29assorted fixesBrian Paul
2005-01-29added missing glFinish()Brian Paul
2005-01-24reenable some assertionsBrian Paul
2005-01-19added texobjshare.cBrian Paul
2005-01-19test program for texture sharing, deleting, etcBrian Paul
2005-01-19glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ...Daniel Borca
2005-01-17fix some weirdness accidentally checked in in the pastBrian Paul
2005-01-17since we've already messed up this one, let we do it further and make it look...Daniel Borca
2005-01-17remove trailing slash from TOP definitionDaniel Borca
2005-01-12new test to exercise context and window create/deleteKeith Whitwell
2005-01-11VMS updates from Jouk JansenBrian Paul
2005-01-10remove a debug lineBrian Paul
2005-01-10tweak output formattting, fixed uninitialized var errorBrian Paul
2005-01-09minor readtex fixesBrian Paul
2005-01-09improved animation rateBrian Paul
2005-01-09rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul
2005-01-09rotate at fixed rate (Marcelo Magallon)Brian Paul
2005-01-09use #ifdef to test for extensionBrian Paul
2005-01-09include readtex.hBrian Paul
2005-01-09better animate rate (Marcelo Magallon)Brian Paul
2005-01-09some new/improved rulesBrian Paul
2005-01-09include readtex.h instead of readtex.cBrian Paul
2005-01-09include readtex.h instead of readtex.c (Marcello Magallon)Brian Paul
2005-01-09Add #ifdefs for extension testing (Marcello Magallon)Brian Paul
2005-01-09animation rate patch (Marcello Magallon)Brian Paul
2005-01-09rotate at a reasonable rateBrian Paul
2005-01-08compute reasonable animate rate (Marcelo Magallon)Brian Paul
2005-01-08fix-up rules for sphere demo, which uses readtex utilityBrian Paul
2005-01-07added GetAllFBConfigs()Brian Paul
2005-01-06New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul
2005-01-06Redraw on keypress, as apparently intended.Keith Whitwell
2005-01-04Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul