summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* overlay planes testBrian Paul2005-07-192-0/+246
* eglgears demo (Dane Rushton)Brian Paul2005-07-142-1/+454
* Put back the glPopMatrix. This test was derived from blendminmax.c.Ian Romanick2005-07-071-0/+2
* Correct the comments in the file headers. Oops.Ian Romanick2005-07-071-6/+6
* Add regression test for bug #3101.Ian Romanick2005-07-072-0/+127
* Add $(CFLAGS) to the link commands. This makes 'make linux-x86Ian Romanick2005-07-021-5/+5
* added some glGetRenderbufferParameterivEXT calls, printfs, and assertionsBrian Paul2005-07-012-0/+21
* Ignore files generated as part of the build process.Ian Romanick2005-06-241-0/+2
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-32/+30
* Fix a few compiler warningsJon Smirl2005-06-162-1/+2
* Add a mode to test flat shading + separate specular.Keith Whitwell2005-06-011-3/+13
* remove stupid flagsDaniel Borca2005-05-232-8/+2
* use MAX_SCREENS instead of hard-coded numberBrian Paul2005-05-201-2/+3
* fix reversed strstr() args, print mode stringBrian Paul2005-05-201-5/+7
* replace // with /* */Brian Paul2005-05-201-1/+1
* Committing in .Jouk Jansen2005-05-201-5/+3
* Use the 1.3 names for FogCoord*Adam Jackson2005-05-201-2/+2
* move osmesa demos to their own directoryKeith Whitwell2005-05-195-15/+73
* Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl2005-05-191-1/+64
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-183-0/+589
* To better exercise pixel packing, replace regular glReadPixels with fourBrian Paul2005-05-181-3/+57
* Implement fbdev swapbuffers()Jon Smirl2005-05-181-4/+4
* Fix several internal problems with generating the list of configs.Jon Smirl2005-05-171-9/+58
* Add forgotten demo2.cJon Smirl2005-05-141-0/+181
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-133-2/+11
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2005-05-075-8/+11
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-045-1/+449
* 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
* 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
* 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
* 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
* fix some weirdness accidentally checked in in the pastBrian Paul2005-01-171-2/+2