| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I | Eric Anholt | 2005-10-26 | 2 | -0/+200 |
* | new depth tests | Keith Whitwell | 2005-10-21 | 4 | -0/+441 |
* | simplify, remove sgi messages | Keith Whitwell | 2005-10-21 | 38 | -1966/+111 |
* | better looking tests | Keith Whitwell | 2005-10-21 | 2 | -2/+7 |
* | Make test visible | Keith Whitwell | 2005-10-21 | 1 | -1/+2 |
* | Better looking test. | Keith Whitwell | 2005-10-21 | 1 | -1/+1 |
* | A bunch of little tests which exercise each ARB_fp instruction plus | Keith Whitwell | 2005-10-20 | 38 | -0/+6031 |
* | Query/print GL_RED/GREEN/BLUE/ALPHA_BITS | Brian Paul | 2005-10-08 | 1 | -0/+8 |
* | glBindTexture changes, new assertions | Brian Paul | 2005-10-04 | 1 | -2/+6 |
* | fix glIsRender/FramebufferEXT() assertions | Brian Paul | 2005-10-04 | 2 | -5/+5 |
* | use fmod() to prevent overflow of angle variable | Brian Paul | 2005-09-30 | 1 | -1/+3 |
* | call glFinish if drawing to front buffer | Brian Paul | 2005-09-29 | 1 | -1/+3 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 4 | -4/+4 |
* | silence warning | Brian Paul | 2005-09-15 | 1 | -1/+2 |
* | new demo to test ATI_fragment_shader, not very creative but easy to know if t... | Roland Scheidegger | 2005-09-10 | 2 | -0/+478 |
* | use 'f' key to toggle front/back buffer rendering | Brian Paul | 2005-08-31 | 1 | -2/+17 |
* | Demo of how to do (nearly) flicker-free rendering with a single color buffer. | Brian Paul | 2005-08-25 | 2 | -0/+270 |
* | fix comment and #if test | Brian Paul | 2005-08-25 | 1 | -2/+3 |
* | Update the glut idle function after a new window is created | Brian Paul | 2005-08-25 | 1 | -4/+11 |
* | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) | Brian Paul | 2005-08-25 | 1 | -1/+1 |
* | make tiles a little smaller so they're all visible | Brian Paul | 2005-08-25 | 1 | -10/+11 |
* | Added multi-window support. Press 'n' to create new window, 'k' to kill | Brian Paul | 2005-08-24 | 1 | -140/+285 |
* | fix up libdrm for egl | Dave Airlie | 2005-08-21 | 1 | -5/+5 |
* | Add simple regression test for bugzilla #3195. | Ian Romanick | 2005-08-18 | 2 | -0/+282 |
* | test the standard stencil op modes too (Philipp Klaus Krause) | Brian Paul | 2005-08-15 | 1 | -50/+141 |
* | delete display lists upon exit | Brian Paul | 2005-08-09 | 1 | -0/+3 |
* | free display lists and destroy window upon exit | Brian Paul | 2005-08-09 | 1 | -11/+24 |
* | Make the linux-dri-x86 builds work on x86-64 again. mklib now | Ian Romanick | 2005-08-08 | 1 | -5/+5 |
* | Fix up some of the sample to work with the r200 EGL driver | Jon Smirl | 2005-08-07 | 3 | -19/+20 |
* | overlay planes test | Brian Paul | 2005-07-19 | 2 | -0/+246 |
* | eglgears demo (Dane Rushton) | Brian Paul | 2005-07-14 | 2 | -1/+454 |
* | Put back the glPopMatrix. This test was derived from blendminmax.c. | Ian Romanick | 2005-07-07 | 1 | -0/+2 |
* | Correct the comments in the file headers. Oops. | Ian Romanick | 2005-07-07 | 1 | -6/+6 |
* | Add regression test for bug #3101. | Ian Romanick | 2005-07-07 | 2 | -0/+127 |
* | Add $(CFLAGS) to the link commands. This makes 'make linux-x86 | Ian Romanick | 2005-07-02 | 1 | -5/+5 |
* | added some glGetRenderbufferParameterivEXT calls, printfs, and assertions | Brian Paul | 2005-07-01 | 2 | -0/+21 |
* | Ignore files generated as part of the build process. | Ian Romanick | 2005-06-24 | 1 | -0/+2 |
* | Mammoth update to the Python code generator scripts that live in | Ian Romanick | 2005-06-21 | 1 | -32/+30 |
* | Fix a few compiler warnings | Jon Smirl | 2005-06-16 | 2 | -1/+2 |
* | Add a mode to test flat shading + separate specular. | Keith Whitwell | 2005-06-01 | 1 | -3/+13 |
* | remove stupid flags | Daniel Borca | 2005-05-23 | 2 | -8/+2 |
* | use MAX_SCREENS instead of hard-coded number | Brian Paul | 2005-05-20 | 1 | -2/+3 |
* | fix reversed strstr() args, print mode string | Brian Paul | 2005-05-20 | 1 | -5/+7 |
* | replace // with /* */ | Brian Paul | 2005-05-20 | 1 | -1/+1 |
* | Committing in . | Jouk Jansen | 2005-05-20 | 1 | -5/+3 |
* | Use the 1.3 names for FogCoord* | Adam Jackson | 2005-05-20 | 1 | -2/+2 |
* | move osmesa demos to their own directory | Keith Whitwell | 2005-05-19 | 5 | -15/+73 |
* | Fix EGL fbdev palette problem. demo3 can save ppm of screen | Jon Smirl | 2005-05-19 | 1 | -1/+64 |
* | Fix inverted y for egl fbdev, add egl demo3 | Jon Smirl | 2005-05-18 | 3 | -0/+589 |
* | To better exercise pixel packing, replace regular glReadPixels with four | Brian Paul | 2005-05-18 | 1 | -3/+57 |