summaryrefslogtreecommitdiff
path: root/src/cl_api.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-13add extension intel_planar_yuv.Luo Xionghu1-1/+8
2017-01-06Runtime: Fix a event bug.Yang Rong1-7/+21
2016-12-30Runtime: fix a profiling fail.Yang Rong1-15/+3
2016-12-29GEB/Runtime: eliminate release build warnings.Yang Rong1-0/+2
2016-12-28Add profiling feature based on new event implementation.Junyan He1-51/+0
2016-12-19Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He1-79/+0
2016-12-19Move Device related APIs to new fileJunyan He1-82/+0
2016-12-16Refine clSetMemObjectDestructorCallback API.Yang Rong1-26/+1
2016-12-16refine clCreateCommandQueue and clRetainCommandQueue.Junyan He1-38/+0
2016-12-16Refine retain/release sampler APIJunyan He1-20/+0
2016-12-16Refine clCreateSampler API.Junyan He1-18/+1
2016-12-16Refine clRetain/Release MemObjectJunyan He1-20/+0
2016-12-16Add multi devices support in context.Junyan He1-12/+17
2016-12-16Refine create context APIs.Junyan He1-92/+0
2016-12-16Modify clGetImageInfo using cl_get_info_helper.Junyan He1-14/+0
2016-12-16Modify clGetMemObjectInfo using cl_get_info_helper.Junyan He1-19/+0
2016-12-15Modify program Info using cl_get_info_helper.Junyan He1-127/+0
2016-12-15Modify clGetSamplerInfo using cl_get_info_helper.Junyan He1-29/+0
2016-12-15Modify clGetDeviceInfo using cl_get_info_helper.Junyan He1-14/+0
2016-12-15Modify clGetContextInfo using cl_get_info_helper.Junyan He1-33/+0
2016-12-15Modify clGetCommandQueueInfo using cl_get_info_helper.Junyan He1-29/+0
2016-12-15Modify clGetKernelInfo using cl_get_info_helper.Junyan He1-35/+0
2016-12-15Modify clGetPlatformInfo using cl_get_info_helper.Junyan He1-18/+0
2016-12-15Modify clGetEventInfo using cl_get_info_helper.Junyan He1-32/+0
2016-11-08Runtime: Add support for queue size and fix error handlingPan Xiuli1-7/+17
2016-11-08runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZERuiling Song1-0/+5
2016-11-08Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGSPan Xiuli1-0/+1
2016-11-08Runtime: Add support for sRGBPan Xiuli1-1/+1
2016-11-08Runtime: Add pipe related APIsPan Xiuli1-0/+70
2016-11-08Runtime: Add clCreateSamplerWithPropertiesPan Xiuli1-0/+63
2016-11-08OCL20: Implement clSetKernelExecInfo apiYang Rong1-2/+29
2016-11-08Runtime: Add API clCreateCommandQueueWithPropertiesLuo Xionghu1-0/+70
2016-11-08OCL20: add svm enqueue apis and svm's sub buffer support.Yang Rong1-0/+278
2016-11-08OCL20: Add svm support.Yang Rong1-0/+87
2016-10-10Fix a bug for event error status.Junyan He1-2/+3
2016-09-28Modify all event related functions using new event handle.Junyan He1-1884/+4
2016-09-02Runtime: Apply base object to cl_accelerator_intelJunyan He1-1/+2
2016-09-02Runtime: Apply base_object to cl_kernelJunyan He1-1/+1
2016-09-02Runtime: Apply base object to cl_command_queue.Junyan He1-1/+1
2016-09-02Runtime: Apply base object to cl_contextJunyan He1-1/+1
2016-09-02Runtime: Apply base object to cl_eventJunyan He1-1/+1
2016-09-02Runtime: Apply base object ot cl_sampler.Junyan He1-1/+2
2016-09-02Runtime: Apply CL base object to program.Junyan He1-1/+1
2016-08-31avoid too many messages when the driver could not find good values for local_...Guo Yejun1-1/+10
2016-07-15Runtime: Add subgroup extension API in clGetExtensionFunctionAddressPan Xiuli1-0/+1
2016-06-13Runtime: Add API clGetKernelSubGroupInfoKHR for subgroup extensionPan Xiuli1-0/+20
2016-04-29only release cmrt device when it is already createdGuo Yejun1-1/+2
2015-12-23output warning message if do not find a good local_work_sizeGuo Yejun1-0/+4
2015-12-09fix gcc build error.Luo Xionghu1-1/+1
2015-12-09runtime: add missing supported format image_1d_buffer.Luo Xionghu1-0/+1