summaryrefslogtreecommitdiff
path: root/progs/tests/texcmp.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2009-11-03progs/tests: debug code for getting texture component sizesBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
Conflicts: src/mesa/drivers/dri/radeon/radeon_fbo.c src/mesa/drivers/dri/s3v/s3v_tex.c src/mesa/drivers/dri/s3v/s3v_xmesa.c src/mesa/drivers/dri/trident/trident_context.c src/mesa/main/debug.c src/mesa/main/mipmap.c src/mesa/main/texformat.c src/mesa/main/texgetimage.c
2009-10-25progs/tests: disable blending while drawing textBrian Paul
2009-10-23progs/tests: print requested/internal format infoBrian Paul
2009-09-27progs/tests: disable texturing before printing textBrian Paul
2009-09-03tests/texcmp: glewInit in wrong placeDave Airlie
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell
Also get mingw cross-compilation of these tests working
2004-06-17Make the test check for core GL version 1.3 in addition to testing forIan Romanick
GL_ARB_texture_compression. Also make the test list the compression formats the driver "encourages" the app to use.
2004-05-04texture compression: getting warmerDaniel Borca
2004-04-29FXT1 preparationsDaniel Borca
2003-11-20texture compression testbedDaniel Borca