summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Remove gtf.tests.frameworkEric Anholt2-90/+0
2013-09-18framework: Disable mesa's GL API error logging by default.Eric Anholt1-0/+9
2013-09-18framework: When a test fails, try it again to see if it's consistent.Eric Anholt5-42/+80
2013-09-18framework: Refactor a bit, reducing required cleverness.Eric Anholt1-13/+6
2013-09-18framework: Remove micro-optimization with no impact.Eric Anholt1-36/+23
2013-09-18framework: Avoid magic number usage in making skip and problems lists.Eric Anholt1-9/+9
2013-09-18framework: Make the set of tests per page always be a set.Eric Anholt1-16/+8
2013-09-18framework: Fix mis-indentation of the test changes computation.Eric Anholt1-28/+28
2013-09-17ext_shader_integer_mix: Add tests for mix on integers and bools.Matt Turner7-0/+234
2013-09-17core.py: Fix bug in JSONWriter.write_dict_key methodDylan Baker1-2/+0
2013-09-17piglit-run.py: replace file.write with json_writer callsDylan Baker1-4/+2
2013-09-17util: Add multiple shader version of piglit_build_simple_program functionsJacob Penner2-0/+143
2013-09-17junit: Fix valid XML unicode table.José Fonseca1-1/+1
2013-09-16GL 3.2: Test layered framebuffers clear the depth attachment properly.Jacob Penner3-0/+209
2013-09-16Test that GetProgramiv() now accepts GEOMETRY_INPUT_TYPE, GEOMETRY_OUTPUT_TYP...Nicholas Mack3-0/+185
2013-09-12GL 3.2: Fix layered clear color test to work with MSVC.Paul Berry1-4/+8
2013-09-12gs: Test that input arrays can be accessed dynamically.Paul Berry1-0/+71
2013-09-11cl: From API clRetain* tests, removed attempt to release already released and...Ville Korhonen9-192/+3
2013-09-11sanity.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11r600.tests: remove r600.testsDylan Baker1-9/+0
2013-09-11r500.tests: Remove framework importsDylan Baker1-3/+0
2013-09-11r300.tests: remove unused importsDylan Baker1-3/+0
2013-09-11oglconform.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11igt.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11external-glslparser.tests: delete obsolete test fileDylan Baker1-48/+0
2013-09-11es3conform.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11all_cl.tests: Replace from <module> import * with explicit importsDylan Baker1-2/+2
2013-09-11all.tests: Replace from <module> import * with explicit importsDylan Baker1-3/+3
2013-09-11Test that GetShaderiv() may now return GEOMETRY_SHADER if passed a valid GS o...Nicholas Mack3-0/+87
2013-09-11GS: Modify an older test to also check MAX_COMBINED_GEOMETRY_UNIFORM_COMPONEN...Nicholas Mack1-1/+1
2013-09-11Change the geometry shader output layouts from 'triangles' to 'triangle_strip...Nicholas Mack8-8/+8
2013-09-11Move gs-emits-too-few-verts.c into the correct folderNicholas Mack4-6/+6
2013-09-11arb_texture_cube_map_array: scale texcoordsChris Forbes1-2/+6
2013-09-11core.py: Move parse_listfile to core.pyDylan Baker3-20/+20
2013-09-11piglit-summary.py: rewrite parse_listfileDylan Baker1-2/+2
2013-09-11piglit-summary-html.py: Replace .read().split('\n') with .readlines()Dylan Baker1-1/+1
2013-09-10Add a small test for gl_Fog.scale when fog start and end are equal.Henri Verbeet3-0/+88
2013-09-09Test bad interaction with optimizer and a uniform array as a function argument.Matt Turner4-0/+126
2013-09-09Work around exception errors in oglconform.tests.Kenneth Graunke1-2/+5
2013-09-09gs: less demanding tests for triangle strips.Paul Berry3-0/+256
2013-09-06cl: Fix test create-context to test what it was supposed to testVille Korhonen1-2/+2
2013-09-06texture-integer: fix issue with GL_ALPHA_INTEGER_EXT swizzleMartin Andersson1-0/+1
2013-09-06texture-integer: fix issue with GL_RGB_INTEGER_EXT swizzleMartin Andersson1-1/+1
2013-09-06util: Add an implementation of strndupIan Romanick3-0/+22
2013-09-06tests/spec: EXT_image_dma_buf_import intel img-ext with dma-buf onlyTopi Pohjolainen3-0/+106
2013-09-06tests/spec: EXT_image_dma_buf_import intel dma-buf with img-ext onlyTopi Pohjolainen3-0/+154
2013-09-06tests/spec: EXT_image_dma_buf_import intel unsupported formatTopi Pohjolainen3-0/+116
2013-09-06tests/spec: EXT_image_dma_buf_import sample argbTopi Pohjolainen5-0/+348
2013-09-06tests/spec: EXT_image_dma_buf_import fd ownership transferTopi Pohjolainen3-0/+135
2013-09-06tests/spec: EXT_image_dma_buf_import missing attributesTopi Pohjolainen3-0/+164