summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/clover/core/program.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-135/+0
2019-09-21clover: prepare supporting multiple IRsKarol Herbst1-6/+4
2019-02-26clover/api: Rework the validation of devices for buildingPierre Moreau1-1/+2
2019-02-26clover: Remove the TGSI backend as unusedPierre Moreau1-8/+5
2018-03-05clover/llvm: Use device in llvm compilation instead of copying fieldsAaron Watry1-4/+3
2016-11-06clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).Serge Martin1-0/+12
2016-07-11clover: Provide separate program methods for compilation and linking.Francisco Jerez1-5/+29
2016-07-11clover: Unify program::build_* into a single method returning a struct.Francisco Jerez1-35/+18
2016-07-11clover: Change program::build opts argument to std::string.Serge Martin1-2/+2
2016-07-11clover/tgsi: Move compiler entry point declaration into tgsi directory and na...Francisco Jerez1-1/+2
2015-07-16clover: little OpenCL status code logging cleanEdB1-2/+2
2015-04-29clover: remove util/compatEdB1-1/+1
2015-04-29clover: remove compat::stringEdB1-1/+1
2015-03-31clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard1-0/+2
2014-10-20clover: Add initial implementation of clCompileProgram for CL 1.2.EdB1-3/+4
2014-09-05clover: Use conversion operator to initialize build log from compat::string.Francisco Jerez1-2/+2
2014-08-18clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez1-2/+7
2014-07-02clover: Fix not setting build log if the build succeeds v2Matt Arsenault1-4/+7
2014-02-21clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez1-7/+10
2014-01-15clover: Don't try to build programs created from a binary again.Francisco Jerez1-19/+21
2013-10-21clover: Clean up the kernel and program object interface.Francisco Jerez1-7/+23
2013-10-21clover: Switch kernel and program objects to the new model.Francisco Jerez1-29/+26
2013-10-21clover: Define helper classes for the new object model.Francisco Jerez1-3/+1
2013-10-21clover: Switch to the new utility code.Francisco Jerez1-1/+2
2013-10-21clover: Replace a bunch of double underscores with single underscores.Francisco Jerez1-15/+15
2013-04-23mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2012-12-13clover: Add support for compiler flagsTom Stellard1-3/+9
2012-12-13clover: Don't erase build info of devices not being builtTom Stellard1-2/+2
2012-06-01clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard1-2/+3
2012-06-01clover: Remove target argument from compile_program_tgsi()Tom Stellard1-1/+1
2012-05-11clover: Import OpenCL state tracker.Francisco Jerez1-0/+85