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_mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-13
Add clFinish for guarantee the kernel copying is finished when create TILE_Y ...
Yan Wang
1
-0
/
+7
2017-06-13
Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image...
Yan Wang
1
-26
/
+83
2017-05-25
Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.
Yan Wang
1
-28
/
+50
2017-05-18
Create image with TILE_Y mode still when image size>128MB for performance.
Yan Wang
1
-5
/
+102
2017-03-13
add extension intel_planar_yuv.
Luo Xionghu
1
-8
/
+150
2016-12-30
OCL20: handle device enqueue in runtime.
Yang, Rong R
1
-10
/
+20
2016-12-28
Runtime: fix fill image event assert and some SVM rebase error.
Yang, Rong R
1
-18
/
+17
2016-12-28
Refine list related functions.
Junyan He
1
-5
/
+5
2016-12-16
Refine clSetMemObjectDestructorCallback API.
Yang Rong
1
-10
/
+33
2016-12-16
Add multi devices support in context.
Junyan He
1
-19
/
+19
2016-12-16
Modify clGetImageInfo using cl_get_info_helper.
Junyan He
1
-90
/
+0
2016-12-16
Modify clGetMemObjectInfo using cl_get_info_helper.
Junyan He
1
-79
/
+1
2016-12-02
save host_ptr when create sub buffer from CL_MEM_ALLOC_HOST_PTR
Guo, Yejun
1
-1
/
+1
2016-11-28
fix build issue when HAS_BO_SET_SOFTPIN is false
Guo, Yejun
1
-1
/
+1
2016-11-08
Runtime: Add support for clGetMemObjectInfo
Pan Xiuli
1
-4
/
+10
2016-11-08
Runtime: Add suport for sRGB to clEnqueueFillImage
Pan Xiuli
1
-1
/
+22
2016-11-08
Runtime: Add suport for sRGB to clEnqueueCopyImage
Pan Xiuli
1
-1
/
+3
2016-11-08
Runtime: Add pipe related APIs
Pan Xiuli
1
-0
/
+100
2016-11-08
OCL20: Add svm support.
Yang Rong
1
-3
/
+108
2016-09-28
Modify all event related functions using new event handle.
Junyan He
1
-18
/
+100
2016-09-23
Delete all the verbose locks and use list to store CL objects.
Junyan He
1
-36
/
+19
2016-09-12
Runtime: re-enable cl_khr_gl_sharing with existing egl extension.
Chuanbo Weng
1
-1
/
+1
2016-09-05
fix w of image when simulate image1dbuffer with image2d
Guo Yejun
1
-1
/
+0
2016-09-02
Runtime: Apply base object to cl_mem.
Junyan He
1
-10
/
+9
2016-08-03
Runtime: fix a userptr bug.
Yang, Rong R
1
-1
/
+3
2016-07-20
Runtime: set size member of cl_image created by clCreateImageFromFdINTEL.
Chuanbo Weng
1
-6
/
+11
2016-06-12
runtime: The depth should be 1 for CL_MEM_OBJECT_IMAGE2D in beignet's impleme...
Chuanbo Weng
1
-2
/
+2
2016-06-12
Runtime: Disable image hostptr for default
Pan Xiuli
1
-1
/
+8
2016-05-23
runtime: error handling to avoid null pointer dereference.
Luo Xionghu
1
-2
/
+5
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
1
-0
/
+7
2015-11-26
check image from buffer's base address alignment.
Luo Xionghu
1
-0
/
+9
2015-11-10
Add extension clCreateImageFromFdINTEL to create cl image by external fd.
Chuanbo Weng
1
-0
/
+58
2015-11-10
Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...
Chuanbo Weng
1
-0
/
+30
2015-11-04
set the pitch of image from buffer to the buffer's pitch.
Luo Xionghu
1
-1
/
+6
2015-11-03
fix regression issue for climage + uesrptr
Guo Yejun
1
-1
/
+2
2015-10-20
add conditions of pitch and h to enable userptr for climage_use_host_ptr
Guo Yejun
1
-1
/
+4
2015-10-20
alignment of NO TILING surface limitation shouldn't be removed.
Luo Xionghu
1
-3
/
+4
2015-10-14
enable USE_HOST_PTR for cl image with userptr to avoid extra copying
Guo Yejun
1
-9
/
+36
2015-10-14
refine code to separate the usage of data and image2d_from_buffer
Guo Yejun
1
-25
/
+36
2015-09-22
enable create image 2d from buffer in clCreateImage.
Luo Xionghu
1
-27
/
+88
2015-07-17
runtime: fix a builtin-kernel related thread safe bug.
Zhigang Gong
1
-1
/
+11
2015-05-04
Optimization of clEnqueueCopyBufferToImage for 16 aligned case.
Luo Xionghu
1
-8
/
+36
2015-04-13
GBE: refine error handling for private libva buffer sharing extension.
Zhigang Gong
1
-0
/
+4
2015-02-13
Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.
Chuanbo Weng
1
-8
/
+36
2015-02-09
SKL: fix some 3D and 2D array image fail.
Yang Rong
1
-1
/
+2
2015-02-09
runtime: don't free the host_ptr for a subbuffer.
Zhigang Gong
1
-1
/
+3
2015-02-06
Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...
Chuanbo Weng
1
-12
/
+31
2015-02-06
Return error, don't crash, on allocation failure
Rebecca N. Palmer
1
-10
/
+13
2015-01-30
SKL: Use TILE_Y as default TILING mode in skl.
Yang Rong
1
-1
/
+2
2015-01-23
loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTR
Guo Yejun
1
-2
/
+15
[next]