summaryrefslogtreecommitdiff
path: root/src/cl_context.h
Commit message (Expand)AuthorAgeFilesLines
* Runtime: remove ctx's useless fileds.Yang, Rong R2017-07-101-2/+0
* Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang2017-06-141-28/+32
* Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2017-05-251-0/+2
* Create image with TILE_Y mode still when image size>128MB for performance.Yan Wang2017-05-181-1/+1
* Fix a event notify bug.Junyan He2017-01-061-1/+1
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-301-0/+3
* Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R2016-12-281-2/+0
* refine clCreateCommandQueue and clRetainCommandQueue.Junyan He2016-12-161-6/+0
* Add multi devices support in context.Junyan He2016-12-161-2/+3
* OCL20: add svm enqueue apis and svm's sub buffer support.Yang Rong2016-11-081-1/+1
* OCL20: Add svm support.Yang Rong2016-11-081-0/+4
* Add ref check for CL object's validation.Junyan He2016-09-281-1/+3
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-11/+23
* Runtime: Apply base object to cl_contextJunyan He2016-09-021-4/+5
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-0/+3
* Remove deprecated function cl_context_get_static_kernel().Zhigang Gong2015-07-171-4/+1
* Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu2015-05-041-0/+1
* Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng2015-02-131-0/+1
* Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng2015-02-061-0/+6
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Fix compile warnings for CLANG compilerLv Meng2014-08-191-1/+1
* improve the clEnqueueCopyBufferRect performance in some casesLv Meng2014-07-161-0/+1
* add cpu copy for 1Darray and 2darray related copy APIs.Luo2014-06-241-0/+1
* implement API clEnqueueFillImage.Luo2014-06-241-1/+6
* add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo2014-06-131-0/+2
* Implement the clEnqueueFillBuffer API.Junyan He2014-06-131-0/+9
* move enqueue_copy_image kernels outside of runtime code.Luo2014-05-221-8/+8
* Optimize the unaligned buffer copy logicJunyan He2014-04-021-2/+4
* Implement the clEnqueueCopyBuffer API using internal binary kernelJunyan He2013-10-101-11/+17
* Implement api clEnqueueCopyImageToBuffer.Yang Rong2013-09-131-3/+5
* Add api clEnqueueCopyImage.Yang Rong2013-09-091-3/+6
* Add clEnqueueCopyBufferRect api.Yang Rong2013-09-091-0/+16
* CL: Enalbe gl sharing with new egl extension.Zhigang Gong2013-09-061-0/+3
* Add pfn_notify support in clCreateContext.Yang Rong2013-08-301-3/+7
* Add openCL event support.Yang Rong2013-08-121-0/+2
* Implement clGetContextInfoRuiling Song2013-07-021-0/+2
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+2
* First implementation for extension cl_khr_gl_sharing.Zhigang Gong2013-03-291-1/+22
* Made the structure naming more consistentBenjamin Segovia2012-08-101-2/+2
* Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia2012-08-101-6/+3
* Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...bsegovia2012-08-101-0/+1
* Removed some useless code in cl_utils.h Started to implement support for samp...bsegovia2012-08-101-0/+2
* Started to remove genx_driver filesbsegovia2012-08-101-2/+2
* Added all miniCL filesbsegovia2012-08-101-0/+86