summaryrefslogtreecommitdiff
path: root/src/cl_context.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-1/+1
2014-07-16improve the clEnqueueCopyBufferRect performance in some casesLv Meng1-0/+1
2014-06-24add cpu copy for 1Darray and 2darray related copy APIs.Luo1-0/+1
2014-06-24implement API clEnqueueFillImage.Luo1-1/+6
2014-06-13add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo1-0/+2
2014-06-13Implement the clEnqueueFillBuffer API.Junyan He1-0/+9
2014-05-22move enqueue_copy_image kernels outside of runtime code.Luo1-8/+8
2014-04-02Optimize the unaligned buffer copy logicJunyan He1-2/+4
2013-10-10Implement the clEnqueueCopyBuffer API using internal binary kernelJunyan He1-11/+17
2013-09-13Implement api clEnqueueCopyImageToBuffer.Yang Rong1-3/+5
2013-09-09Add api clEnqueueCopyImage.Yang Rong1-3/+6
2013-09-09Add clEnqueueCopyBufferRect api.Yang Rong1-0/+16
2013-09-06CL: Enalbe gl sharing with new egl extension.Zhigang Gong1-0/+3
2013-08-30Add pfn_notify support in clCreateContext.Yang Rong1-3/+7
2013-08-12Add openCL event support.Yang Rong1-0/+2
2013-07-02Implement clGetContextInfoRuiling Song1-0/+2
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+2
2013-03-29First implementation for extension cl_khr_gl_sharing.Zhigang Gong1-1/+22
2012-08-10Made the structure naming more consistentBenjamin Segovia1-2/+2
2012-08-10Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia1-6/+3
2012-08-10Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...bsegovia1-0/+1
2012-08-10Removed some useless code in cl_utils.h Started to implement support for samp...bsegovia1-0/+2
2012-08-10Started to remove genx_driver filesbsegovia1-2/+2
2012-08-10Added all miniCL filesbsegovia1-0/+86