index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cl_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-09
runtime: add missing supported format image_1d_buffer.
Luo Xionghu
1
-0
/
+1
2015-12-09
runtime: fix clCompileProgram bug.
Luo Xionghu
1
-0
/
+1
2015-12-09
runtime: initialize the memory content to 0.
Luo Xionghu
1
-0
/
+1
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
1
-3
/
+36
2015-11-25
runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...
Zhigang Gong
1
-1
/
+2
2015-11-10
Add extensions intel_accelerator and basic intel_motion_estimation.
Chuanbo Weng
1
-9
/
+98
2015-11-10
Add extension clCreateImageFromFdINTEL to create cl image by external fd.
Chuanbo Weng
1
-0
/
+38
2015-11-10
Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...
Chuanbo Weng
1
-0
/
+23
2015-09-23
Calculate appropriate timestamps for cl profile
Midhun Kodiyath
1
-4
/
+5
2015-09-22
enable create image 2d from buffer in clCreateImage.
Luo Xionghu
1
-1
/
+2
2015-09-21
Fix clLinkProgram error.
Yang Rong
1
-1
/
+1
2015-09-18
Fix piglit clLinkProgram fail.
Yang Rong
1
-0
/
+1
2015-09-07
Runtime: Add NULL pointer check in clGetKernelArgInfo
Junyan He
1
-1
/
+2
2015-09-02
Fix clGetKernelArgInfo fail on piglit
Pan Xiuli
1
-0
/
+4
2015-08-10
runtime: always try to update event status in clGetEventProfilingInfo().
Zhigang Gong
1
-0
/
+1
2015-07-15
Need to check eventWaitList in clEnqueueNDRangeKernel.
Zhigang Gong
1
-0
/
+1
2015-07-15
Fixed a thread safe bug.
Zhigang Gong
1
-1
/
+1
2015-07-06
runtime: Use cl_get_platform_default to replace global value.
Junyan He
1
-3
/
+3
2015-03-09
enable cl_khr_spir extension to build and run from SPIR binary.
Luo Xionghu
1
-0
/
+1
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-11-07
support CL_MEM_USE_HOST_PTR with userptr for cl buffer
Guo Yejun
1
-3
/
+7
2014-10-24
Make use of write enable flag for mem bo map
Zhenyu Wang
1
-1
/
+5
2014-09-12
fix piglit get kernel info FUNCTION ATTRIBUTE fail.
Luo
1
-0
/
+3
2014-09-12
runtime: fix build status handling.
Zhigang Gong
1
-11
/
+1
2014-09-10
Runtime: Implement clGetExtensionFunctionAddressForPlatform.
Zhigang Gong
1
-2
/
+17
2014-08-19
Fix compile warnings for CLANG compiler
Lv Meng
1
-3
/
+3
2014-08-12
Fix compile errors for CLANG compiler
Lv Meng
1
-4
/
+4
2014-08-12
Fail gracefully on unsupported hardware
Rebecca Palmer
1
-0
/
+1
2014-07-11
runtime: fix some subtle event bugs.
Zhigang Gong
1
-1
/
+1
2014-07-03
runtime: fix a gpgpu event and thread local gpgpu handling bug.
Zhigang Gong
1
-1
/
+2
2014-06-26
Fix call cl_mem_copy_image_region bug.
Yang Rong
1
-7
/
+7
2014-06-25
Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.
Yang Rong
1
-24
/
+27
2014-06-24
implement API clEnqueueFillImage.
Luo
1
-1
/
+77
2014-06-20
Add some API's OpenCL 1.2 parameter support.
Yang Rong
1
-0
/
+5
2014-06-20
Add some OpenCL1.2 new buffer flags handle.
Yang Rong
1
-0
/
+10
2014-06-20
GBE/runtime: fixup broken 1d array image support.
Zhigang Gong
1
-1
/
+4
2014-06-20
cl/runtime: fixup 1D array image region and origins.
Zhigang Gong
1
-13
/
+26
2014-06-18
add binary type support for compiled object and library.
Luo
1
-3
/
+22
2014-06-17
fix clEnqueueMarkerWithWaitList bug when input event is null.
Luo
1
-4
/
+1
2014-06-13
add [opencl-1.2] clUnloadPlatformCompiler implementation
Luo
1
-1
/
+7
2014-06-13
Implement the clEnqueueMigrateMemObjects API
Junyan He
1
-0
/
+52
2014-06-13
Add the clGetKernelArgInfo api and misc help functions
Junyan He
1
-0
/
+27
2014-06-13
add [opencl-1.2] API clLinkProgram.
Luo
1
-0
/
+33
2014-06-13
add [opencl-1.2] API clCompileProgram.
Luo
1
-0
/
+41
2014-06-13
add [opencl-1.2] API clCreateSubDevice.
Luo
1
-2
/
+8
2014-06-13
add [opencl-1.2] API clEnqueueBarrierWithWaitList.
Luo
1
-1
/
+18
2014-06-13
Add checks for clCreateImage and add 1d image creating logic
Junyan He
1
-0
/
+36
2014-06-13
add [opencl-1.2] API clCreateProgramWithBuiltInKernels.
Luo
1
-0
/
+24
2014-06-13
add [opencl 1.2] API clEnqueueMarkerWithWaitList.
Luo
1
-3
/
+22
2014-06-13
Implement the clEnqueueFillBuffer API.
Junyan He
1
-0
/
+78
[prev]
[next]