index
:
~gongzg/beignet
1.0rc
OpenCL20
Release_v0.9.x
Release_v1.0
blender
boolbug
double
draft_function_call
enqueue
fix
fixliveness
fixsched
forhsw
gl_sharing
hack_egl_display
hsw_darktable
image_refine
llvm-3.5
loop_opt
loop_unroll
loopspill
master
merge_gl_sharing
mixsimd16
opencl-1.1
optimize
optimize2
prepare_spill16
spillsimd16
stable
test_math
userptr
vectoropt
vectoropt_test
vload_opt
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cl_mem.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-18
GBE/CL: use 2D image to implement large image1D_buffer.
Zhigang Gong
1
-0
/
+6
2014-12-02
enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPU
Guo Yejun
1
-2
/
+2
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
-0
/
+2
2014-10-24
Make use of write enable flag for mem bo map
Zhenyu Wang
1
-2
/
+2
2014-09-11
fix piglit cl-api-set-kernel-arg fail.
Luo Xionghu
1
-0
/
+3
2014-08-12
Fix compile error for ICC compiler
Lv Meng
1
-0
/
+1
2014-06-26
Fix call cl_mem_copy_image_region bug.
Yang Rong
1
-1
/
+1
2014-06-25
Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.
Yang Rong
1
-0
/
+2
2014-06-24
add cpu copy for 1Darray and 2darray related copy APIs.
Luo
1
-0
/
+4
2014-06-24
implement API clEnqueueFillImage.
Luo
1
-0
/
+3
2014-06-13
Add the support for 1D image from buffer.
Junyan He
1
-0
/
+1
2014-06-13
Implement the clEnqueueFillBuffer API.
Junyan He
1
-0
/
+3
2014-05-22
Fix map gtt fail when memory object size is too large.
Yang Rong
1
-0
/
+1
2014-04-08
Silent some compilation warnings.
Zhigang Gong
1
-0
/
+2
2013-11-07
Implement the clCreateSubBuffer API
Junyan He
1
-1
/
+9
2013-10-18
add clCreateImageFromLibvaIntel() api
Lu Guanqun
1
-1
/
+8
2013-10-18
add clCreateBufferFromLibvaIntel() api
Lu Guanqun
1
-0
/
+4
2013-10-10
Implement the clEnqueueCopyBuffer API using internal binary kernel
Junyan He
1
-0
/
+4
2013-10-08
ICD dispatch table must be first
Simon Richter
1
-1
/
+1
2013-09-26
fix the missing assignment for offset
Lu Guanqun
1
-0
/
+1
2013-09-18
Runtime: Implement CL_MEM_USE_HOST_PTR flag for image.
Zhigang Gong
1
-0
/
+6
2013-09-13
Implement api clEnqueueCopyBufferToImage.
Yang Rong
1
-3
/
+6
2013-09-13
Implement api clEnqueueCopyImageToBuffer.
Yang Rong
1
-0
/
+6
2013-09-09
Add api clEnqueueCopyImage.
Yang Rong
1
-1
/
+5
2013-09-09
Add clEnqueueCopyBufferRect api.
Yang Rong
1
-0
/
+4
2013-09-06
CL: Enalbe gl sharing with new egl extension.
Zhigang Gong
1
-6
/
+26
2013-08-30
Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.
Yang Rong
1
-0
/
+3
2013-08-30
CL: Refactor cl_mem's implementation.
Zhigang Gong
1
-14
/
+75
2013-07-16
Add the support for clSetMemObjectDestructorCallback API
Junyan He
1
-0
/
+7
2013-07-16
Improve the clEnqueueMapBuffer and clCreateBuffer API
Junyan He
1
-0
/
+10
2013-07-12
support clGetImageInfo
Homer Hsing
1
-0
/
+3
2013-07-03
CL: destroy the EGL image which is created for gl sharing when delete the mem...
Zhigang Gong
1
-0
/
+4
2013-06-19
update to OpenCL 1.1 header
Homer Hsing
1
-0
/
+19
2013-05-21
Implement clEnqueueMapImage.
Dag Lem
1
-0
/
+6
2013-05-20
Save depth and slice_pitch in cl_mem images.
Dag Lem
1
-1
/
+2
2013-04-22
Add clIntelMapBufferGTT, clIntelUnmapBufferGTT, cl_mem_map_gtt and cl_mem_unm...
Homer Hsing
1
-0
/
+6
2013-04-22
Add constant pointer as argument support in runtime.
Yang Rong
1
-0
/
+1
2013-04-19
Implement clGetMemObjectInfo
Simon Richter
1
-0
/
+3
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-0
/
+1
2013-04-10
Implement cl_khr_gl_sharing by using upstream technology.
Zhigang Gong
1
-12
/
+0
2013-04-10
implement OCL 1.2 new APIs.
Zhigang Gong
1
-9
/
+8
2013-03-29
First implementation for extension cl_khr_gl_sharing.
Zhigang Gong
1
-0
/
+13
2012-08-10
Made the structure naming more consistent
Benjamin Segovia
1
-1
/
+1
2012-08-10
Removed all direct dependencies to the intel driver (ie files contained in in...
Benjamin Segovia
1
-6
/
+4
2012-08-10
Implemented image tiling on IVB fulsim
bsegovia
1
-0
/
+7
2012-08-10
Removed some useless code in cl_utils.h Started to implement support for samp...
bsegovia
1
-1
/
+1
2012-08-10
Finished first support for image2D. Right now, we only support linear formats
bsegovia
1
-0
/
+2
2012-08-10
Started to implement support for images (back end part of it is still missing)
bsegovia
1
-1
/
+14
2012-08-10
Added all miniCL files
bsegovia
1
-0
/
+59