summaryrefslogtreecommitdiff
path: root/tests/cl.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-10cl: add clGetExtensionFunctionAddressForPlatformSerge Martin1-0/+2
2016-11-10framework/profile: Move group_manager from TestProfile to TestDictDylan Baker1-4/+4
2016-10-19cl: Add a test for the predefined macrosNiels Ole Salscheider1-0/+1
2016-08-17cl: Add vstore test generatorJan Vesely1-0/+2
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker1-1/+3
2015-09-30cl: add clEnqueueFillImageSerge Martin1-0/+1
2015-09-30cl: add clEnqueueMigrateMemObjectsSerge Martin1-0/+1
2015-08-15cl: add clEnqueueFillBuffer testSerge Martin (EdB)1-0/+1
2015-08-15cl: add clGetKernelArgInfo testSerge Martin (EdB)1-0/+1
2015-08-01cl: add clLinkProgram testEdB1-0/+1
2015-05-06EGL_KHR_cl_event2: new OpenCL+EGL interop test for the extensionMarek Olšák1-0/+3
2015-04-20cl: Add tests for common builtin functionsJan Vesely1-0/+3
2015-04-01tests/cl.py: Remove accident duplicate testDylan Baker1-1/+0
2015-03-09cl.py: Fix PEP 8 issues.Vinson Lee1-2/+4
2015-03-05framework: Override run_concurrent for CL test classesDylan Baker1-24/+4
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-02-24Revert "cl tests: move non-generated tests out of the generated tests dir"Dylan Baker1-2/+0
2015-02-23profile.py: Use a Tree structure for Profile.testsDylan Baker1-18/+9
2015-02-23cl tests: move non-generated tests out of the generated tests dirDylan Baker1-0/+2
2015-01-19cl.py: Hide pylint warningsDylan Baker1-0/+5
2015-01-19cl.py: fix PEP8 warningsDylan Baker1-30/+49
2015-01-19cl.py: Use the more standard sys.platform.startswith for linux detectionDylan Baker1-2/+3
2015-01-19cl.py: Use TESTS_DIR and GENERATED_TESTS_DIRDylan Baker1-11/+13
2015-01-19cl.py: use os.path.join for pathsDylan Baker1-9/+21
2014-11-14cl: add tests for clCompileProgramEdB1-0/+1
2014-11-06cl: Add test for clCreateProgramWithBinary() v3Tom Stellard1-0/+1
2014-10-14framework: Split PiglitTest into specific GL and CL classesDylan Baker1-2/+2
2014-10-14framework: Move tests derived classes into a packageDylan Baker1-3/+1
2014-10-01cl: Run concurrent on Linux render nodes, or non-LinuxJan Vesely1-7/+6
2014-09-26cl: fix adding concurent tests v2Jan Vesely1-3/+4
2014-08-20cl: Add minimal test for clCreateSamplerTom Stellard1-0/+1
2014-08-20cl: Add minimal tests for clCreateImage2D and clCreateImage3DTom Stellard1-0/+1
2014-06-16python: remove all tabsDylan Baker1-12/+12
2014-05-09cl: Add convert_long(float) testTom Stellard1-0/+1
2014-04-23cl: Add cl-api-enqueue-copy-buffer-rect testTom Stellard1-0/+1
2014-04-17framework: Split TestProfile and related out of coreDylan Baker1-1/+1
2014-04-17framework: Replace Group() with dict()Dylan Baker1-9/+9
2014-04-10python: replace Test argument runConcurrent with run_concurrentDylan Baker1-1/+1
2014-04-03python: Rename PlainExecTest to PiglitTestDylan Baker1-4/+4
2014-01-23cl: Add quick_cl.py test profileTom Stellard1-0/+126