summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/core/program.hpp
Commit message (Expand)AuthorAgeFilesLines
* clover/core: Remove compiler.hpp.Francisco Jerez2016-07-111-1/+2
* clover: Provide separate program methods for compilation and linking.Francisco Jerez2016-07-111-5/+7
* clover: Unify program::build_* into a single method returning a struct.Francisco Jerez2016-07-111-7/+13
* clover: Change program::build opts argument to std::string.Serge Martin2016-07-111-1/+1
* clover: remove util/compatEdB2015-04-291-1/+1
* clover: Fix bug when binary programs are passed to clBuildProgram() v2Tom Stellard2014-10-311-1/+1
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-201-1/+3
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-181-0/+5
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-6/+6
* clover: Don't try to build programs created from a binary again.Francisco Jerez2014-01-151-0/+1
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-211-6/+15
* clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez2013-10-211-0/+4
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-211-27/+25
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-211-1/+1
* clover: Name include guards consistently.Francisco Jerez2013-10-211-2/+2
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-211-6/+6
* mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* clover: Add support for compiler flagsTom Stellard2012-12-131-1/+2
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+61