summaryrefslogtreecommitdiff
path: root/src/cl_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-301-0/+6
* eliminate build warnings in i386 system.Meng Mengmeng2016-12-291-4/+4
* Add the NULL pointer check.Yang Rong2016-12-291-1/+2
* GEB/Runtime: eliminate release build warnings.Yang Rong2016-12-291-1/+1
* Add multi devices support in context.Junyan He2016-12-161-1/+1
* Backend: Add pipe packet size checkPan Xiuli2016-11-081-0/+6
* Backend: Add Pipe Builtin supportPan Xiuli2016-11-081-1/+4
* OCL20: Implement clSetKernelExecInfo apiYang Rong2016-11-081-2/+25
* OCL20: Add svm support.Yang Rong2016-11-081-0/+36
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-1/+1
* Runtime: Apply base_object to cl_kernelJunyan He2016-09-021-10/+9
* Runtime: Apply base object ot cl_sampler.Junyan He2016-09-021-1/+1
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-0/+11
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-11/+46
* GBE: fix kernel arguments uploading bug.Zhigang Gong2015-10-121-3/+5
* GBE: refactor curbe register allocation.Zhigang Gong2015-09-241-5/+7
* Fix clGetKernelArgInfo fail on piglitPan Xiuli2015-09-021-9/+9
* runtime: fix a conformance bug in cl_get_kernel_arg_info.Zhigang Gong2015-03-181-1/+5
* fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu2014-12-251-0/+1
* GBE: switch to CLANG native sampler_t.Zhigang Gong2014-12-181-7/+5
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo2014-09-121-0/+7
* fix piglit cl-api-set-kernel-arg fail.Luo Xionghu2014-09-111-1/+2
* Two minor fix.Yang Rong2014-09-021-4/+4
* GBE: Refine bti usage in backend & runtime.Ruiling Song2014-07-301-1/+1
* runtime: fix max group size calculation issue.Zhigang Gong2014-07-011-1/+1
* GBE: fix some get kernel arg info bugs.Zhigang Gong2014-06-231-1/+1
* Add the clGetKernelArgInfo api and misc help functionsJunyan He2014-06-131-0/+83
* remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun2014-06-121-18/+18
* Fix a crash when clSetKernelArg of parameter point to NULL value.Yang Rong2014-05-191-3/+7
* GBE: optimize read_image to avoid get sampler info dynamically.Zhigang Gong2014-02-241-0/+3
* CL/Runtime: workaround the unused sampler_t kernel argument.Zhigang Gong2013-11-271-2/+8
* Runtime: fix some piglit failures.Zhigang Gong2013-11-271-3/+0
* Runtime: fixed one missing case for clGetKernelWorkGroupInfo.Zhigang Gong2013-11-271-0/+2
* GBE: Add support for kernel attribute reqd_work_group_size.Zhigang Gong2013-11-131-0/+2
* Implement constant buffer based on constant cache.Ruiling Song2013-09-041-10/+0
* CL: Refactor cl_mem's implementation.Zhigang Gong2013-08-301-2/+2
* Refine error check in SetKernelArg() and support NULL buffer argumentRuiling Song2013-06-141-15/+45
* Support non-16 multiple group size.Ruiling Song2013-05-311-1/+1
* Add ICD dispatch table in cloned kernelsSimon Richter2013-05-231-0/+1
* GBE/Runtime: Optimize Sample/TypedWrite instruction.Zhigang Gong2013-05-151-0/+20
* GBE: concentrate all samplers' allocation at compile time.Zhigang Gong2013-05-151-9/+5
* CL: Support kernel side defined samplers.Zhigang Gong2013-05-151-12/+24
* Add constant pointer as argument support in runtime.Yang Rong2013-04-221-1/+15
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+2
* Implement sampler support.Zhigang Gong2013-04-101-0/+17
* Finish the incomplete 2d image support in runtime library.Zhigang Gong2013-04-101-2/+2
* Added support for __local pointer in kernel arguments. This require to add moreBenjamin Segovia2012-11-091-1/+1
* Made flat address space finally work Fixed a bug in the state settingBenjamin Segovia2012-08-101-0/+2
* Added a new copy buffer testBenjamin Segovia2012-08-101-9/+2