summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api/program.cpp
Commit message (Expand)AuthorAgeFilesLines
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-231-2/+6
* clover: Use context device list for error checking in clGetProgramBuildInfo.Francisco Jerez2013-10-291-1/+1
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-211-8/+8
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-211-19/+17
* clover: Clean up the interface of the context object slightly.Francisco Jerez2013-10-211-6/+6
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-211-62/+55
* clover: Switch context objects to the new model.Francisco Jerez2013-10-211-13/+9
* clover: Switch device objects to the new model.Francisco Jerez2013-10-211-16/+17
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-211-24/+40
* clover: Switch to the new utility code.Francisco Jerez2013-10-211-16/+12
* 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-2/+5
* clover: No need for clover::is_zero() to be a functor.Francisco Jerez2012-10-191-1/+1
* clover: Handle NULL devs argument in clBuildProgramTom Stellard2012-07-011-5/+10
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+241