Age | Commit message (Expand) | Author | Files | Lines |
2005-06-01 | Add a mode to test flat shading + separate specular. | Keith Whitwell | 1 | -3/+13 |
2005-05-23 | remove stupid flags | Daniel Borca | 2 | -8/+2 |
2005-05-20 | use MAX_SCREENS instead of hard-coded number | Brian Paul | 1 | -2/+3 |
2005-05-20 | fix reversed strstr() args, print mode string | Brian Paul | 1 | -5/+7 |
2005-05-20 | replace // with /* */ | Brian Paul | 1 | -1/+1 |
2005-05-20 | Committing in . | Jouk Jansen | 1 | -5/+3 |
2005-05-20 | Use the 1.3 names for FogCoord* | Adam Jackson | 1 | -2/+2 |
2005-05-19 | move osmesa demos to their own directory | Keith Whitwell | 5 | -15/+73 |
2005-05-19 | Fix EGL fbdev palette problem. demo3 can save ppm of screen | Jon Smirl | 1 | -1/+64 |
2005-05-18 | Fix inverted y for egl fbdev, add egl demo3 | Jon Smirl | 3 | -0/+589 |
2005-05-18 | To better exercise pixel packing, replace regular glReadPixels with four | Brian Paul | 1 | -3/+57 |
2005-05-18 | Implement fbdev swapbuffers() | Jon Smirl | 1 | -4/+4 |
2005-05-17 | Fix several internal problems with generating the list of configs. | Jon Smirl | 1 | -9/+58 |
2005-05-14 | Add forgotten demo2.c | Jon Smirl | 1 | -0/+181 |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 3 | -2/+11 |
2005-05-07 | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | 5 | -8/+11 |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 5 | -1/+449 |
2005-05-04 | updates for latest EGLScreenMESA changes | Brian Paul | 2 | -3/+29 |
2005-04-29 | new file | Keith Whitwell | 1 | -0/+53 |
2005-04-26 | no need to enable fog or set fog mode with fragment program | Brian Paul | 1 | -8/+0 |
2005-04-22 | demo / test progs | Brian Paul | 3 | -0/+271 |
2005-04-06 | added wrappers/helpers for creating/destroying rendering contexts | Brian Paul | 2 | -1/+45 |
2005-04-06 | changed implementation of GetAllFBConfigs() | Brian Paul | 1 | -7/+4 |
2005-04-05 | Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it | Ian Romanick | 2 | -3/+11 |
2005-04-04 | s/Togle/Toggle/ | Brian Paul | 7 | -35/+35 |
2005-03-22 | Add more formats to test. | Keith Whitwell | 1 | -2/+19 |
2005-03-14 | If setting GL_PACK_INVERT_MESA results in a GL error, log it. | Ian Romanick | 1 | -0/+15 |
2005-02-26 | use girl2.rgb by default | Dave Airlie | 1 | -1/+1 |
2005-02-26 | Add glXAllocateMemoryMESA demo app using ycbcr... | Dave Airlie | 3 | -1/+328 |
2005-02-14 | Simple test for GL_MESA_pack_invert. | Ian Romanick | 2 | -0/+187 |
2005-02-09 | Simple test for ARB_texture_env_crossbar functionality. It is difficult | Ian Romanick | 2 | -0/+236 |
2005-01-31 | makefile update (readtex, showbuffer) | Daniel Borca | 2 | -8/+10 |
2005-01-29 | added osmesa16 stuff | Brian Paul | 1 | -0/+6 |
2005-01-29 | assorted fixes | Brian Paul | 2 | -18/+35 |
2005-01-29 | added missing glFinish() | Brian Paul | 2 | -0/+10 |
2005-01-24 | reenable some assertions | Brian Paul | 1 | -2/+2 |
2005-01-19 | added texobjshare.c | Brian Paul | 1 | -0/+1 |
2005-01-19 | test program for texture sharing, deleting, etc | Brian Paul | 1 | -0/+219 |
2005-01-19 | glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ... | Daniel Borca | 1 | -0/+14 |
2005-01-17 | fix some weirdness accidentally checked in in the past | Brian Paul | 1 | -2/+2 |
2005-01-17 | since we've already messed up this one, let we do it further and make it look... | Daniel Borca | 1 | -2/+2 |
2005-01-17 | remove trailing slash from TOP definition | Daniel Borca | 1 | -1/+1 |
2005-01-12 | new test to exercise context and window create/delete | Keith Whitwell | 2 | -0/+610 |
2005-01-11 | VMS updates from Jouk Jansen | Brian Paul | 2 | -5/+53 |
2005-01-10 | remove a debug line | Brian Paul | 1 | -1/+0 |
2005-01-10 | tweak output formattting, fixed uninitialized var error | Brian Paul | 2 | -46/+48 |
2005-01-09 | minor readtex fixes | Brian Paul | 1 | -5/+5 |
2005-01-09 | improved animation rate | Brian Paul | 1 | -20/+29 |
2005-01-09 | rotate at fixed rate, changed fire effect (Marcelo Magallon) | Brian Paul | 1 | -8/+15 |
2005-01-09 | rotate at fixed rate (Marcelo Magallon) | Brian Paul | 1 | -2/+9 |