summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/core/resource.cpp
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-3/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-3/+7
* clover: fix image resource depth and array_sizeZoltan Gilian2015-08-031-0/+1
* clover: try userptr for CL_MEM_USE_HOST_PTRGrigori Goronzy2015-05-241-3/+14
* clover: implement CL_MEM_ALLOC_HOST_PTRGrigori Goronzy2015-05-241-0/+4
* clover: Add support for CL_MAP_WRITE_INVALIDATE_REGIONBruno Jiménez2014-08-081-0/+2
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-6/+7
* clover: Tidy up resource::mapping.Francisco Jerez2013-10-211-2/+3
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-211-11/+9
* clover: Switch to the new utility code.Francisco Jerez2013-10-211-15/+24
* clover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copiesTom Stellard2013-08-261-1/+1
* 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 build since removal of pipe_surface::usageTom Stellard2012-12-131-1/+0
* gallium: unify transfer functionsMarek Olšák2012-10-111-8/+3
* clover: Silence narrowing conversion warnings in resource.cpp.Francisco Jerez2012-09-241-3/+3
* clover: Implement CL_MEM_COPY_HOST_PTR.Francisco Jerez2012-05-111-2/+13
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+192