summaryrefslogtreecommitdiff
path: root/src/cl_mem.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-13Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image...Yan Wang1-0/+5
2017-05-18Create image with TILE_Y mode still when image size>128MB for performance.Yan Wang1-0/+2
2017-03-13add extension intel_planar_yuv.Luo Xionghu1-0/+2
2016-12-28Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R1-1/+1
2016-12-28Refine list related functions.Junyan He1-2/+2
2016-12-16Refine clSetMemObjectDestructorCallback API.Yang Rong1-3/+6
2016-12-16Modify clGetImageInfo using cl_get_info_helper.Junyan He1-4/+13
2016-12-16Modify clGetMemObjectInfo using cl_get_info_helper.Junyan He1-1/+1
2016-11-08Runtime: Add support for clGetMemObjectInfoPan Xiuli1-0/+1
2016-11-08Runtime: Add pipe related APIsPan Xiuli1-5/+16
2016-11-08OCL20: Add svm support.Yang Rong1-1/+12
2016-09-28Modify all event related functions using new event handle.Junyan He1-8/+21
2016-09-23Delete all the verbose locks and use list to store CL objects.Junyan He1-2/+1
2016-09-12Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng1-3/+7
2016-09-02Runtime: Apply base object to cl_mem.Junyan He1-4/+5
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-0/+3
2015-11-10Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng1-0/+8
2015-11-10Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng1-0/+5
2015-10-14refine code to separate the usage of data and image2d_from_bufferGuo Yejun1-0/+1
2015-09-22enable create image 2d from buffer in clCreateImage.Luo Xionghu1-0/+1
2015-01-23loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun1-0/+1
2014-12-18GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong1-0/+6
2014-12-02enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPUGuo Yejun1-2/+2
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun1-0/+2
2014-10-24Make use of write enable flag for mem bo mapZhenyu Wang1-2/+2
2014-09-11fix piglit cl-api-set-kernel-arg fail.Luo Xionghu1-0/+3
2014-08-12Fix compile error for ICC compilerLv Meng1-0/+1
2014-06-26Fix call cl_mem_copy_image_region bug.Yang Rong1-1/+1
2014-06-25Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong1-0/+2
2014-06-24add cpu copy for 1Darray and 2darray related copy APIs.Luo1-0/+4
2014-06-24implement API clEnqueueFillImage.Luo1-0/+3
2014-06-13Add the support for 1D image from buffer.Junyan He1-0/+1
2014-06-13Implement the clEnqueueFillBuffer API.Junyan He1-0/+3
2014-05-22Fix map gtt fail when memory object size is too large.Yang Rong1-0/+1
2014-04-08Silent some compilation warnings.Zhigang Gong1-0/+2
2013-11-07Implement the clCreateSubBuffer APIJunyan He1-1/+9
2013-10-18add clCreateImageFromLibvaIntel() apiLu Guanqun1-1/+8
2013-10-18add clCreateBufferFromLibvaIntel() apiLu Guanqun1-0/+4
2013-10-10Implement the clEnqueueCopyBuffer API using internal binary kernelJunyan He1-0/+4
2013-10-08ICD dispatch table must be firstSimon Richter1-1/+1
2013-09-26fix the missing assignment for offsetLu Guanqun1-0/+1
2013-09-18Runtime: Implement CL_MEM_USE_HOST_PTR flag for image.Zhigang Gong1-0/+6
2013-09-13Implement api clEnqueueCopyBufferToImage.Yang Rong1-3/+6
2013-09-13Implement api clEnqueueCopyImageToBuffer.Yang Rong1-0/+6
2013-09-09Add api clEnqueueCopyImage.Yang Rong1-1/+5
2013-09-09Add clEnqueueCopyBufferRect api.Yang Rong1-0/+4
2013-09-06CL: Enalbe gl sharing with new egl extension.Zhigang Gong1-6/+26
2013-08-30Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong1-0/+3
2013-08-30CL: Refactor cl_mem's implementation.Zhigang Gong1-14/+75