Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-29 | FXT1 preparations | Daniel Borca | |
2004-04-23 | assorted fixes | Brian Paul | |
2004-04-23 | Add fps output | Keith Whitwell | |
2004-04-22 | added floattex.c to test floating point textures | Brian Paul | |
2004-04-22 | minor clean-ups | Brian Paul | |
2004-04-22 | obsolete | Brian Paul | |
2004-04-20 | removed non-existant arbfpwpos.c, added UTIL_FILES target | Brian Paul | |
2004-04-18 | hack to use glTexCoord4f and Q variable to test projective texcoords | Brian Paul | |
2004-04-14 | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | |
and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first. | |||
2004-04-08 | added zreaddraw.c | Brian Paul | |
2004-04-08 | no depend file | Brian Paul | |
2004-04-03 | for make clean, include tests directory | Brian Paul | |
2004-03-26 | minor fixes | Brian Paul | |
2004-03-26 | Don't use pushd/popd. | Brian Paul | |
2004-03-26 | new Makefile | Brian Paul | |
2004-03-26 | Tweaks for make clean / realclean. | Brian Paul | |
2004-03-26 | clamp BiasMin, BiasMax to reasonable values | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |
2004-03-26 | check for GLX 1.3 during init | Brian Paul | |
2004-03-25 | silence warnings | Brian Paul | |
2004-03-22 | added some code to test buffer deletion | Brian Paul | |
2004-03-22 | use GL state vars instead of program parameters | Brian Paul | |
2004-03-21 | test of aux buffer rendering | Brian Paul | |
2004-03-13 | GL_EXT_pixel_buffer_object test | Brian Paul | |
2004-02-23 | The available GLX version is now logged in addition to the client | Ian Romanick | |
version and the server version. | |||
2004-02-17 | compute fog coord in eye space, not clip space | Brian Paul | |
2004-02-17 | define DO_FRAGMENT_FOG=1 to test fragment program fog option | Brian Paul | |
2004-02-16 | remove incorrect negation in fog coord computation | Brian Paul | |
2004-02-16 | glutInitWindowPosition | Keith Whitwell | |
2004-02-16 | fog_coord demo | Daniel Borca | |
2004-02-11 | Added a test case for Mesa bug #508473 that I wrote a long time ago. | Ian Romanick | |
Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level. | |||
2004-02-11 | Added yet another version of gears. This one uses fbconfigs, and is a | Ian Romanick | |
rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read. | |||
2004-02-10 | some useful matrix functions | Brian Paul | |
2004-02-05 | Add comments to make decyphering the faces easier | Keith Whitwell | |
2004-02-04 | Use quads instead of lines to ensure this is testing stencil functionality | Keith Whitwell | |
rather than rasterization. A crutch to hw with wonky line rasterizers. | |||
2004-02-03 | another pbuffer demo (Andrew Lentvorski) | Brian Paul | |
2004-02-02 | tweak comments | Brian Paul | |
2004-01-31 | added display list option (l key) | Brian Paul | |
2004-01-31 | add vparray.c, fix indentation | Brian Paul | |
2004-01-31 | enable program and arrays by default, minor clean-ups | Brian Paul | |
2004-01-28 | fix printf warnings | Alan Hourihane | |
2004-01-28 | add glutInitWindowPosition calls | Keith Whitwell | |
2004-01-28 | Add glutInitWindowPosition call | Keith Whitwell | |
2004-01-27 | Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. | Keith Whitwell | |
2004-01-26 | Add tests for ARB_fp trig instructions and also for 1D texturing | Keith Whitwell | |
2004-01-24 | New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes | Brian Paul | |
a rotation parameter (either 0, 90, 180 or 270 degrees). Also, a demo program. | |||
2004-01-13 | exercise glDeleteProgramsARB | Brian Paul | |
2003-12-23 | reverted TMUs for proper multitexturing | Daniel Borca | |
2003-12-19 | DMesa: removed MGA2064W driver | Daniel Borca | |
DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | |||
2003-12-12 | new makefiles | Brian Paul | |