summaryrefslogtreecommitdiff
path: root/src/cl_kernel.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-09-12fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo1-0/+3
2014-09-11fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu1-0/+2
2014-07-30GBE: Refine bti usage in backend & runtime.Ruiling Song1-0/+1
2014-06-13Add the clGetKernelArgInfo api and misc help functionsJunyan He1-0/+6
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun1-1/+1
2013-11-27Runtime: fix some piglit failures.Zhigang Gong1-1/+0
2013-11-27Runtime: fixed one missing case for clGetKernelWorkGroupInfo.Zhigang Gong1-0/+1
2013-11-13GBE: Add support for kernel attribute reqd_work_group_size.Zhigang Gong1-0/+2
2013-11-11Runtime: complete the api clGetKernelWorkGroupInfo.Zhigang Gong1-0/+1
2013-05-15GBE/Runtime: Optimize Sample/TypedWrite instruction.Zhigang Gong1-0/+2
2013-05-15GBE: concentrate all samplers' allocation at compile time.Zhigang Gong1-3/+2
2013-05-15CL: Support kernel side defined samplers.Zhigang Gong1-0/+3
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+1
2013-04-10Implement sampler support.Zhigang Gong1-0/+1
2012-08-10Create make-based build infrastructureKeith Packard1-1/+1
2012-08-10Cleaned up the code from previous unused dependencies Upate the READMEBenjamin Segovia1-1/+0
2012-08-10Made most of the very basic pieces for the simulation partsBenjamin Segovia1-11/+21
2012-08-10Started to implement curbe supportBenjamin Segovia1-3/+6
2012-08-10Fixed compilation with the current compiler codeBenjamin Segovia1-1/+1
2012-08-10Adapted properly the driver to the new gen compiler interfaceBenjamin Segovia1-10/+11
2012-08-10Made the structure naming more consistentBenjamin Segovia1-3/+3
2012-08-10Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia1-2/+3
2012-08-10Made EOT work on simulatorBenjamin Segovia1-8/+21
2012-08-10Removed Gen6 Stripped out all dependencies from previous compiler Added a dep...Benjamin Segovia1-288/+1
2012-08-10Fixed SNB buildbsegovia1-0/+4
2012-08-10Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...bsegovia1-1/+1
2012-08-10Ported the code to HSWbsegovia1-8/+18
2012-08-10Changed FP mode for the kernels. Seems to be required by the compiler Added a...bsegovia1-0/+3
2012-08-10All unit tests now passbsegovia1-2/+7
2012-08-10Cleaned and simplified code for gen6 Code now starts to work for gen7bsegovia1-4/+1
2012-08-10Kept changing file layoutbsegovia1-1/+8
2012-08-10Cleaned up code to start GPGPU_WALKER integrationbsegovia1-4/+17
2012-08-10Added all miniCL filesbsegovia1-0/+316