aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/CMakeLists.txt
AgeCommit message (Expand)Author
2011-12-11Add a new comprehensive test for textureSize().Kenneth Graunke
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace
2011-02-25cmake: Don't add source dirs as link dirsChad Versace
2011-02-24rgtc: add two simple tests based on the RG testsDave Airlie
2011-02-17Import GLEWMarek Olšák
2011-01-13tex-srgb: add a basic sRGB test + EXT_texture_sRGB_decode.Dave Airlie
2011-01-06tfp: Rename to glx-tfp and put it in the glx directory.Eric Anholt
2010-12-08teximage-errors: test that glTexImage functions catch expected errorsBrian Paul
2010-11-24tex3d-maxsize: new test of 3D textures of maximum sizeMarek Olšák
2010-11-12tex-skipped-unit: New test for first texture unit being non-zero.Eric Anholt
2010-10-21texture-rg: another test of GL_ARB_texture_rgBrian Paul
2010-10-08Revert "crossbar: Enable build for all UNIX."Vinson Lee
2010-10-08crossbar: Enable build for all UNIX.Vinson Lee
2010-10-01add missing libraries so tests link.Dave Airlie
2010-09-30Add serveral simple GL_ARB_texture_rg testsIan Romanick
2010-09-19texwrap: 62 new tests for wrap modes, texture targets, formats, and moreMarek Olšák
2010-08-30tex3d-npot: new test for NPOT 3D texturesMarek Olšák
2010-07-05texture-integer: new test for GL_EXT_texture_integerBrian Paul
2010-06-15tex-border-1: New test for border color sampling.Eric Anholt
2010-06-15crossbar: Disable build on non-Linux platforms.Vinson Lee
2010-06-15crossbar: Move this test from the Mesa tree to under tests/texturing/.Eric Anholt
2010-06-04fxt1-teximage: New test like s3tc-teximage for 3DFX FXT1.Eric Anholt
2010-05-04mipmap-setup: exercise setting up mipmaped textures in different ordersBrian Paul
2010-04-12cmake: add correct libraries so tests links with no implicit libraries.Dave Airlie
2010-03-17depth-level-clamp: Test for a miptree relayout failure in the 965 driver.Eric Anholt
2010-02-25array-texture: new test for GL_EXT_texture_arrayBrian Paul
2010-01-08CMake: Build tfp only on Linux.Vinson Lee
2010-01-04lodclamp-between-max: New test for fractional max LOD clamping.Eric Anholt
2009-12-09Test mipmap generation on non-zero texture unitIan Romanick
2009-11-20Add new depth-tex-modes-rg test.Ian Romanick
2009-11-20depth-tex-modes: Pull most of test into new "common" file.Ian Romanick
2009-11-20adds rg texture test using glDrawPixels with formats of GL_RED and GL_RGBen Holmes
2009-11-06levelclamp.c: New test for base/max level clamping, just like lodclamp.c.Eric Anholt
2009-10-29lodclamp-between: New test to verify that clamping between mip levels works.Eric Anholt
2009-10-27lodclamp: New test to verify the behavior of GL_TEXTURE_MIN/MAX_LOD.Eric Anholt
2009-10-23tex-swizzle: New test for GL_EXT_texture_swizzle.Ben Holmes
2009-10-22s3tc-tex{sub,}image.c: New tests for loading S3TC mipmap levels.Eric Anholt
2009-09-30streaming-texture-leak: New test for bug #23530.Eric Anholt
2009-09-08added depth-tex-compare test.Ben Holmes
2009-09-08added glsl version of depth-tex-modes test.Ben Holmes
2009-09-08added test depth-tex-modes. Tests drawing depth textures in LUMINANCE, INTENS...Ben Holmes
2009-07-17Remove mesautil library dependency for non-mesa tests.Vinson Lee
2009-05-15gen-compressed-teximage: New test for SGIS_generate_mipmap vs EXT_tc_s3tcEric Anholt
2009-05-07Oops, include GLEW in other directories as well now that util uses it.Eric Anholt
2009-03-18Add a test for GLX_EXT_texture_from_pixmap and bug #19910.Eric Anholt
2009-02-14New test: getteximage-simpleNicolai Haehnle
2008-11-06Fixes for Cygwin by YaakovNicolai Haehnle
2008-08-21New test: texturing/gen-teximage.Eric Anholt
2008-08-20New test: texturing/gen-texsubimageEric Anholt
2008-08-15New test: texturing/tex3dNicolai Haehnle