aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/core
Commit message (Expand)AuthorAgeFilesLines
* clover: Use switch when creating kernel arguments.Jan Vesely2014-12-101-25/+19
* clover: Fix bug when binary programs are passed to clBuildProgram() v2Tom Stellard2014-10-311-1/+1
* clover: Add allow_empty_tag.EdB2014-10-201-0/+18
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-204-5/+12
* clover: Fix regression in module serializationTom Stellard2014-10-141-0/+1
* clover: Fix unintended fall-through in kernel::argument::bind.Francisco Jerez2014-10-121-0/+3
* clover: Pass execution dimensions and offset to the kernel as implicit argume...Francisco Jerez2014-10-122-25/+70
* clover: Add semantic information to module::argument for implicit parameter p...Francisco Jerez2014-10-121-4/+12
* clover: Use unreachable() from util/macros.h instead of assert(0).Francisco Jerez2014-10-112-4/+3
* clover: Add support to mem objects for multiple destructor callbacks v2Tom Stellard2014-09-222-5/+8
* clover/util: Have compat::vector track separate size and capacity.Francisco Jerez2014-09-051-2/+2
* 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-184-3/+15
* clover: Add support for CL_MAP_WRITE_INVALIDATE_REGIONBruno Jiménez2014-08-081-0/+2
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-1/+1
* clover: Query the device to see if images are supportedTom Stellard2014-07-252-0/+7
* clover: Call end_query before getting timestamp result v2Tom Stellard2014-07-171-0/+1
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-023-7/+11
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* clover: Calculate the serialized size of a module efficiently.Francisco Jerez2014-06-192-0/+33
* clover: Optimize module serialization for vectors of fundamental types.Francisco Jerez2014-06-191-1/+22
* clover: query driver for the max number of compute unitsBruno Jiménez2014-06-122-0/+7
* clover: Destory pipe_screen when device does not support compute v2Tom Stellard2014-05-091-1/+4
* clover: Query drivers for max clock frequencyTom Stellard2014-04-292-0/+7
* clover: Document that the *obj*() helpers already take care of object validat...Francisco Jerez2014-04-051-4/+6
* clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard2014-02-241-4/+14
* clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez2014-02-215-16/+16
* clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez2014-02-211-1/+1
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-2121-128/+136
* clover: Some improvements for the intrusive pointer class.Francisco Jerez2014-02-214-8/+6
* clover: Fix up NULL constant pointer arguments.Francisco Jerez2014-02-211-1/+2
* clover: Don't crash on NULL global buffer objects.Jan Vesely2014-01-221-11/+23
* pipe-loader: add support for non-pci (platform) devicesEmil Velikov2014-01-181-0/+2
* clover: Don't try to build programs created from a binary again.Francisco Jerez2014-01-152-19/+22
* clover: Add missing fields to the clover::module serialization code.Francisco Jerez2014-01-151-0/+3
* clover: Append buffers that use CL_MEM_USE_HOST_PTR.Jan Vesely2013-12-181-1/+1
* clover: Calculate optimal work group size when it's not specified by the user.Francisco Jerez2013-11-042-2/+16
* clover: Query maximum kernel block size from the device instead of the kernel...Francisco Jerez2013-10-242-6/+0
* clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104aDavid Heidelberger2013-10-231-3/+4
* clover: Add a pixel_size() method to the image class.Francisco Jerez2013-10-212-0/+7
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-211-3/+12
* clover: Fix memory leak when initializing a device object fails.Francisco Jerez2013-10-211-1/+3
* clover: Tidy up resource::mapping.Francisco Jerez2013-10-212-11/+9
* clover: Simplify command_queue::flush().Francisco Jerez2013-10-212-11/+10
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-216-95/+110
* clover: Clean up the interface of the context object slightly.Francisco Jerez2013-10-213-18/+14
* clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez2013-10-2111-22/+44
* clover: Define a few convenience equality operators.Francisco Jerez2013-10-217-0/+42
* clover: Simplify the platform object by using util/range.Francisco Jerez2013-10-213-28/+8
* clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez2013-10-213-7/+83