summaryrefslogtreecommitdiff
path: root/src/cl_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang2017-06-141-9/+41
* Add clFinish for guarantee the kernel copying is finished when create TILE_Y ...Yan Wang2017-06-131-0/+7
* Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image...Yan Wang2017-06-131-26/+83
* Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2017-05-251-28/+50
* Create image with TILE_Y mode still when image size>128MB for performance.Yan Wang2017-05-181-5/+102
* add extension intel_planar_yuv.Luo Xionghu2017-03-131-8/+150
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-301-10/+20
* Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R2016-12-281-18/+17
* Refine list related functions.Junyan He2016-12-281-5/+5
* Refine clSetMemObjectDestructorCallback API.Yang Rong2016-12-161-10/+33
* Add multi devices support in context.Junyan He2016-12-161-19/+19
* Modify clGetImageInfo using cl_get_info_helper.Junyan He2016-12-161-90/+0
* Modify clGetMemObjectInfo using cl_get_info_helper.Junyan He2016-12-161-79/+1
* save host_ptr when create sub buffer from CL_MEM_ALLOC_HOST_PTRGuo, Yejun2016-12-021-1/+1
* fix build issue when HAS_BO_SET_SOFTPIN is falseGuo, Yejun2016-11-281-1/+1
* Runtime: Add support for clGetMemObjectInfoPan Xiuli2016-11-081-4/+10
* Runtime: Add suport for sRGB to clEnqueueFillImagePan Xiuli2016-11-081-1/+22
* Runtime: Add suport for sRGB to clEnqueueCopyImagePan Xiuli2016-11-081-1/+3
* Runtime: Add pipe related APIsPan Xiuli2016-11-081-0/+100
* OCL20: Add svm support.Yang Rong2016-11-081-3/+108
* Modify all event related functions using new event handle.Junyan He2016-09-281-18/+100
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-36/+19
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-121-1/+1
* fix w of image when simulate image1dbuffer with image2dGuo Yejun2016-09-051-1/+0
* Runtime: Apply base object to cl_mem.Junyan He2016-09-021-10/+9
* Runtime: fix a userptr bug.Yang, Rong R2016-08-031-1/+3
* Runtime: set size member of cl_image created by clCreateImageFromFdINTEL.Chuanbo Weng2016-07-201-6/+11
* runtime: The depth should be 1 for CL_MEM_OBJECT_IMAGE2D in beignet's impleme...Chuanbo Weng2016-06-121-2/+2
* Runtime: Disable image hostptr for defaultPan Xiuli2016-06-121-1/+8
* runtime: error handling to avoid null pointer dereference.Luo Xionghu2016-05-231-2/+5
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-0/+7
* check image from buffer's base address alignment.Luo Xionghu2015-11-261-0/+9
* Add extension clCreateImageFromFdINTEL to create cl image by external fd.Chuanbo Weng2015-11-101-0/+58
* Add extension clCreateBufferFromFdINTEL to create cl buffer by external buffe...Chuanbo Weng2015-11-101-0/+30
* set the pitch of image from buffer to the buffer's pitch.Luo Xionghu2015-11-041-1/+6
* fix regression issue for climage + uesrptrGuo Yejun2015-11-031-1/+2
* add conditions of pitch and h to enable userptr for climage_use_host_ptrGuo Yejun2015-10-201-1/+4
* alignment of NO TILING surface limitation shouldn't be removed.Luo Xionghu2015-10-201-3/+4
* enable USE_HOST_PTR for cl image with userptr to avoid extra copyingGuo Yejun2015-10-141-9/+36
* refine code to separate the usage of data and image2d_from_bufferGuo Yejun2015-10-141-25/+36
* enable create image 2d from buffer in clCreateImage.Luo Xionghu2015-09-221-27/+88
* runtime: fix a builtin-kernel related thread safe bug.Zhigang Gong2015-07-171-1/+11
* Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu2015-05-041-8/+36
* GBE: refine error handling for private libva buffer sharing extension.Zhigang Gong2015-04-131-0/+4
* Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng2015-02-131-8/+36
* SKL: fix some 3D and 2D array image fail.Yang Rong2015-02-091-1/+2
* runtime: don't free the host_ptr for a subbuffer.Zhigang Gong2015-02-091-1/+3
* Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng2015-02-061-12/+31
* Return error, don't crash, on allocation failureRebecca N. Palmer2015-02-061-10/+13
* SKL: Use TILE_Y as default TILING mode in skl.Yang Rong2015-01-301-1/+2