summaryrefslogtreecommitdiff
path: root/tests/cl
AgeCommit message (Expand)AuthorFilesLines
2014-05-09cl: Add convert_long(float) testTom Stellard1-0/+30
2014-05-09cl-program-tester: Add support for parsing floating-point hex constantsTom Stellard1-1/+2
2014-04-29cl: Add complex real world test: PyritPeter Wu1-0/+287
2014-04-23cl: Add cl-api-enqueue-copy-buffer-rect testTom Stellard2-0/+115
2014-04-15cmake: buld cl with piglit_add_executable insead of add_executableDylan Baker1-1/+1
2014-03-18CL: Add basic mapped memory testsAaron Watry2-0/+123
2014-03-12cl: Add use-sub-buffer-in-kernelTom Stellard2-0/+131
2014-02-04Logical operators 'and' and 'or' are supported until OpenCL version 1.2.Yi Sun1-1/+1
2014-01-30cl-program-tester: Fix GCC format-security warning.Vinson Lee1-1/+1
2014-01-28cl-custom-buffer-flags: Remove unused label.Vinson Lee1-1/+0
2014-01-28cl-api-enqueue-read_write-buffer: Fix GCC format-security warning.Vinson Lee1-1/+1
2014-01-23cl: Add support for OpenCV unit tests v3Tom Stellard1-98/+0
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz1-17/+17
2014-01-15cl: Add test program-scope-arrays.Jan Vesely1-0/+57
2013-12-09cl: Add buffer-flags testJan Vesely2-0/+227
2013-12-09cl-program-tester: Allow double typeJan Vesely1-4/+7
2013-11-15cl: Add a test for clEnqueueCopyBuffer v2Tom Stellard2-0/+86
2013-11-11CL: Fix memory leak in program-tester.cAaron Watry1-0/+2
2013-10-31cl: Fix build on systems where clock_gettime is only avaiable in librtTom Stellard1-0/+4
2013-10-21cl: Add test opencv-merge-histTom Stellard1-0/+98
2013-10-16CL: Add global memory read/write and barrier testsAaron Watry1-0/+83
2013-09-27cl-program-test: Add support for parsing float values in scientific notationTom Stellard1-1/+1
2013-09-11cl: From API clRetain* tests, removed attempt to release already released and...Ville Korhonen9-192/+3
2013-09-06cl: Fix test create-context to test what it was supposed to testVille Korhonen1-2/+2
2013-09-05cl: Add a test for a bug in r600g's buffer memory poolTom Stellard2-0/+137
2013-09-05cl: Add cl-custom-flush-after-enqueue-kernel v2Tom Stellard2-0/+119
2013-09-05CL: Add atomic_sub/atomic_dec testsAaron Watry2-0/+137
2013-09-05CL: Add atomic_add/inc uint threaded testsAaron Watry2-0/+18
2013-08-21cl: Add tests for local memory atomic_inc and atomic_add builtinsTom Stellard2-0/+119
2013-08-20cl: fix 64bit-integer readingHomer Hsing1-1/+3
2013-08-12CL: Add int* vload*(constant/local/private) testsAaron Watry3-0/+274
2013-07-26CL: Add int min/max testsAaron Watry1-0/+64
2013-07-26CL: Add get_local_id testsAaron Watry1-0/+113
2013-07-26CL: Add get_num_groups testsAaron Watry1-0/+143
2013-07-16CL: Add vload/vstore with/without offset tests for int data types.Aaron Watry2-0/+301
2013-07-16CL: Basic test of bitselect builtinAaron Watry1-0/+23
2013-06-28cl: Add local memory testTom Stellard1-0/+81
2013-06-28cl-program-tester: Skip tests if devices don't support the local work sizeTom Stellard2-0/+53
2013-06-28cl-program-tester: Initialize piglit_result to PIGLIT_SKIPTom Stellard1-1/+9
2013-06-28cl/api/build-program: Add a test with an empty programTom Stellard1-0/+20
2013-06-28cl: Add build test for -D GENTYPE=intTom Stellard1-0/+39
2013-06-28CL: Fix scalar-data-types double testAaron Watry1-1/+1
2013-06-28CL: Fix other-data-types image testsAaron Watry1-11/+21
2013-06-28CL: Fix illegal character in scalar-arithmatic-short test nameAaron Watry1-1/+1
2013-06-25CL: Add int2 stack and int2/int4 constant load testsAaron Watry2-0/+52
2013-06-14cl: Add a test for the phatk kernel used for bitcoin miningTom Stellard2-0/+543
2013-06-04cl: Test get_work_dim functionAaron Watry1-0/+33
2013-05-30util: Don't call exit() after piglit_report_result() [v2]Chad Versace1-1/+0
2013-05-29Add one test case for OpenCL's switch causeJunyan He1-0/+37
2013-04-24cl: Add test for get_local_size()Tom Stellard1-0/+44