summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-25arb_gpu_shader5: Test using only the msb from imulExtended in the vs.arb_gpu_shader5Matt Turner1-0/+48
2013-09-25arb_gpu_shader5: Test using only the lsb from imulExtended in the vs.Matt Turner1-0/+48
2013-09-25arb_gpu_shader5: Add imulExtended vertex shader execution test.Matt Turner1-0/+52
2013-09-25arb_gpu_shader5: Test using only the msb from umulExtended in the vs.Matt Turner1-0/+47
2013-09-25arb_gpu_shader5: Test using only the lsb from umulExtended in the vs.Matt Turner1-0/+47
2013-09-25arb_gpu_shader5: Add umulExtended vertex shader execution test.Matt Turner1-0/+51
2013-09-25arb_gpu_shader5: Test using only the msb from imulExtended in the fs.Matt Turner1-0/+37
2013-09-25arb_gpu_shader5: Test using only the lsb from imulExtended in the fs.Matt Turner1-0/+37
2013-09-25arb_gpu_shader5: Add imulExtended fragment shader execution test.Matt Turner1-0/+41
2013-09-25arb_gpu_shader5: Test using only the msb from umulExtended in the fs.Matt Turner1-0/+37
2013-09-25arb_gpu_shader5: Test using only the lsb from umulExtended in the fs.Matt Turner1-0/+37
2013-09-25arb_gpu_shader5: Add umulExtended fragment shader execution test.Matt Turner1-0/+41
2013-09-23arb_gpu_shader5: Test using only the borrow from usubBorrow in the vs.Matt Turner1-0/+56
2013-09-23arb_gpu_shader5: Test using only the subtraction from usubBorrow in the vs.Matt Turner1-0/+56
2013-09-23arb_gpu_shader5: Add usubBorrow vertex shader execution test.Matt Turner1-0/+58
2013-09-23arb_gpu_shader5: Test using only the carry from uaddCarry in the vs.Matt Turner1-0/+62
2013-09-23arb_gpu_shader5: Test using only the addition from uaddCarry in the vs.Matt Turner1-0/+62
2013-09-23arb_gpu_shader5: Add uaddCarry vertex shader execution test.Matt Turner1-0/+65
2013-09-23arb_gpu_shader5: Test using only the borrow from usubBorrow in the fs.Matt Turner1-0/+46
2013-09-23arb_gpu_shader5: Test using only the subtraction from usubBorrow in the fs.Matt Turner1-0/+46
2013-09-23arb_gpu_shader5: Add usubBorrow fragment shader execution test.Matt Turner1-0/+48
2013-09-23arb_gpu_shader5: Test using only the carry from uaddCarry in the fs.Matt Turner1-0/+52
2013-09-23arb_gpu_shader5: Test using only the addition from uaddCarry in the fs.Matt Turner1-0/+52
2013-09-17arb_gpu_shader5: Add uaddCarry fragment shader execution test.Matt Turner1-0/+55
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