summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-04all.py: Fix two tests being assigned the same nameDylan Baker1-1/+1
2015-03-04arb_program_interface_query: GetProgramResourceIndex testTapani Pälli3-0/+286
2015-03-03framework/backends/junit: Report expected failures/crashes as skipped.Jose Fonseca1-1/+3
2015-03-03cmake: Use -Werror=pointer-arith on GCC builds.Jose Fonseca1-0/+6
2015-03-03cl-program-tester: Avoid void pointer arithmetic.Jose Fonseca1-1/+1
2015-03-03arb_direct_state_access: Avoid void pointer arithmetic.Jose Fonseca1-2/+2
2015-03-03arb_framebuffer_srgb/blit: Fix command line option 'disabled'Antia Puentes1-1/+1
2015-03-03arb_direct_state_access: Added *NamedRenderbuffer* testsMartin Peres3-0/+187
2015-03-03arb_direct_state_access: Added glCreateRenderbuffers testsMartin Peres3-0/+165
2015-03-03arb_direct_state_access: Added glCreateSamplers testsMartin Peres3-0/+162
2015-03-03arb_direct_state_access: Added glCreateProgramPipelines testsMartin Peres3-0/+160
2015-03-03arb_direct_state_access: Added glCreateQueries testsMartin Peres3-0/+111
2015-03-03arb_direct_state_access: Added glGetTransformFeedback* testsMartin Peres3-0/+272
2015-03-03arb_direct_state_access: Added glTransformFeedbackBufferRange testsMartin Peres3-0/+248
2015-03-03arb_direct_state_access: Added glTransformFeedbackBufferBase testsMartin Peres3-0/+236
2015-03-03dsa_create-transformfeedback: set the min. GL version to 3.1 coreMartin Peres1-1/+13
2015-03-03arb_direct_state_access: fix the execution of two testsMartin Peres1-2/+2
2015-03-02AMD_performance_monitor: add missing subtest resultSamuel Pitoiset1-0/+2
2015-03-02Don't use default texture objectAnuj Phogat1-0/+3
2015-03-02Fix arguments count check and the test nameAnuj Phogat1-2/+2
2015-03-03arb_arrays_of_arrays: check array sizes when instance name differTimothy Arceri2-0/+74
2015-03-03glsl-1.50: check array sizes when instance name differTimothy Arceri2-0/+64
2015-03-02arb_program_interface_query: add array to location testTapani Pälli1-7/+29
2015-03-02arb_program_interface_query: change location test concurrentTapani Pälli1-1/+1
2015-02-27utils: Handle WM_QUIT properly.Jose Fonseca1-4/+17
2015-02-27utils: Don't intercept WM_KEYDOWN::VK_ESCAPE.Jose Fonseca1-7/+0