summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-29eliminate build warnings in i386 system.Meng Mengmeng2-5/+5
2016-12-29Add the NULL pointer check.Yang Rong5-13/+26
2016-12-29GEB/Runtime: eliminate release build warnings.Yang Rong3-1/+4
2016-12-28Runtime: return CL_INVALID_EVENT_WAIT_LIST if not event in the wait list.Meng Mengmeng1-1/+1
2016-12-28Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R7-40/+58
2016-12-28Runtime: fix clEnqueueMigrateMemObjects fail.Yang, Rong R1-1/+1
2016-12-28Improve event execute function.Junyan He5-186/+144
2016-12-28Add profiling feature based on new event implementation.Junyan He11-118/+195
2016-12-28Refine list related functions.Junyan He10-112/+138
2016-12-19Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He4-94/+99
2016-12-19Move Device related APIs to new fileJunyan He2-82/+56
2016-12-16Refine clSetMemObjectDestructorCallback API.Yang Rong4-39/+54
2016-12-16refine clCreateCommandQueue and clRetainCommandQueue.Junyan He6-87/+76
2016-12-16Refine retain/release sampler APIJunyan He2-20/+22
2016-12-16Refine clCreateSampler API.Junyan He4-50/+68
2016-12-16Refine clRetain/Release MemObjectJunyan He2-20/+22
2016-12-16Add multi devices support in context.Junyan He12-79/+118
2016-12-16Refine create context APIs.Junyan He2-92/+111
2016-12-16Add helper functions for device list check.Junyan He2-0/+55
2016-12-16Modify clGetImageInfo using cl_get_info_helper.Junyan He4-108/+99
2016-12-16Modify clGetMemObjectInfo using cl_get_info_helper.Junyan He4-99/+99
2016-12-15Modify program Info using cl_get_info_helper.Junyan He3-127/+170
2016-12-15Modify clGetSamplerInfo using cl_get_info_helper.Junyan He3-30/+60
2016-12-15Modify clGetDeviceInfo using cl_get_info_helper.Junyan He4-153/+414
2016-12-15Modify clGetContextInfo using cl_get_info_helper.Junyan He3-33/+64
2016-12-15Modify clGetCommandQueueInfo using cl_get_info_helper.Junyan He2-31/+39
2016-12-15Modify clGetKernelInfo using cl_get_info_helper.Junyan He3-43/+55
2016-12-15Modify clGetPlatformInfo using cl_get_info_helper.Junyan He7-78/+68
2016-12-15Modify clGetEventInfo using cl_get_info_helper.Junyan He2-32/+41
2016-12-15Add a helper function for all information get.Junyan He3-0/+38
2016-12-02save host_ptr when create sub buffer from CL_MEM_ALLOC_HOST_PTRGuo, Yejun1-1/+1
2016-11-28Runtime: Fix vme fail.Yang Rong1-6/+2
2016-11-28fix build issue when HAS_BO_SET_SOFTPIN is falseGuo, Yejun1-1/+1
2016-11-08Runtime: Add support for queue size and fix error handlingPan Xiuli3-8/+19
2016-11-08runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZERuiling Song3-0/+12
2016-11-08runtime: prog->global_data may get 64bit addressRuiling Song1-0/+1
2016-11-08Runtime: Add support for non uniform group sizePan Xiuli5-30/+81
2016-11-08Backend: Refine get_enqueued_local_size and get_local_sizePan Xiuli1-1/+5
2016-11-08Runtime: Add support for clGetMemObjectInfoPan Xiuli2-4/+11
2016-11-08Runtime: Add suport for sRGB to clEnqueueFillImagePan Xiuli1-1/+22
2016-11-08Runtime: Add suport for sRGB to clEnqueueCopyImagePan Xiuli1-1/+3
2016-11-08Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGSPan Xiuli3-0/+7
2016-11-08Runtime: Add support for sRGBPan Xiuli2-2/+19
2016-11-08Backend: Add pipe packet size checkPan Xiuli1-0/+6
2016-11-08Backend: Add Pipe Builtin supportPan Xiuli2-2/+8
2016-11-08Runtime: Add pipe related APIsPan Xiuli7-7/+197
2016-11-08Runtime: Add extensions for OCL20Pan Xiuli1-3/+3
2016-11-08Runtime: Add support of OCL2.0 device queriesPan Xiuli3-3/+39
2016-11-08Runtime: Add clCreateSamplerWithPropertiesPan Xiuli3-7/+70
2016-11-08OCL20: Implement clSetKernelExecInfo apiYang Rong8-19/+117