summaryrefslogtreecommitdiff
path: root/src/cl_command_queue.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14enable USE_HOST_PTR for cl image with userptr to avoid extra copyingGuo Yejun1-5/+2
2015-10-13runtime: refine the last_event in queue to a listPan Xiuli1-16/+9
2015-09-24GBE: refactor curbe register allocation.Zhigang Gong1-1/+3
2015-08-10Update last event status in clFinish.Luo Xionghu1-0/+3
2015-07-15Fixed a thread safe bug.Zhigang Gong1-6/+11
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong1-6/+9
2015-01-30SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong1-4/+4
2015-01-30SKL: enable skl device.Yang Rong1-1/+1
2015-01-23loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun1-2/+6
2015-01-13Fix the printf buffer size bug.Junyan He1-2/+3
2014-12-25Remove deprecated fulsim codeZhenyu Wang1-217/+0
2014-12-25fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu1-1/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-10-24Make use of write enable flag for mem bo mapZhenyu Wang1-1/+1
2014-10-10BDW: Add gen8 into intel_driver_initJunyan He1-1/+1
2014-09-04GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong1-1/+4
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-2/+2
2014-07-30GBE: Refine bti usage in backend & runtime.Ruiling Song1-2/+2
2014-07-25fix three memory leaksGuo Yejun1-0/+2
2014-07-11runtime: fix some subtle event bugs.Zhigang Gong1-0/+11
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-3/+11
2014-07-03Refine some event code.Yang Rong1-4/+12
2014-06-23Fix a crash bug when no %d appears in the printf fmtJunyan He1-2/+8
2014-06-20GBE/runtime: fixup broken 1d array image support.Zhigang Gong1-0/+5
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo1-5/+61
2014-06-12remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun1-8/+8
2014-06-11Add the printf logic into the run time.Junyan He1-0/+14
2014-06-09HSW: enable the surface's cache in HSW.Yang Rong1-2/+2
2014-05-30Refine the cl thread implement for queue.Junyan He1-2/+2
2014-04-02Add kernels performance outputYongjia Zhang1-0/+3
2013-12-31Modify the multi-thread support for queue.Junyan He1-3/+3
2013-11-08Move the gpgpu struct from cl_command_queue to thread specific contextJunyan He1-7/+20
2013-11-07Implement the clCreateSubBuffer APIJunyan He1-1/+6
2013-11-04fix pointer bugs in linked listHomer Hsing1-2/+2
2013-10-18add clCreateImageFromLibvaIntel() apiLu Guanqun1-1/+1
2013-09-18Runtime/driver : implement 3D image support.Zhigang Gong1-1/+1
2013-09-18Implement clEnqueueMarker and clEnqueueBarrier.Yang Rong1-0/+74
2013-09-04Implement constant buffer based on constant cache.Ruiling Song1-18/+0
2013-08-30CL: Refactor cl_mem's implementation.Zhigang Gong1-6/+10
2013-08-12Add function cl_command_queue_flush to flush a commandYang Rong1-0/+7
2013-06-14Refine error check in SetKernelArg() and support NULL buffer argumentRuiling Song1-2/+2
2013-06-13CL: Fix the bug in clfinish.Zou, Nanhai1-6/+1
2013-06-05GBE: Add two builtin functions get_work_dim / get_global_offset.Zhigang Gong1-2/+3
2013-05-21Add more get image info functions.Zhigang Gong1-0/+6
2013-05-20CL: Fixed a get image info bug on 64 bit system.Zhigang Gong1-2/+2
2013-05-20Save depth and slice_pitch in cl_mem images.Dag Lem1-1/+1
2013-05-17CL: complete get_image_width/height support at runtime side.Zhigang Gong1-0/+10
2013-05-15GBE/Runtime: Optimize Sample/TypedWrite instruction.Zhigang Gong1-12/+17
2013-05-15GBE: concentrate all samplers' allocation at compile time.Zhigang Gong1-2/+0
2013-05-15CL: Support kernel side defined samplers.Zhigang Gong1-2/+2