summaryrefslogtreecommitdiff
path: root/src/cl_mem.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix call cl_mem_copy_image_region bug.Yang Rong2014-06-261-4/+10
* gbe_bin_generator: fix the incorrect type of cl_internal_built_in_kernel_str_...Zhigang Gong2014-06-261-26/+26
* add cpu copy for 1Darray and 2darray related copy APIs.Luo2014-06-241-4/+65
* implement API clEnqueueFillImage.Luo2014-06-241-20/+86
* Fix a CL_MEM_HOST_PTR bug.Yang Rong2014-06-231-2/+6
* Add some API's OpenCL 1.2 parameter support.Yang Rong2014-06-201-1/+2
* Add some OpenCL1.2 new buffer flags handle.Yang Rong2014-06-201-3/+18
* runtime: fix image1d buffer allocation.Zhigang Gong2014-06-201-19/+58
* runtime: fix a slice pitch calculation bug.Zhigang Gong2014-06-201-1/+1
* runtime: fix some get image info bugs.Zhigang Gong2014-06-201-13/+25
* GBE/runtime: fixup broken 1d array image support.Zhigang Gong2014-06-201-14/+15
* cl/driver: fix the incorrect handling of 1D array.Zhigang Gong2014-06-201-18/+28
* Enable the 1D and 2D image support in run time.Junyan He2014-06-201-10/+20
* Add the support for 1D image from buffer.Junyan He2014-06-131-1/+147
* Add checks for clCreateImage and add 1d image creating logicJunyan He2014-06-131-6/+18
* Implement the clEnqueueFillBuffer API.Junyan He2014-06-131-0/+102
* fix issue when create cl image from libva with offsetGuo Yejun2014-06-111-1/+1
* Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.Yang Rong2014-05-281-3/+5
* Silence some compilation warnings.Zhigang Gong2014-05-281-3/+3
* move enqueue_copy_image kernels outside of runtime code.Luo2014-05-221-151/+63
* Fix map gtt fail when memory object size is too large.Yang Rong2014-05-221-2/+16
* HSW: align buffer's size to DWORD.Yang Rong2014-05-191-0/+4
* Runtime: change default tiling mode to TILE_X from TILE_Y.Zhigang Gong2014-05-091-2/+23
* Optimize the unaligned buffer copy logicJunyan He2014-04-021-27/+128
* Add clGetMemObjectFdIntel() apiChuanbo Weng2014-03-101-0/+10
* Move the memory allocate size check to the callee.Yang Rong2014-01-081-14/+15
* Runtime: fixed parameter error checking in cl create buffer.Zhigang Gong2013-11-271-3/+23
* Enlarge the global mem size.Yang Rong2013-11-271-7/+3
* Add the clGetMemObjectInfo options for sub-buffer and update the utest caseJunyan He2013-11-071-3/+12
* Implement the clCreateSubBuffer APIJunyan He2013-11-071-3/+117
* fix pointer bugs in linked listHomer Hsing2013-11-041-2/+2
* add clCreateImageFromLibvaIntel() apiLu Guanqun2013-10-181-0/+55
* add clCreateBufferFromLibvaIntel() apiLu Guanqun2013-10-181-0/+26
* Implement the clEnqueueCopyBuffer API using internal binary kernelJunyan He2013-10-101-0/+60
* clCopyImage: fix up all the surface type to int type.Zhigang Gong2013-09-261-4/+39
* Unmap the cl_mem in driver when application map a cl_mem and release without ...Yang Rong2013-09-181-2/+12
* Runtime: Implement CL_MEM_USE_HOST_PTR flag for image.Zhigang Gong2013-09-181-22/+41
* Runtime/driver : implement 3D image support.Zhigang Gong2013-09-181-4/+4
* Fix cl_mem_kernel_copy_image typo.Yang Rong2013-09-171-2/+2
* Implement api clEnqueueCopyBufferToImage.Yang Rong2013-09-131-0/+96
* Implement api clEnqueueCopyImageToBuffer.Yang Rong2013-09-131-5/+95
* Add api clEnqueueCopyImage.Yang Rong2013-09-091-22/+101
* Add clEnqueueCopyBufferRect api.Yang Rong2013-09-091-0/+86
* CL: Enalbe gl sharing with new egl extension.Zhigang Gong2013-09-061-12/+40
* Add clEnqueueMapBuffer and clEnqueueMapImage non-blocking map support.Yang Rong2013-08-301-0/+8
* CL: Refactor cl_mem's implementation.Zhigang Gong2013-08-301-60/+67
* Improve the clGetMemObjectInfo API, add more info optionJunyan He2013-07-161-5/+16
* Add the support for clSetMemObjectDestructorCallback APIJunyan He2013-07-161-0/+10
* Improve the clEnqueueMapBuffer and clCreateBuffer APIJunyan He2013-07-161-7/+36
* support clGetImageInfoHomer Hsing2013-07-121-0/+51