| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added -c option to exercise convolution of glTexImage2D | Brian Paul | 2004-05-04 | 1 | -16/+64 |
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 1 | -0/+2 |
* | FXT1 preparations | Daniel Borca | 2004-04-29 | 1 | -0/+3 |
* | assorted fixes | Brian Paul | 2004-04-23 | 4 | -4/+1 |
* | Add fps output | Keith Whitwell | 2004-04-23 | 1 | -0/+16 |
* | added floattex.c to test floating point textures | Brian Paul | 2004-04-22 | 2 | -0/+171 |
* | minor clean-ups | Brian Paul | 2004-04-22 | 1 | -24/+36 |
* | obsolete | Brian Paul | 2004-04-22 | 5 | -404/+0 |
* | removed non-existant arbfpwpos.c, added UTIL_FILES target | Brian Paul | 2004-04-20 | 1 | -2/+3 |
* | hack to use glTexCoord4f and Q variable to test projective texcoords | Brian Paul | 2004-04-18 | 1 | -4/+5 |
* | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | 2004-04-14 | 2 | -1/+2 |
* | added zreaddraw.c | Brian Paul | 2004-04-08 | 1 | -1/+2 |
* | no depend file | Brian Paul | 2004-04-08 | 1 | -3/+0 |
* | for make clean, include tests directory | Brian Paul | 2004-04-03 | 1 | -1/+1 |
* | minor fixes | Brian Paul | 2004-03-26 | 5 | -14/+9 |
* | Don't use pushd/popd. | Brian Paul | 2004-03-26 | 1 | -6/+2 |
* | new Makefile | Brian Paul | 2004-03-26 | 1 | -0/+113 |
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 4 | -13/+3 |
* | clamp BiasMin, BiasMax to reasonable values | Brian Paul | 2004-03-26 | 1 | -0/+8 |
* | New Makefile system | Brian Paul | 2004-03-26 | 6 | -0/+331 |
* | check for GLX 1.3 during init | Brian Paul | 2004-03-26 | 1 | -2/+10 |
* | silence warnings | Brian Paul | 2004-03-25 | 1 | -3/+3 |
* | added some code to test buffer deletion | Brian Paul | 2004-03-22 | 1 | -0/+27 |
* | use GL state vars instead of program parameters | Brian Paul | 2004-03-22 | 1 | -12/+2 |
* | test of aux buffer rendering | Brian Paul | 2004-03-21 | 1 | -0/+499 |
* | GL_EXT_pixel_buffer_object test | Brian Paul | 2004-03-13 | 2 | -0/+290 |
* | The available GLX version is now logged in addition to the client | Ian Romanick | 2004-02-23 | 1 | -0/+9 |
* | compute fog coord in eye space, not clip space | Brian Paul | 2004-02-17 | 1 | -3/+5 |
* | define DO_FRAGMENT_FOG=1 to test fragment program fog option | Brian Paul | 2004-02-17 | 1 | -1/+28 |
* | remove incorrect negation in fog coord computation | Brian Paul | 2004-02-16 | 1 | -1/+4 |
* | glutInitWindowPosition | Keith Whitwell | 2004-02-16 | 1 | -0/+2 |
* | fog_coord demo | Daniel Borca | 2004-02-16 | 1 | -0/+414 |
* | Added a test case for Mesa bug #508473 that I wrote a long time ago. | Ian Romanick | 2004-02-11 | 2 | -1/+192 |
* | Added yet another version of gears. This one uses fbconfigs, and is a | Ian Romanick | 2004-02-11 | 2 | -0/+605 |
* | some useful matrix functions | Brian Paul | 2004-02-10 | 1 | -0/+181 |
* | Add comments to make decyphering the faces easier | Keith Whitwell | 2004-02-05 | 1 | -6/+6 |
* | Use quads instead of lines to ensure this is testing stencil functionality | Keith Whitwell | 2004-02-04 | 1 | -5/+9 |
* | another pbuffer demo (Andrew Lentvorski) | Brian Paul | 2004-02-03 | 2 | -0/+434 |
* | tweak comments | Brian Paul | 2004-02-02 | 2 | -5/+7 |
* | added display list option (l key) | Brian Paul | 2004-01-31 | 1 | -1/+15 |
* | add vparray.c, fix indentation | Brian Paul | 2004-01-31 | 1 | -3/+4 |
* | enable program and arrays by default, minor clean-ups | Brian Paul | 2004-01-31 | 1 | -8/+3 |
* | fix printf warnings | Alan Hourihane | 2004-01-28 | 5 | -6/+6 |
* | add glutInitWindowPosition calls | Keith Whitwell | 2004-01-28 | 2 | -0/+2 |
* | Add glutInitWindowPosition call | Keith Whitwell | 2004-01-28 | 3 | -1/+4 |
* | Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. | Keith Whitwell | 2004-01-27 | 1 | -1/+1 |
* | Add tests for ARB_fp trig instructions and also for 1D texturing | Keith Whitwell | 2004-01-26 | 3 | -0/+297 |
* | New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes | Brian Paul | 2004-01-24 | 4 | -1/+643 |
* | exercise glDeleteProgramsARB | Brian Paul | 2004-01-13 | 1 | -0/+6 |
* | reverted TMUs for proper multitexturing | Daniel Borca | 2003-12-23 | 2 | -2/+8 |