summaryrefslogtreecommitdiff
path: root/src/cl_command_queue.h
Commit message (Expand)AuthorAgeFilesLines
* Make in-order command queues actually be in-orderRebecca N. Palmer2018-08-201-0/+5
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-301-4/+9
* Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He2016-12-191-12/+2
* refine clCreateCommandQueue and clRetainCommandQueue.Junyan He2016-12-161-7/+4
* Add multi devices support in context.Junyan He2016-12-161-0/+1
* Runtime: Add support for queue size and fix error handlingPan Xiuli2016-11-081-0/+1
* OCL20: Implement clSetKernelExecInfo apiYang Rong2016-11-081-2/+11
* Delete useless event list in command queue struct.Junyan He2016-10-101-15/+4
* Delete useless cl_thread files.Junyan He2016-10-101-14/+0
* Add ref check for CL object's validation.Junyan He2016-09-281-1/+3
* Modify all event related functions using new event handle.Junyan He2016-09-281-3/+4
* Add command queue's enqueue thread.Junyan He2016-09-231-0/+21
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-1/+0
* Runtime: Apply base object to cl_command_queue.Junyan He2016-09-021-3/+5
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-0/+2
* Fixed a thread safe bug.Zhigang Gong2015-07-151-2/+0
* runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong2015-04-101-1/+1
* Remove deprecated fulsim codeZhenyu Wang2014-12-251-4/+0
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong2014-07-031-0/+4
* add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo2014-06-131-3/+6
* Move the gpgpu struct from cl_command_queue to thread specific contextJunyan He2013-11-081-1/+8
* Implement clEnqueueMarker and clEnqueueBarrier.Yang Rong2013-09-181-0/+15
* Implement constant buffer based on constant cache.Ruiling Song2013-09-041-3/+0
* Add function cl_command_queue_flush to flush a commandYang Rong2013-08-121-0/+3
* Add the support of the API: clGetCommandQueueInfoJunyan He2013-06-261-7/+8
* CL: Fix the bug in clfinish.Zou, Nanhai2013-06-131-1/+0
* GBE: Add two builtin functions get_work_dim / get_global_offset.Zhigang Gong2013-06-051-0/+1
* GBE/Runtime: Optimize Sample/TypedWrite instruction.Zhigang Gong2013-05-151-0/+3
* Add constant pointer as argument support in runtime.Yang Rong2013-04-221-0/+2
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+1
* Added first test for stack handlingBenjamin Segovia2012-08-101-7/+1
* Made the structure naming more consistentBenjamin Segovia2012-08-101-11/+11
* Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia2012-08-101-11/+12
* Added first support for (still linear) images for Gen7bsegovia2012-08-101-0/+1
* Cleaned and simplified code for gen6 Code now starts to work for gen7bsegovia2012-08-101-1/+0
* Cleaned up code to start GPGPU_WALKER integrationbsegovia2012-08-101-6/+14
* %s/genx_gpgpu/intel_gpgpu/bsegovia2012-08-101-2/+2
* Added all miniCL filesbsegovia2012-08-101-0/+70