summaryrefslogtreecommitdiff
path: root/src/cl_mem.h
Commit message (Expand)AuthorAgeFilesLines
* Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image...Yan Wang2017-06-131-0/+5
* Create image with TILE_Y mode still when image size>128MB for performance.Yan Wang2017-05-181-0/+2
* add extension intel_planar_yuv.Luo Xionghu2017-03-131-0/+2
* Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R2016-12-281-1/+1
* Refine list related functions.Junyan He2016-12-281-2/+2
* Refine clSetMemObjectDestructorCallback API.Yang Rong2016-12-161-3/+6
* Modify clGetImageInfo using cl_get_info_helper.Junyan He2016-12-161-4/+13
* Modify clGetMemObjectInfo using cl_get_info_helper.Junyan He2016-12-161-1/+1
* Runtime: Add support for clGetMemObjectInfoPan Xiuli2016-11-081-0/+1
* Runtime: Add pipe related APIsPan Xiuli2016-11-081-5/+16
* OCL20: Add svm support.Yang Rong2016-11-081-1/+12
* Modify all event related functions using new event handle.Junyan He2016-09-281-8/+21
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-2/+1
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-121-3/+7
* Runtime: Apply base object to cl_mem.Junyan He2016-09-021-4/+5
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-0/+3
* Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng2015-11-101-0/+8
* Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng2015-11-101-0/+5
* refine code to separate the usage of data and image2d_from_bufferGuo Yejun2015-10-141-0/+1
* enable create image 2d from buffer in clCreateImage.Luo Xionghu2015-09-221-0/+1
* loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun2015-01-231-0/+1
* GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong2014-12-181-0/+6
* enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPUGuo Yejun2014-12-021-2/+2
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun2014-11-071-0/+2
* Make use of write enable flag for mem bo mapZhenyu Wang2014-10-241-2/+2
* fix piglit cl-api-set-kernel-arg fail.Luo Xionghu2014-09-111-0/+3
* Fix compile error for ICC compilerLv Meng2014-08-121-0/+1
* Fix call cl_mem_copy_image_region bug.Yang Rong2014-06-261-1/+1
* Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong2014-06-251-0/+2
* add cpu copy for 1Darray and 2darray related copy APIs.Luo2014-06-241-0/+4
* implement API clEnqueueFillImage.Luo2014-06-241-0/+3
* Add the support for 1D image from buffer.Junyan He2014-06-131-0/+1
* Implement the clEnqueueFillBuffer API.Junyan He2014-06-131-0/+3
* Fix map gtt fail when memory object size is too large.Yang Rong2014-05-221-0/+1
* Silent some compilation warnings.Zhigang Gong2014-04-081-0/+2
* Implement the clCreateSubBuffer APIJunyan He2013-11-071-1/+9
* add clCreateImageFromLibvaIntel() apiLu Guanqun2013-10-181-1/+8
* add clCreateBufferFromLibvaIntel() apiLu Guanqun2013-10-181-0/+4
* Implement the clEnqueueCopyBuffer API using internal binary kernelJunyan He2013-10-101-0/+4
* ICD dispatch table must be firstSimon Richter2013-10-081-1/+1
* fix the missing assignment for offsetLu Guanqun2013-09-261-0/+1
* Runtime: Implement CL_MEM_USE_HOST_PTR flag for image.Zhigang Gong2013-09-181-0/+6
* Implement api clEnqueueCopyBufferToImage.Yang Rong2013-09-131-3/+6
* Implement api clEnqueueCopyImageToBuffer.Yang Rong2013-09-131-0/+6
* Add api clEnqueueCopyImage.Yang Rong2013-09-091-1/+5
* Add clEnqueueCopyBufferRect api.Yang Rong2013-09-091-0/+4
* CL: Enalbe gl sharing with new egl extension.Zhigang Gong2013-09-061-6/+26
* Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong2013-08-301-0/+3
* CL: Refactor cl_mem's implementation.Zhigang Gong2013-08-301-14/+75