summaryrefslogtreecommitdiff
path: root/src/cl_mem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun2015-01-231-2/+15
* GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong2014-12-181-10/+42
* enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPUGuo Yejun2014-12-021-10/+27
* clean code, the logic is already at the beginning of functionGuo Yejun2014-12-021-16/+0
* fix issue to create cl image from libva with non-zero offsetGuo Yejun2014-11-271-1/+1
* BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong2014-11-211-3/+7
* Fix NO_TILING alignment bug.Yang Rong2014-11-191-1/+1
* re-enable userptr with fix: CPU access after GPU finishes the renderingGuo Yejun2014-11-191-3/+8
* Revert "BDW: Change the default tiling mode to TILING_Y on BDW."Zhigang Gong2014-11-121-8/+4
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong2014-11-111-1/+1
* BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong2014-11-101-4/+8
* fix issue to create cl image from libva with non-zero offsetGuo Yejun2014-11-101-1/+1
* support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun2014-11-071-5/+32
* Make use of write enable flag for mem bo mapZhenyu Wang2014-10-241-9/+9
* Fix the bug of 1D array slice pitchJunyan He2014-10-231-13/+6
* fix piglit cl-api-set-kernel-arg fail.Luo Xionghu2014-09-111-0/+15
* improve the clEnqueueCopyBufferRect performance in some casesLv Meng2014-07-161-6/+31