summaryrefslogtreecommitdiff
path: root/src/cl_program.h
Commit message (Expand)AuthorAgeFilesLines
* runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZERuiling Song2016-11-081-0/+2
* GBE: Implement new constant solution for ocl2Ruiling Song2016-11-081-0/+2
* Add ref check for CL object's validation.Junyan He2016-09-281-1/+3
* Runtime: Apply CL base object to program.Junyan He2016-09-021-3/+5
* runtime: fix clCompileProgram bug.Luo Xionghu2015-12-091-0/+1
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-3/+7
* use table to define and query binary headers.Luo Xionghu2015-10-211-0/+8
* enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu2015-03-091-1/+2
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* runtime: fix build status handling.Zhigang Gong2014-09-121-0/+1
* Add some API's OpenCL 1.2 parameter support.Yang Rong2014-06-201-0/+6
* add binary type support for compiled object and library.Luo2014-06-181-0/+1
* add [opencl-1.2] API clLinkProgram.Luo2014-06-131-0/+7
* add [opencl-1.2] API clCompileProgram.Luo2014-06-131-1/+7
* add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo2014-06-131-0/+7
* separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun2014-05-281-1/+1
* Runtime: implement the get build log function and fix one build error check i...Zhigang Gong2013-11-271-0/+3
* Implement api clCreateKernelsInProgram.Yang Rong2013-10-101-0/+3
* Implement the clCreateProgramWithBinary to deseralize the binary.Junyan He2013-09-121-0/+2
* add the support of clGetProgramBuildInfo and clGetProgramInfoJunyan He2013-06-191-0/+1
* Support multi-source CL programRuiling Song2013-06-191-2/+1
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+1
* pass build-options of clBuildProgram to clang compilerHomer Hsing2013-03-291-1/+1
* Create make-based build infrastructureKeith Packard2012-08-101-1/+1
* Added first support for compilation from sourceBenjamin Segovia2012-08-101-1/+21
* Fixed compilation with the current compiler codeBenjamin Segovia2012-08-101-1/+1
* Adapted properly the driver to the new gen compiler interfaceBenjamin Segovia2012-08-101-12/+13
* Made EOT work on simulatorBenjamin Segovia2012-08-101-2/+2
* Started to inject the new compiler APIBenjamin Segovia2012-08-101-2/+6
* Removed Gen6 Stripped out all dependencies from previous compiler Added a dep...Benjamin Segovia2012-08-101-0/+8
* Added all miniCL filesbsegovia2012-08-101-0/+66