summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/core/program.cpp
Commit message (Expand)AuthorAgeFilesLines
* clover: Provide separate program methods for compilation and linking.Francisco Jerez2016-07-111-5/+29
* clover: Unify program::build_* into a single method returning a struct.Francisco Jerez2016-07-111-35/+18
* clover: Change program::build opts argument to std::string.Serge Martin2016-07-111-2/+2
* clover/tgsi: Move compiler entry point declaration into tgsi directory and na...Francisco Jerez2016-07-111-1/+2
* clover: little OpenCL status code logging cleanEdB2015-07-161-2/+2
* clover: remove util/compatEdB2015-04-291-1/+1
* clover: remove compat::stringEdB2015-04-291-1/+1
* clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard2015-03-311-0/+2
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-201-3/+4
* clover: Use conversion operator to initialize build log from compat::string.Francisco Jerez2014-09-051-2/+2
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-181-2/+7
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-021-4/+7
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-7/+10
* clover: Don't try to build programs created from a binary again.Francisco Jerez2014-01-151-19/+21
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-211-7/+23
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-211-29/+26
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-211-3/+1
* clover: Switch to the new utility code.Francisco Jerez2013-10-211-1/+2
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-211-15/+15
* 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-3/+9
* clover: Don't erase build info of devices not being builtTom Stellard2012-12-131-2/+2
* clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard2012-06-011-2/+3
* clover: Remove target argument from compile_program_tgsi()Tom Stellard2012-06-011-1/+1
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+85