summaryrefslogtreecommitdiff
path: root/src/cl_program.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-08runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZERuiling Song1-0/+2
2016-11-08GBE: Implement new constant solution for ocl2Ruiling Song1-0/+2
2016-09-28Add ref check for CL object's validation.Junyan He1-1/+3
2016-09-02Runtime: Apply CL base object to program.Junyan He1-3/+5
2015-12-09runtime: fix clCompileProgram bug.Luo Xionghu1-0/+1
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-3/+7
2015-10-21use table to define and query binary headers.Luo Xionghu1-0/+8
2015-03-09enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu1-1/+2
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-09-12runtime: fix build status handling.Zhigang Gong1-0/+1
2014-06-20Add some API's OpenCL 1.2 parameter support.Yang Rong1-0/+6
2014-06-18add binary type support for compiled object and library.Luo1-0/+1
2014-06-13add [opencl-1.2] API clLinkProgram.Luo1-0/+7
2014-06-13add [opencl-1.2] API clCompileProgram.Luo1-1/+7
2014-06-13add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo1-0/+7
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun1-1/+1
2013-11-27Runtime: implement the get build log function and fix one build error check i...Zhigang Gong1-0/+3
2013-10-10Implement api clCreateKernelsInProgram.Yang Rong1-0/+3
2013-09-12Implement the clCreateProgramWithBinary to deseralize the binary.Junyan He1-0/+2
2013-06-19add the support of clGetProgramBuildInfo and clGetProgramInfoJunyan He1-0/+1
2013-06-19Support multi-source CL programRuiling Song1-2/+1
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+1
2013-03-29pass build-options of clBuildProgram to clang compilerHomer Hsing1-1/+1
2012-08-10Create make-based build infrastructureKeith Packard1-1/+1
2012-08-10Added first support for compilation from sourceBenjamin Segovia1-1/+21
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-12/+13
2012-08-10Made EOT work on simulatorBenjamin Segovia1-2/+2
2012-08-10Started to inject the new compiler APIBenjamin Segovia1-2/+6
2012-08-10Removed Gen6 Stripped out all dependencies from previous compiler Added a dep...Benjamin Segovia1-0/+8
2012-08-10Added all miniCL filesbsegovia1-0/+66