summaryrefslogtreecommitdiff
path: root/src/cl_context.c
Commit message (Expand)AuthorAgeFilesLines
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* implement API clEnqueueFillImage.Luo2014-06-241-1/+1
* add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo2014-06-131-0/+8
* Implement the clEnqueueFillBuffer API.Junyan He2014-06-131-6/+73
* Refine the cl thread implement for queue.Junyan He2014-05-301-1/+0
* Fix the multi-thread crash problem of batch buffer release.Junyan He2014-01-071-0/+1
* Runtime: fix the length of properties.Zhigang Gong2013-11-071-0/+1
* Implement the clEnqueueCopyBuffer API using internal binary kernelJunyan He2013-10-101-0/+26
* Add api clEnqueueCopyImage.Yang Rong2013-09-091-0/+25
* Add pfn_notify support in clCreateContext.Yang Rong2013-08-301-1/+4
* improve clCreateContext conformanceHomer Hsing2013-07-121-0/+18
* Implement clGetContextInfoRuiling Song2013-07-021-3/+11
* Add the support of the API: clGetCommandQueueInfoJunyan He2013-06-261-0/+1
* Refine error check in clCreateCommandQueue()Ruiling Song2013-06-141-4/+1
* Refine error check in clCreateContext()Ruiling Song2013-06-061-20/+1
* Fix several CL error code return bugsDag Lem2013-05-231-0/+1
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+2
* First implementation for extension cl_khr_gl_sharing.Zhigang Gong2013-03-291-19/+50
* Added all the call backs to support the simulator. The simulator does nothing...Benjamin Segovia2012-08-101-1/+0
* Made the structure naming more consistentBenjamin Segovia2012-08-101-1/+1
* Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia2012-08-101-14/+8
* Added more call backs to abstract the driver back endBenjamin Segovia2012-08-101-2/+2
* Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...bsegovia2012-08-101-3/+8
* Removed some useless code in cl_utils.h Started to implement support for samp...bsegovia2012-08-101-0/+1
* Started to remove genx_driver filesbsegovia2012-08-101-2/+2
* Cleaned and simplified CMakeLists file Fixed some warnings with latest GCCbsegovia2012-08-101-5/+4
* Added all miniCL filesbsegovia2012-08-101-0/+205