summaryrefslogtreecommitdiff
path: root/tests/cl
AgeCommit message (Expand)AuthorFilesLines
2017-05-19cl-api-get-platform-ids: Remove duplicate piglit_cl_check_error.Vinson Lee1-1/+0
2017-05-01cl: Add input dependent test for global_offsetJan Vesely1-0/+18
2017-05-01cl: Add array of structures to program-scope-arrays testJan Vesely1-0/+60
2017-04-05cl: OCL1.1 allows pointers to NULL as valid kernel argsJan Vesely1-9/+12
2017-04-05cl: Unmap mapped cl buffer in buffer-flags testJan Vesely1-0/+5
2017-02-09cl: Add sign_extend_inreg testMatt Arsenault1-0/+387
2017-01-27cl: Add tests for stored fnegMatt Arsenault2-23/+55
2017-01-27cl: Add tests for fdiv with neg/abs inputsMatt Arsenault2-0/+519
2016-12-09cl: Add test for negative index + small offset for privateMatt Arsenault1-0/+101
2016-12-08cl: Add tests for 24-bit div / rem optimizationMatt Arsenault1-0/+1657
2016-12-08cl: Add f32 immediate testsMatt Arsenault1-0/+230
2016-12-06cl: Add test for clz optimizationsMatt Arsenault1-0/+389
2016-12-06cl: Add test for f64 inline immediatesMatt Arsenault1-0/+270
2016-11-10cl: add clGetExtensionFunctionAddressForPlatformSerge Martin2-0/+102
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