summaryrefslogtreecommitdiff
path: root/src/cl_api.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09runtime: add missing supported format image_1d_buffer.Luo Xionghu1-0/+1
2015-12-09runtime: fix clCompileProgram bug.Luo Xionghu1-0/+1
2015-12-09runtime: initialize the memory content to 0.Luo Xionghu1-0/+1
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-3/+36
2015-11-25runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong1-1/+2
2015-11-10Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng1-9/+98
2015-11-10Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng1-0/+38
2015-11-10Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng1-0/+23
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