summaryrefslogtreecommitdiff
path: root/src/cl_api.c
Commit message (Expand)AuthorAgeFilesLines
* Make in-order command queues actually be in-orderRebecca N. Palmer2018-08-201-3/+6
* add extension intel_planar_yuv.Luo Xionghu2017-03-131-1/+8
* Runtime: Fix a event bug.Yang Rong2017-01-061-7/+21
* Runtime: fix a profiling fail.Yang Rong2016-12-301-15/+3
* GEB/Runtime: eliminate release build warnings.Yang Rong2016-12-291-0/+2
* Add profiling feature based on new event implementation.Junyan He2016-12-281-51/+0
* Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He2016-12-191-79/+0
* Move Device related APIs to new fileJunyan He2016-12-191-82/+0
* Refine clSetMemObjectDestructorCallback API.Yang Rong2016-12-161-26/+1
* refine clCreateCommandQueue and clRetainCommandQueue.Junyan He2016-12-161-38/+0
* Refine retain/release sampler APIJunyan He2016-12-161-20/+0
* Refine clCreateSampler API.Junyan He2016-12-161-18/+1
* Refine clRetain/Release MemObjectJunyan He2016-12-161-20/+0
* Add multi devices support in context.Junyan He2016-12-161-12/+17
* Refine create context APIs.Junyan He2016-12-161-92/+0
* Modify clGetImageInfo using cl_get_info_helper.Junyan He2016-12-161-14/+0
* Modify clGetMemObjectInfo using cl_get_info_helper.Junyan He2016-12-161-19/+0
* Modify program Info using cl_get_info_helper.Junyan He2016-12-151-127/+0
* Modify clGetSamplerInfo using cl_get_info_helper.Junyan He2016-12-151-29/+0
* Modify clGetDeviceInfo using cl_get_info_helper.Junyan He2016-12-151-14/+0
* Modify clGetContextInfo using cl_get_info_helper.Junyan He2016-12-151-33/+0
* Modify clGetCommandQueueInfo using cl_get_info_helper.Junyan He2016-12-151-29/+0
* Modify clGetKernelInfo using cl_get_info_helper.Junyan He2016-12-151-35/+0
* Modify clGetPlatformInfo using cl_get_info_helper.Junyan He2016-12-151-18/+0
* Modify clGetEventInfo using cl_get_info_helper.Junyan He2016-12-151-32/+0
* Runtime: Add support for queue size and fix error handlingPan Xiuli2016-11-081-7/+17
* runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZERuiling Song2016-11-081-0/+5
* Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGSPan Xiuli2016-11-081-0/+1
* Runtime: Add support for sRGBPan Xiuli2016-11-081-1/+1
* Runtime: Add pipe related APIsPan Xiuli2016-11-081-0/+70
* Runtime: Add clCreateSamplerWithPropertiesPan Xiuli2016-11-081-0/+63
* OCL20: Implement clSetKernelExecInfo apiYang Rong2016-11-081-2/+29
* Runtime: Add API clCreateCommandQueueWithPropertiesLuo Xionghu2016-11-081-0/+70
* OCL20: add svm enqueue apis and svm's sub buffer support.Yang Rong2016-11-081-0/+278
* OCL20: Add svm support.Yang Rong2016-11-081-0/+87
* Fix a bug for event error status.Junyan He2016-10-101-2/+3
* Modify all event related functions using new event handle.Junyan He2016-09-281-1884/+4
* Runtime: Apply base object to cl_accelerator_intelJunyan He2016-09-021-1/+2
* Runtime: Apply base_object to cl_kernelJunyan He2016-09-021-1/+1
* Runtime: Apply base object to cl_command_queue.Junyan He2016-09-021-1/+1
* Runtime: Apply base object to cl_contextJunyan He2016-09-021-1/+1
* Runtime: Apply base object to cl_eventJunyan He2016-09-021-1/+1
* Runtime: Apply base object ot cl_sampler.Junyan He2016-09-021-1/+2
* Runtime: Apply CL base object to program.Junyan He2016-09-021-1/+1
* avoid too many messages when the driver could not find good values for local_...Guo Yejun2016-08-311-1/+10
* 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