summaryrefslogtreecommitdiff
path: root/tests/cl
AgeCommit message (Expand)AuthorFilesLines
2015-07-08cl/api: Avoid deprecated declarations warnings.Jose Fonseca2-0/+4
2015-05-19cl: only build interop tests if GLES2 is enabledMarek Olšák1-2/+2
2015-05-06EGL_KHR_cl_event2: new OpenCL+EGL interop test for the extensionMarek Olšák4-0/+478
2015-03-03cl-program-tester: Avoid void pointer arithmetic.Jose Fonseca1-1/+1
2015-02-24Revert "cl tests: move non-generated tests out of the generated tests dir"Dylan Baker2-35/+0
2015-02-23cl tests: move non-generated tests out of the generated tests dirDylan Baker2-0/+35
2015-02-20cl: Don't use variable length arrayJan Vesely1-3/+5
2015-02-12cl-api-create-sampler: Fix memory leak.Vinson Lee1-0/+1
2015-02-06cl: Fix tolerance for division in scalar arithmetic testJan Vesely1-7/+7
2015-02-05cl: fix clCompileProgram compil error with CL1.1EdB1-0/+6
2015-01-26cl: Fix tolerance for SP divisionJan Vesely1-3/+3
2015-01-23cl-api-create-sampler: Fix memory leak.Vinson Lee1-0/+1
2014-12-17cl-api-create-image: Fix memory leak.Vinson Lee1-0/+3
2014-12-14cl-api-get-device-info: Fix memory leak.Vinson Lee1-0/+2
2014-12-14cl-api-enqueue-map-buffer: Initialize variable.Vinson Lee1-1/+1
2014-12-11cl: Fix signed/unsigned comparison warningsJan Vesely1-8/+8
2014-12-03cl-api-compile-program: Initialize variable.Vinson Lee1-1/+1
2014-11-14cl: split CL10/CL11+ optimization options testingEdB2-0/+13
2014-11-14cl: add CL_MEM_HOST_* releated testsEdB2-2/+158
2014-11-14cl: fix test nameEdB1-1/+1
2014-11-14cl: fix doxygen filenameEdB1-2/+2
2014-11-14cl: add tests for clCompileProgramEdB2-0/+367
2014-11-07cl: fix clGetKernelWorkGroupInfoEdB1-7/+21
2014-11-06cl: Add test for clCreateProgramWithBinary() v3Tom Stellard2-0/+225
2014-10-29cl: Add atomix_xor global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_or global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_min global testsAaron Watry2-0/+121
2014-10-29cl: Add atomic_max global testsAaron Watry2-0/+121
2014-10-29cl: Add atomic_and global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_dec global testsAaron Watry2-0/+120
2014-10-29cl: Add atomic_inc global testsAaron Watry2-0/+120
2014-10-29cl: Add atomic_sub global testsAaron Watry2-0/+121
2014-09-26CL: Add atomic_add global testsAaron Watry2-0/+121
2014-09-25cl: i32-stack-array: Rename to avoid subtest conflictsJan Vesely1-10/+10
2014-09-25cl: vXi32-stack: Rename to avoid subtest name conflictsJan Vesely3-6/+6
2014-09-25cl: Fix name of bitwise int subtestJan Vesely1-1/+1
2014-09-25cl: Fix subtest names in scalar-comparisonJan Vesely4-4/+4
2014-09-25cl: Avoid duplicate subtest namesJan Vesely1-2/+2
2014-09-25cl/atomic: Fix duplicate names for threaded int/uint testsAaron Watry11-22/+22
2014-09-25cl: Add tests for additional atomic functionsAaron Watry6-0/+470
2014-09-25cl: Add atomic_max testsAaron Watry1-0/+81
2014-09-06cl-program-tester: Add NORETURN attribute to exit_report_result.Vinson Lee1-1/+1
2014-08-20clGetDeviceInfo: Check for minimum value of CL_DEVICE_MAX_CONSTANT_BUFFER_SIZETom Stellard1-0/+13
2014-08-20cl: Add minimal test for clCreateSamplerTom Stellard2-0/+87
2014-08-20cl: Add minimal tests for clCreateImage2D and clCreateImage3DTom Stellard2-0/+111
2014-07-25cl: Extend float to long conversion testJan Vesely1-2/+26
2014-07-23cl: Add tests for atan builtinTom Stellard1-1/+0
2014-07-23cl-program-tester: Allow tolerance to be specified in terms of ulpTom Stellard3-6/+29
2014-07-04cl: Fix out-of-bounds write in get-num-groupsLars-Dominik Braun1-4/+12
2014-07-03cl-api-get-platform-ids: Initialize variable.Vinson Lee1-1/+1