summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-09arb_sync: Test to demonstrate ClientWaitSync bug.Laura Ekstrand3-0/+205
2015-03-09arb_direct_state_access: Testing NamedBufferStorage.Laura Ekstrand3-0/+256
2015-03-09arb_direct_state_access: Testing glCreateBuffers.Laura Ekstrand3-3/+3
2015-03-09arb_direct_state_access: Testing glTextureBufferRange.Laura Ekstrand3-0/+146
2015-03-09deqp_gles3.py: Fix PEP 8 issues.Vinson Lee1-8/+11
2015-03-09all.py: Fix PEP 8 issues.Vinson Lee1-83/+105
2015-03-09es3conform.py: Fix PEP 8 issues.Vinson Lee1-6/+9
2015-03-09cl.py: Fix PEP 8 issues.Vinson Lee1-2/+4
2015-03-09profile.py: Support automatic naming of tests with string argumentsDylan Baker2-4/+24
2015-03-09igt.py: Use subprocess.check_output instead of subprocess.PopenDylan Baker1-18/+15
2015-03-09igt.py: Use __future__ functions, mainly print_functionDylan Baker1-6/+7
2015-03-09igt.py: add docstrings.Dylan Baker1-9/+20
2015-03-09igt.py: Use PEP8 specified whitespaceDylan Baker1-0/+5
2015-03-09igt.py: fix invalid name errorsDylan Baker1-10/+14
2015-03-09igt.py: Replace igtTestRoot with PEP8 compliant IGT_TEST_ROOTDylan Baker1-9/+9
2015-03-09igt.py: Change an empty string to a listDylan Baker1-4/+2
2015-03-09igt.py: Fix whitepace warnings for pylintDylan Baker1-11/+9
2015-03-08Delete redundant condition-07.vert test.Kenneth Graunke1-26/+0
2015-03-08framework: Try to fix the exclusions of llvmpipe test list.Jose Fonseca2-1/+7
2015-03-06tests/all.py: Fix typo that switched arb with extDylan Baker1-1/+1
2015-03-05all.py: Fix copy and paste errorDylan Baker1-1/+1
2015-03-05all.py: disable pylint's bad-continuation errorDylan Baker2-0/+9
2015-03-05all.py: use __future__ functionsDylan Baker1-3/+4
2015-03-05all.py: Remove run_concurrent=True flagDylan Baker2-1642/+1224
2015-03-05piglit_test.py: Change run_concurrent to True by defaultDylan Baker2-4/+4
2015-03-05all.py: Set run_concurrent=False explicitlyDylan Baker1-506/+588
2015-03-05framework: Override run_concurrent for CL test classesDylan Baker3-30/+22
2015-03-05all.py: Use group_manager default_args for exclude_platformsDylan Baker1-59/+50
2015-03-05all.py: Use TestProfile.group_manager default_args to set require_platformsDylan Baker1-175/+118
2015-03-05profile.py: Add kwargs to TestProfile.group_managerDylan Baker2-2/+42
2015-03-05profile.py: Remove TestProfile.testsDylan Baker2-149/+2
2015-03-05opencv.py: use test_list instead of tests.Dylan Baker1-2/+2
2015-03-05cl.py: Use flat list for program test dirsDylan Baker1-10/+11
2015-03-05cl.py: simplify add_program_test_dirDylan Baker1-13/+4
2015-03-05cl.py: Use TestProfile.group_managerDylan Baker1-99/+93
2015-03-05sanity.py: Use TestProfile.group_managerDylan Baker1-2/+4
2015-03-05all.py: add asmparser tests automatically with loopDylan Baker1-443/+17
2015-03-05all.py: Convert all.py to use TestProfile.group_managerDylan Baker3-3219/+4233
2015-03-05profile.py: Add a context_manager to TestProfile for adding tests.Dylan Baker3-0/+107
2015-03-05all.py: move all of the helper functions to the top of the fileDylan Baker1-153/+149
2015-03-05all.py: use profile.test_list instead of profile.test for glean testsDylan Baker2-5/+14
2015-03-05all.py: remove extra newline in list.Dylan Baker1-2/+1
2015-03-05arb_program_interface_query: Remove unused variable.Vinson Lee1-1/+1
2015-03-04shader_runner: fix uniform array name lookupsArthur Huillet1-7/+26
2015-03-04gl-1.0-readpixsanity: Fix Clang absolute-value warning.Vinson Lee1-1/+1
2015-03-04arb_direct_state_access: Fix Clang absolute-value warning.Vinson Lee1-1/+1
2015-03-04CMakeList.txt: Install OpenCL inc files.Dylan Baker1-1/+8
2015-03-04max-varyings: Use logical-OR instead of if statement to set failed.Matt Turner1-6/+4
2015-03-04varying-packing: Use logical-OR instead of if statement to set failed.Matt Turner1-12/+5
2015-03-04shaders: Add test for conditional mod propagation with different types.Matt Turner1-0/+37