summaryrefslogtreecommitdiff
path: root/tests/texturing/copytexsubimage.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-09-18copytexsubimage: print GL enum strings instead of hex valuesBrian Paul1-2/+2
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-2/+4
2012-03-07Convert more older tests to use piglit-framework.c.Paul Berry1-34/+14
2010-02-24copytexsubimage: fix window title stringBrian Paul1-1/+1
2010-02-10Disable dithering in some tests that check for high precision.Marek Olšák1-0/+2
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-9/+1
2009-08-25Silence MSVC C4255 warnings.Vinson Lee1-2/+2
2009-07-10copytexsubimage: free(results)Vinson Lee1-0/+1
2009-07-08copytexsubimage: Fix compile errors with MSVC.Vinson Lee1-10/+13
2009-07-06Log a message so the it's easier to figure out which cases failIan Romanick1-0/+3
2009-04-24Mac OS fixes for texturing testsVinson Lee1-0/+4
2008-12-17Test NPOT and rectangle texturesIan Romanick1-31/+120
2008-12-03Add a divided-into-quarters path to the copytexsubimage test.Eric Anholt1-37/+76
2008-07-16Add a test for glCopyTexSubImage2D.Eric Anholt1-0/+169