summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api/transfer.cpp
Commit message (Expand)AuthorAgeFilesLines
* clover: Add support for CL_MAP_WRITE_INVALIDATE_REGIONBruno Jiménez2014-08-081-0/+12
* clover: Add checks for image support to the image functions v2Tom Stellard2014-07-281-0/+3
* clover: Fix typo in validate_object()Tom Stellard2014-03-211-1/+1
* clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez2014-03-181-5/+16
* clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez2014-02-211-14/+14
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-4/+4
* clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez2013-10-211-130/+270
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-211-14/+14
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-211-125/+109
* clover: Switch command queues to the new model.Francisco Jerez2013-10-211-129/+144
* clover: Switch event objects to the new model.Francisco Jerez2013-10-211-43/+64
* clover: Switch to the new utility code.Francisco Jerez2013-10-211-63/+75
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-211-6/+6
* 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: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo...Francisco Jerez2013-04-131-1/+1
* clover: No need for clover::is_zero() to be a functor.Francisco Jerez2012-10-191-1/+1
* clover: Initialize height and depth to 1 for transfersTom Stellard2012-09-211-1/+1
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+506