summaryrefslogtreecommitdiff
path: root/src/cl_enqueue.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-1/+1
2014-06-26Fix call cl_mem_copy_image_region bug.Yang Rong1-4/+7
2014-06-25Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong1-6/+31
2014-06-24implement API clEnqueueFillImage.Luo1-0/+1
2014-06-20Fix sub buffer bug in clEnqueueReadBufferRect, clEnqueueWriteBufferRect, clEn...Yang Rong1-7/+17
2014-06-13Implement the clEnqueueMigrateMemObjects APIJunyan He1-0/+1
2014-06-13Implement the clEnqueueFillBuffer API.Junyan He1-0/+1
2014-05-22Fix map gtt fail when memory object size is too large.Yang Rong1-9/+18
2013-11-29Complete the feature of clGetEventProfilingInfo APIJunyan He1-5/+14
2013-11-07Implement the clCreateSubBuffer APIJunyan He1-8/+21
2013-09-18Runtime: Implement CL_MEM_USE_HOST_PTR flag for image.Zhigang Gong1-25/+12
2013-09-13Implement api clEnqueueCopyBufferToImage.Yang Rong1-0/+1
2013-09-13Implement api clEnqueueCopyImageToBuffer.Yang Rong1-0/+1
2013-09-13Implement api clEnqueueTask and clEnqueueNativeKernel.Yang Rong1-5/+34
2013-09-09Add api clEnqueueCopyImage.Yang Rong1-4/+5
2013-09-09Add clEnqueueCopyBufferRect api.Yang Rong1-0/+1
2013-09-09Add clEnqueueWriteBufferRect api.Yang Rong1-0/+50
2013-09-09Add clEnqueueReadBufferRect api.Yang Rong1-1/+50
2013-08-30Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong1-67/+9
2013-08-30CL: Refactor cl_mem's implementation.Zhigang Gong1-8/+11
2013-08-12Add some functions to support event in intel gpgpu.Yang Rong1-1/+1
2013-08-12Add a struct and a function to handle all implemented enqueue api.Yang Rong1-254/+64
2013-08-12Add the empty functions of cl_enqueueXXX.Yang Rong1-0/+526