summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/clover/api/context.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-144/+0
2015-11-05st/clover: provide a path for drivers to call through to pfn_notifyIlia Mirkin1-1/+6
2014-02-21clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez1-3/+3
2013-11-15clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard1-3/+9
2013-10-21clover: Implement support for the ICD extension.Francisco Jerez1-5/+5
2013-10-21clover: Clean up the interface of the context object slightly.Francisco Jerez1-2/+2
2013-10-21clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez1-5/+8
2013-10-21clover: Switch context objects to the new model.Francisco Jerez1-38/+36
2013-10-21clover: Switch device objects to the new model.Francisco Jerez1-9/+4
2013-10-21clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez1-7/+17
2013-10-21clover: Switch to the new utility code.Francisco Jerez1-1/+1
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
2013-04-13clover: Define platform class and merge with device_registry.Francisco Jerez1-8/+15
2012-10-19clover: No need for clover::is_zero() to be a functor.Francisco Jerez1-1/+1
2012-05-11clover: Import OpenCL state tracker.Francisco Jerez1-0/+120