index
:
delta/beignet.git
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
opencl-1.1
runtime_dev
stable
gitlab.freedesktop.org: beignet/beignet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cl_enqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not call memcpy for cl_enqueue_read_buffer if userptr is enabled
Guo Yejun
2016-01-05
1
-1
/
+4
*
enable USE_HOST_PTR for cl image with userptr to avoid extra copying
Guo Yejun
2015-10-14
1
-4
/
+6
*
Don't use cl_buffer_get_subdata in clEnqueueReadBuffer.
Yang Rong
2015-09-18
1
-1
/
+4
*
runtime: Enhance the error handling when flush gpgpu command queue.
Zhigang Gong
2015-04-10
1
-2
/
+1
*
re-enable userptr with fix: CPU access after GPU finishes the rendering
Guo Yejun
2014-11-19
1
-5
/
+27
*
runtime: fix bug in cl_enqueue_read_buffer.
Zhigang Gong
2014-11-13
1
-3
/
+8
*
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
2014-11-11
1
-1
/
+1
*
support CL_MEM_USE_HOST_PTR with userptr for cl buffer
Guo Yejun
2014-11-07
1
-7
/
+12
*
Use pread/pwrite for buffer enqueue read/write
Zhenyu Wang
2014-10-24
1
-26
/
+4
*
Make use of write enable flag for mem bo map
Zhenyu Wang
2014-10-24
1
-9
/
+9
*
runtime: fix a gpgpu event and thread local gpgpu handling bug.
Zhigang Gong
2014-07-03
1
-1
/
+1
*
Fix call cl_mem_copy_image_region bug.
Yang Rong
2014-06-26
1
-4
/
+7
*
Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.
Yang Rong
2014-06-25
1
-6
/
+31
*
implement API clEnqueueFillImage.
Luo
2014-06-24
1
-0
/
+1
*
Fix sub buffer bug in clEnqueueReadBufferRect, clEnqueueWriteBufferRect, clEn...
Yang Rong
2014-06-20
1
-7
/
+17
*
Implement the clEnqueueMigrateMemObjects API
Junyan He
2014-06-13
1
-0
/
+1
*
Implement the clEnqueueFillBuffer API.
Junyan He
2014-06-13
1
-0
/
+1
*
Fix map gtt fail when memory object size is too large.
Yang Rong
2014-05-22
1
-9
/
+18
*
Complete the feature of clGetEventProfilingInfo API
Junyan He
2013-11-29
1
-5
/
+14
*
Implement the clCreateSubBuffer API
Junyan He
2013-11-07
1
-8
/
+21
*
Runtime: Implement CL_MEM_USE_HOST_PTR flag for image.
Zhigang Gong
2013-09-18
1
-25
/
+12
*
Implement api clEnqueueCopyBufferToImage.
Yang Rong
2013-09-13
1
-0
/
+1
*
Implement api clEnqueueCopyImageToBuffer.
Yang Rong
2013-09-13
1
-0
/
+1
*
Implement api clEnqueueTask and clEnqueueNativeKernel.
Yang Rong
2013-09-13
1
-5
/
+34
*
Add api clEnqueueCopyImage.
Yang Rong
2013-09-09
1
-4
/
+5
*
Add clEnqueueCopyBufferRect api.
Yang Rong
2013-09-09
1
-0
/
+1
*
Add clEnqueueWriteBufferRect api.
Yang Rong
2013-09-09
1
-0
/
+50
*
Add clEnqueueReadBufferRect api.
Yang Rong
2013-09-09
1
-1
/
+50
*
Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.
Yang Rong
2013-08-30
1
-67
/
+9
*
CL: Refactor cl_mem's implementation.
Zhigang Gong
2013-08-30
1
-8
/
+11
*
Add some functions to support event in intel gpgpu.
Yang Rong
2013-08-12
1
-1
/
+1
*
Add a struct and a function to handle all implemented enqueue api.
Yang Rong
2013-08-12
1
-254
/
+64
*
Add the empty functions of cl_enqueueXXX.
Yang Rong
2013-08-12
1
-0
/
+526