summaryrefslogtreecommitdiff
path: root/src/cl_api.c
Commit message (Expand)AuthorAgeFilesLines
* Runtime: Add subgroup extension API in clGetExtensionFunctionAddressPan Xiuli2016-07-151-0/+1
* Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extensionPan Xiuli2016-06-131-0/+20
* only release cmrt device when it is already createdGuo Yejun2016-04-291-1/+2
* output warning message if do not find a good local_work_sizeGuo Yejun2015-12-231-0/+4
* fix gcc build error.Luo Xionghu2015-12-091-1/+1
* runtime: add missing supported format image_1d_buffer.Luo Xionghu2015-12-091-0/+1
* runtime: fix clCompileProgram bug.Luo Xionghu2015-12-091-0/+1
* runtime: initialize the memory content to 0.Luo Xionghu2015-12-091-0/+1
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-3/+36
* runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong2015-11-251-1/+2
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-9/+98
* Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng2015-11-101-0/+38
* Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng2015-11-101-0/+23
* Calculate appropriate timestamps for cl profileMidhun Kodiyath2015-09-231-4/+5
* enable create image 2d from buffer in clCreateImage.Luo Xionghu2015-09-221-1/+2
* Fix clLinkProgram error.Yang Rong2015-09-211-1/+1
* Fix piglit clLinkProgram fail.Yang Rong2015-09-181-0/+1
* Runtime: Add NULL pointer check in clGetKernelArgInfoJunyan He2015-09-071-1/+2
* Fix clGetKernelArgInfo fail on piglitPan Xiuli2015-09-021-0/+4
* runtime: always try to update event status in clGetEventProfilingInfo().Zhigang Gong2015-08-101-0/+1
* Need to check eventWaitList in clEnqueueNDRangeKernel.Zhigang Gong2015-07-151-0/+1
* Fixed a thread safe bug.Zhigang Gong2015-07-151-1/+1
* runtime: Use cl_get_platform_default to replace global value.Junyan He2015-07-061-3/+3
* enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu2015-03-091-0/+1
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun2014-11-071-3/+7
* Make use of write enable flag for mem bo mapZhenyu Wang2014-10-241-1/+5
* fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo2014-09-121-0/+3
* runtime: fix build status handling.Zhigang Gong2014-09-121-11/+1
* Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong2014-09-101-2/+17
* Fix compile warnings for CLANG compilerLv Meng2014-08-191-3/+3
* Fix compile errors for CLANG compilerLv Meng2014-08-121-4/+4
* Fail gracefully on unsupported hardwareRebecca Palmer2014-08-121-0/+1
* runtime: fix some subtle event bugs.Zhigang Gong2014-07-111-1/+1
* runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong2014-07-031-1/+2
* Fix call cl_mem_copy_image_region bug.Yang Rong2014-06-261-7/+7
* Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong2014-06-251-24/+27
* implement API clEnqueueFillImage.Luo2014-06-241-1/+77
* Add some API's OpenCL 1.2 parameter support.Yang Rong2014-06-201-0/+5
* Add some OpenCL1.2 new buffer flags handle.Yang Rong2014-06-201-0/+10
* GBE/runtime: fixup broken 1d array image support.Zhigang Gong2014-06-201-1/+4
* cl/runtime: fixup 1D array image region and origins.Zhigang Gong2014-06-201-13/+26
* add binary type support for compiled object and library.Luo2014-06-181-3/+22
* fix clEnqueueMarkerWithWaitList bug when input event is null.Luo2014-06-171-4/+1
* add [opencl-1.2] clUnloadPlatformCompiler implementationLuo2014-06-131-1/+7
* Implement the clEnqueueMigrateMemObjects APIJunyan He2014-06-131-0/+52
* Add the clGetKernelArgInfo api and misc help functionsJunyan He2014-06-131-0/+27
* add [opencl-1.2] API clLinkProgram.Luo2014-06-131-0/+33
* add [opencl-1.2] API clCompileProgram.Luo2014-06-131-0/+41
* add [opencl-1.2] API clCreateSubDevice.Luo2014-06-131-2/+8