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_context.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-04
Optimization of clEnqueueCopyBufferToImage for 16 aligned case.
Luo Xionghu
1
-0
/
+1
2015-02-13
Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.
Chuanbo Weng
1
-0
/
+1
2015-02-06
Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...
Chuanbo Weng
1
-0
/
+6
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-08-19
Fix compile warnings for CLANG compiler
Lv Meng
1
-1
/
+1
2014-07-16
improve the clEnqueueCopyBufferRect performance in some cases
Lv Meng
1
-0
/
+1
2014-06-24
add cpu copy for 1Darray and 2darray related copy APIs.
Luo
1
-0
/
+1
2014-06-24
implement API clEnqueueFillImage.
Luo
1
-1
/
+6
2014-06-13
add [opencl-1.2] API clCreateProgramWithBuiltInKernels.
Luo
1
-0
/
+2
2014-06-13
Implement the clEnqueueFillBuffer API.
Junyan He
1
-0
/
+9
2014-05-22
move enqueue_copy_image kernels outside of runtime code.
Luo
1
-8
/
+8
2014-04-02
Optimize the unaligned buffer copy logic
Junyan He
1
-2
/
+4
2013-10-10
Implement the clEnqueueCopyBuffer API using internal binary kernel
Junyan He
1
-11
/
+17
2013-09-13
Implement api clEnqueueCopyImageToBuffer.
Yang Rong
1
-3
/
+5
2013-09-09
Add api clEnqueueCopyImage.
Yang Rong
1
-3
/
+6
2013-09-09
Add clEnqueueCopyBufferRect api.
Yang Rong
1
-0
/
+16
2013-09-06
CL: Enalbe gl sharing with new egl extension.
Zhigang Gong
1
-0
/
+3
2013-08-30
Add pfn_notify support in clCreateContext.
Yang Rong
1
-3
/
+7
2013-08-12
Add openCL event support.
Yang Rong
1
-0
/
+2
2013-07-02
Implement clGetContextInfo
Ruiling Song
1
-0
/
+2
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-0
/
+2
2013-03-29
First implementation for extension cl_khr_gl_sharing.
Zhigang Gong
1
-1
/
+22
2012-08-10
Made the structure naming more consistent
Benjamin Segovia
1
-2
/
+2
2012-08-10
Removed all direct dependencies to the intel driver (ie files contained in in...
Benjamin Segovia
1
-6
/
+3
2012-08-10
Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...
bsegovia
1
-0
/
+1
2012-08-10
Removed some useless code in cl_utils.h Started to implement support for samp...
bsegovia
1
-0
/
+2
2012-08-10
Started to remove genx_driver files
bsegovia
1
-2
/
+2
2012-08-10
Added all miniCL files
bsegovia
1
-0
/
+86