summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2005-06-01Add a mode to test flat shading + separate specular.Keith Whitwell1-3/+13
2005-05-23remove stupid flagsDaniel Borca2-8/+2
2005-05-20use MAX_SCREENS instead of hard-coded numberBrian Paul1-2/+3
2005-05-20fix reversed strstr() args, print mode stringBrian Paul1-5/+7
2005-05-20replace // with /* */Brian Paul1-1/+1
2005-05-20 Committing in .Jouk Jansen1-5/+3
2005-05-20Use the 1.3 names for FogCoord*Adam Jackson1-2/+2
2005-05-19move osmesa demos to their own directoryKeith Whitwell5-15/+73
2005-05-19Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl1-1/+64
2005-05-18Fix inverted y for egl fbdev, add egl demo3Jon Smirl3-0/+589
2005-05-18To better exercise pixel packing, replace regular glReadPixels with fourBrian Paul1-3/+57
2005-05-18Implement fbdev swapbuffers()Jon Smirl1-4/+4
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl1-9/+58
2005-05-14Add forgotten demo2.cJon Smirl1-0/+181
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl3-2/+11
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul5-8/+11
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul5-1/+449
2005-05-04updates for latest EGLScreenMESA changesBrian Paul2-3/+29
2005-04-29new fileKeith Whitwell1-0/+53
2005-04-26no need to enable fog or set fog mode with fragment programBrian Paul1-8/+0
2005-04-22demo / test progsBrian Paul3-0/+271
2005-04-06added wrappers/helpers for creating/destroying rendering contextsBrian Paul2-1/+45
2005-04-06changed implementation of GetAllFBConfigs()Brian Paul1-7/+4
2005-04-05Make glxgears_fbconfig compile and respect the DISPLAY setting. Add itIan Romanick2-3/+11
2005-04-04s/Togle/Toggle/Brian Paul7-35/+35
2005-03-22Add more formats to test.Keith Whitwell1-2/+19
2005-03-14If setting GL_PACK_INVERT_MESA results in a GL error, log it.Ian Romanick1-0/+15
2005-02-26use girl2.rgb by defaultDave Airlie1-1/+1
2005-02-26Add glXAllocateMemoryMESA demo app using ycbcr...Dave Airlie3-1/+328
2005-02-14Simple test for GL_MESA_pack_invert.Ian Romanick2-0/+187
2005-02-09Simple test for ARB_texture_env_crossbar functionality. It is difficultIan Romanick2-0/+236
2005-01-31makefile update (readtex, showbuffer)Daniel Borca2-8/+10
2005-01-29added osmesa16 stuffBrian Paul1-0/+6
2005-01-29assorted fixesBrian Paul2-18/+35
2005-01-29added missing glFinish()Brian Paul2-0/+10
2005-01-24reenable some assertionsBrian Paul1-2/+2
2005-01-19added texobjshare.cBrian Paul1-0/+1
2005-01-19test program for texture sharing, deleting, etcBrian Paul1-0/+219
2005-01-19glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ...Daniel Borca1-0/+14
2005-01-17fix some weirdness accidentally checked in in the pastBrian Paul1-2/+2
2005-01-17since we've already messed up this one, let we do it further and make it look...Daniel Borca1-2/+2
2005-01-17remove trailing slash from TOP definitionDaniel Borca1-1/+1
2005-01-12new test to exercise context and window create/deleteKeith Whitwell2-0/+610
2005-01-11VMS updates from Jouk JansenBrian Paul2-5/+53
2005-01-10remove a debug lineBrian Paul1-1/+0
2005-01-10tweak output formattting, fixed uninitialized var errorBrian Paul2-46/+48
2005-01-09minor readtex fixesBrian Paul1-5/+5
2005-01-09improved animation rateBrian Paul1-20/+29
2005-01-09rotate at fixed rate, changed fire effect (Marcelo Magallon)Brian Paul1-8/+15
2005-01-09rotate at fixed rate (Marcelo Magallon)Brian Paul1-2/+9