summaryrefslogtreecommitdiff
path: root/src/cl_api.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-23Calculate appropriate timestamps for cl profileMidhun Kodiyath1-4/+5
2015-09-22enable create image 2d from buffer in clCreateImage.Luo Xionghu1-1/+2
2015-09-21Fix clLinkProgram error.Yang Rong1-1/+1
2015-09-18Fix piglit clLinkProgram fail.Yang Rong1-0/+1
2015-09-07Runtime: Add NULL pointer check in clGetKernelArgInfoJunyan He1-1/+2
2015-09-02Fix clGetKernelArgInfo fail on piglitPan Xiuli1-0/+4
2015-08-10runtime: always try to update event status in clGetEventProfilingInfo().Zhigang Gong1-0/+1
2015-07-15Need to check eventWaitList in clEnqueueNDRangeKernel.Zhigang Gong1-0/+1
2015-07-15Fixed a thread safe bug.Zhigang Gong1-1/+1
2015-07-06runtime: Use cl_get_platform_default to replace global value.Junyan He1-3/+3
2015-03-09enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu1-0/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun1-3/+7
2014-10-24Make use of write enable flag for mem bo mapZhenyu Wang1-1/+5
2014-09-12fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo1-0/+3
2014-09-12runtime: fix build status handling.Zhigang Gong1-11/+1
2014-09-10Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong1-2/+17
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-3/+3
2014-08-12Fix compile errors for CLANG compilerLv Meng1-4/+4
2014-08-12Fail gracefully on unsupported hardwareRebecca Palmer1-0/+1
2014-07-11runtime: fix some subtle event bugs.Zhigang Gong1-1/+1
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-1/+2
2014-06-26Fix call cl_mem_copy_image_region bug.Yang Rong1-7/+7
2014-06-25Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong1-24/+27
2014-06-24implement API clEnqueueFillImage.Luo1-1/+77
2014-06-20Add some API's OpenCL 1.2 parameter support.Yang Rong1-0/+5
2014-06-20Add some OpenCL1.2 new buffer flags handle.Yang Rong1-0/+10
2014-06-20GBE/runtime: fixup broken 1d array image support.Zhigang Gong1-1/+4
2014-06-20cl/runtime: fixup 1D array image region and origins.Zhigang Gong1-13/+26
2014-06-18add binary type support for compiled object and library.Luo1-3/+22
2014-06-17fix clEnqueueMarkerWithWaitList bug when input event is null.Luo1-4/+1
2014-06-13add [opencl-1.2] clUnloadPlatformCompiler implementationLuo1-1/+7
2014-06-13Implement the clEnqueueMigrateMemObjects APIJunyan He1-0/+52
2014-06-13Add the clGetKernelArgInfo api and misc help functionsJunyan He1-0/+27
2014-06-13add [opencl-1.2] API clLinkProgram.Luo1-0/+33
2014-06-13add [opencl-1.2] API clCompileProgram.Luo1-0/+41
2014-06-13add [opencl-1.2] API clCreateSubDevice.Luo1-2/+8
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo1-1/+18
2014-06-13Add checks for clCreateImage and add 1d image creating logicJunyan He1-0/+36
2014-06-13add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo1-0/+24
2014-06-13add [opencl 1.2] API clEnqueueMarkerWithWaitList.Luo1-3/+22
2014-06-13Implement the clEnqueueFillBuffer API.Junyan He1-0/+78
2014-06-12Fix the same kernel name issue of OCL_OUTPUT_KERNEL_PERFYongjia Zhang1-6/+11
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun1-2/+2
2014-05-22Fix map gtt fail when memory object size is too large.Yang Rong1-23/+32
2014-04-02Add kernels performance outputYongjia Zhang1-0/+21
2014-03-10Add clGetMemObjectFdIntel() apiChuanbo Weng1-0/+15
2014-01-28When local_work_size is null, try to choose a local_work_size.Yang Rong1-5/+12
2013-12-31Revert choose local size change when local size is null in clEnqueueNDRang.Yang Rong1-3/+3
2013-12-11Runtime: fixed the region check for three rect region related APIs.Zhigang Gong1-4/+12