summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl
2005-07-19overlay planes testBrian Paul
2005-07-14eglgears demo (Dane Rushton)Brian Paul
2005-07-07Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick
2005-07-07Correct the comments in the file headers. Oops.Ian Romanick
2005-07-07Add regression test for bug #3101.Ian Romanick
2005-07-02Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick
2005-07-01added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul
2005-06-24Ignore files generated as part of the build process.Ian Romanick
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-06-16Fix a few compiler warningsJon Smirl
2005-06-01Add a mode to test flat shading + separate specular.Keith Whitwell
2005-05-23remove stupid flagsDaniel Borca
2005-05-20use MAX_SCREENS instead of hard-coded numberBrian Paul
2005-05-20fix reversed strstr() args, print mode stringBrian Paul
2005-05-20replace // with /* */Brian Paul
2005-05-20 Committing in .Jouk Jansen
2005-05-20Use the 1.3 names for FogCoord*Adam Jackson
2005-05-19move osmesa demos to their own directoryKeith Whitwell
2005-05-19Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl
2005-05-18Fix inverted y for egl fbdev, add egl demo3Jon Smirl
2005-05-18To better exercise pixel packing, replace regular glReadPixels with fourBrian Paul
2005-05-18Implement fbdev swapbuffers()Jon Smirl
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl
2005-05-14Add forgotten demo2.cJon Smirl
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
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