summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-03-05all.py: Use TestProfile.group_manager default_args to set require_platformsDylan Baker1-175/+118
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-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-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-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
2015-02-26util: Use posix_memalign for all non-Windows platforms.Vinson Lee1-3/+1
2015-02-26util: Define C99 __func__ macro on MSVC.Jose Fonseca1-0/+4
2015-02-26arb_program_interface_query: GetProgramResourceLocation testTapani Pälli5-0/+451
2015-02-25utils: Write event loop for Waffle+WGL.Jose Fonseca1-8/+64
2015-02-24Revert "cl tests: move non-generated tests out of the generated tests dir"Dylan Baker3-37/+0
2015-02-24getteximage-luminance: remove obsolete piglit_dispatch_default_init() callEmil Velikov1-1/+1
2015-02-24Revert "ext_timer_query: the timestamp test does not require the EXT extension"Emil Velikov1-2/+2
2015-02-24ext_timer_query: the timestamp test does not require the EXT extensionEmil Velikov1-2/+2
2015-02-23all.py: replace import_glsl_parser_test with loop searchDylan Baker1-140/+25