summaryrefslogtreecommitdiff
path: root/tests/cl
AgeCommit message (Expand)AuthorFilesLines
2016-11-07cl: Use HAVE_LIBRT to determine linking with rt.Vinson Lee1-1/+1
2016-10-19cl: Add a test for the predefined macrosNiels Ole Salscheider2-0/+464
2016-08-24cl: Use right comparison function for doubleMatt Arsenault1-6/+6
2016-08-24cl: Fix use of uninitialized variable valgrind errorMatt Arsenault1-1/+1
2016-08-17cl: Add vstore test generatorJan Vesely1-126/+0
2016-08-17cl: Add support for cl_half to program testerJan Vesely1-4/+27
2016-06-22cl: Add global atomic_xchg testsJan Vesely2-0/+175
2016-06-22cl: Add global atomic_cmpxchg testsJan Vesely2-0/+142
2016-05-17tests/cl: Fix pointer warningDylan Baker1-1/+2
2016-05-17cl: add global offset testJan Vesely1-0/+85
2016-05-17cl: add support for global offsetJan Vesely9-13/+47
2016-05-09cl: check for image support using util/ functionsSerge Martin5-79/+5
2016-05-06cl: Fix cl_khr_fp64 checksJan Vesely2-3/+6
2016-05-02cl: skip get image info test if there's no image supportJan Vesely1-2/+23
2016-04-29cl: Initialize result variable.Jan Vesely1-1/+1
2016-04-26cl: Fix image support when built on CL<1.2Jan Vesely1-1/+1
2016-03-14cl: Split setKernelArg into subtestsJan Vesely1-24/+31
2016-03-05cl: clSetKernelArg test more args kindSerge Martin1-3/+27
2016-03-05cl: clSetKernelArg check for image supportSerge Martin1-14/+37
2016-03-03cl: add image attribute testZoltan Gilian1-0/+31
2016-03-03cl: add image reading testsZoltan Gilian2-0/+151
2016-03-03cl: add image writing testsZoltan Gilian1-0/+81
2016-03-03cl: do not allow mismatching types for in-out argsZoltan Gilian1-3/+19
2016-03-03cl: reword arg_out value errorZoltan Gilian1-1/+1
2016-03-03cl: add image and sampler argument support to program-testerZoltan Gilian1-32/+574
2016-03-03cl: rename buffer_arg to mem_argZoltan Gilian1-47/+47
2016-02-23CL: Add tests to make sure that ilogb(0.0 or nan) returns FP_ILOGB0|FP_ILOGBNANAaron Watry1-0/+31
2016-02-14cl: improve clLinkProgramSerge Martin1-7/+31
2016-01-27cl: Extend program scope arrays with more typesJan Vesely1-4/+98
2016-01-27cl: Don't warn when using deprecated functions.Jan Vesely1-10/+4
2016-01-27cl: Add scalar to constant load testJan Vesely1-4/+14
2015-11-29cl-api-enqueue-fill-image: Fix memory leaks.Vinson Lee1-1/+3
2015-10-26cl-api-create-context: Remove unused variables.Vinson Lee1-3/+0
2015-10-06cl: Update integer/long limit tests to detect incorrect storage sizesAaron Watry1-6/+6
2015-10-04cl: add printf builtinSerge Martin1-0/+9
2015-09-30cl: fix get-kernel-arg-info indentationSerge Martin1-208/+208
2015-09-30cl: add clEnqueueFillImageSerge Martin2-0/+335
2015-09-30cl: add clEnqueueMigrateMemObjectsSerge Martin2-0/+245
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-09-15cl: check values returned from clGetMemObjectInfoSerge Martin1-39/+246
2015-08-29cl-api-get-kernel-work-group-info: Fix memory leak.Vinson Lee1-0/+1
2015-08-21cl: fix invalid platform test in create-contextSerge Martin (EdB)1-15/+1
2015-08-15cl: add clEnqueueFillBuffer testSerge Martin (EdB)2-0/+271
2015-08-15cl: fix CL_KERNEL_GLOBAL_WORK_SIZE querySerge Martin (EdB)1-2/+16
2015-08-15cl: add clGetKernelArgInfo testSerge Martin (EdB)2-0/+275
2015-08-01cl: add clLinkProgram testEdB2-0/+395
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