summaryrefslogtreecommitdiff
path: root/src/cl_enqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Fix map gtt fail when memory object size is too large.Yang Rong2014-05-221-9/+18
* Complete the feature of clGetEventProfilingInfo APIJunyan He2013-11-291-5/+14
* Implement the clCreateSubBuffer APIJunyan He2013-11-071-8/+21
* Runtime: Implement CL_MEM_USE_HOST_PTR flag for image.Zhigang Gong2013-09-181-25/+12
* Implement api clEnqueueCopyBufferToImage.Yang Rong2013-09-131-0/+1
* Implement api clEnqueueCopyImageToBuffer.Yang Rong2013-09-131-0/+1
* Implement api clEnqueueTask and clEnqueueNativeKernel.Yang Rong2013-09-131-5/+34
* Add api clEnqueueCopyImage.Yang Rong2013-09-091-4/+5
* Add clEnqueueCopyBufferRect api.Yang Rong2013-09-091-0/+1
* Add clEnqueueWriteBufferRect api.Yang Rong2013-09-091-0/+50
* Add clEnqueueReadBufferRect api.Yang Rong2013-09-091-1/+50
* Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong2013-08-301-67/+9
* CL: Refactor cl_mem's implementation.Zhigang Gong2013-08-301-8/+11
* Add some functions to support event in intel gpgpu.Yang Rong2013-08-121-1/+1
* Add a struct and a function to handle all implemented enqueue api.Yang Rong2013-08-121-254/+64
* Add the empty functions of cl_enqueueXXX.Yang Rong2013-08-121-0/+526