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
2015-01-23
loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTR
Guo Yejun
1
-2
/
+15
2014-12-18
GBE/CL: use 2D image to implement large image1D_buffer.
Zhigang Gong
1
-10
/
+42
2014-12-02
enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPU
Guo Yejun
1
-10
/
+27
2014-12-02
clean code, the logic is already at the beginning of function
Guo Yejun
1
-16
/
+0
2014-11-27
fix issue to create cl image from libva with non-zero offset
Guo Yejun
1
-1
/
+1
2014-11-21
BDW: Change the default tiling mode to TILING_Y on BDW.
Yang Rong
1
-3
/
+7
2014-11-19
Fix NO_TILING alignment bug.
Yang Rong
1
-1
/
+1
2014-11-19
re-enable userptr with fix: CPU access after GPU finishes the rendering
Guo Yejun
1
-3
/
+8
2014-11-12
Revert "BDW: Change the default tiling mode to TILING_Y on BDW."
Zhigang Gong
1
-8
/
+4
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-11-11
Revert "fix issue to create cl image from libva with non-zero offset"
Zhigang Gong
1
-1
/
+1
2014-11-10
BDW: Change the default tiling mode to TILING_Y on BDW.
Yang Rong
1
-4
/
+8
2014-11-10
fix issue to create cl image from libva with non-zero offset
Guo Yejun
1
-1
/
+1
2014-11-07
support CL_MEM_USE_HOST_PTR with userptr for cl buffer
Guo Yejun
1
-5
/
+32
2014-10-24
Make use of write enable flag for mem bo map
Zhenyu Wang
1
-9
/
+9
2014-10-23
Fix the bug of 1D array slice pitch
Junyan He
1
-13
/
+6
2014-09-11
fix piglit cl-api-set-kernel-arg fail.
Luo Xionghu
1
-0
/
+15
2014-07-16
improve the clEnqueueCopyBufferRect performance in some cases
Lv Meng
1
-6
/
+31
2014-06-26
Fix call cl_mem_copy_image_region bug.
Yang Rong
1
-4
/
+10
2014-06-26
gbe_bin_generator: fix the incorrect type of cl_internal_built_in_kernel_str_...
Zhigang Gong
1
-26
/
+26
2014-06-24
add cpu copy for 1Darray and 2darray related copy APIs.
Luo
1
-4
/
+65
2014-06-24
implement API clEnqueueFillImage.
Luo
1
-20
/
+86
2014-06-23
Fix a CL_MEM_HOST_PTR bug.
Yang Rong
1
-2
/
+6
2014-06-20
Add some API's OpenCL 1.2 parameter support.
Yang Rong
1
-1
/
+2
2014-06-20
Add some OpenCL1.2 new buffer flags handle.
Yang Rong
1
-3
/
+18
2014-06-20
runtime: fix image1d buffer allocation.
Zhigang Gong
1
-19
/
+58
2014-06-20
runtime: fix a slice pitch calculation bug.
Zhigang Gong
1
-1
/
+1
2014-06-20
runtime: fix some get image info bugs.
Zhigang Gong
1
-13
/
+25
2014-06-20
GBE/runtime: fixup broken 1d array image support.
Zhigang Gong
1
-14
/
+15
2014-06-20
cl/driver: fix the incorrect handling of 1D array.
Zhigang Gong
1
-18
/
+28
2014-06-20
Enable the 1D and 2D image support in run time.
Junyan He
1
-10
/
+20
2014-06-13
Add the support for 1D image from buffer.
Junyan He
1
-1
/
+147
2014-06-13
Add checks for clCreateImage and add 1d image creating logic
Junyan He
1
-6
/
+18
2014-06-13
Implement the clEnqueueFillBuffer API.
Junyan He
1
-0
/
+102
2014-06-11
fix issue when create cl image from libva with offset
Guo Yejun
1
-1
/
+1
2014-05-28
Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.
Yang Rong
1
-3
/
+5
2014-05-28
Silence some compilation warnings.
Zhigang Gong
1
-3
/
+3
2014-05-22
move enqueue_copy_image kernels outside of runtime code.
Luo
1
-151
/
+63
2014-05-22
Fix map gtt fail when memory object size is too large.
Yang Rong
1
-2
/
+16
2014-05-19
HSW: align buffer's size to DWORD.
Yang Rong
1
-0
/
+4
2014-05-09
Runtime: change default tiling mode to TILE_X from TILE_Y.
Zhigang Gong
1
-2
/
+23
2014-04-02
Optimize the unaligned buffer copy logic
Junyan He
1
-27
/
+128
2014-03-10
Add clGetMemObjectFdIntel() api
Chuanbo Weng
1
-0
/
+10
2014-01-08
Move the memory allocate size check to the callee.
Yang Rong
1
-14
/
+15
2013-11-27
Runtime: fixed parameter error checking in cl create buffer.
Zhigang Gong
1
-3
/
+23
2013-11-27
Enlarge the global mem size.
Yang Rong
1
-7
/
+3
2013-11-07
Add the clGetMemObjectInfo options for sub-buffer and update the utest case
Junyan He
1
-3
/
+12
2013-11-07
Implement the clCreateSubBuffer API
Junyan He
1
-3
/
+117
2013-11-04
fix pointer bugs in linked list
Homer Hsing
1
-2
/
+2
2013-10-18
add clCreateImageFromLibvaIntel() api
Lu Guanqun
1
-0
/
+55
[prev]
[next]