aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api/memory.cpp
Commit message (Expand)AuthorAgeFilesLines
* clover: Implement clCreateImage?D w/ clCreateImage.Serge Martin2015-09-281-52/+8
* clover: Implement CL1.2 clCreateImage().Serge Martin2015-09-281-10/+91
* clover: Move down canonicalization of memory object flags into validate_flags().Francisco Jerez2015-09-281-39/+40
* clover: Stub missing CL 1.2 functions.Serge Martin (EdB)2015-08-071-3/+23
* clover: Set appropriate flag defaults on memory object creation.Francisco Jerez2015-02-241-8/+18
* clover: Add CL_MEM_HOST_* flag checks.EdB2015-02-241-4/+7
* clover: Factor out memory object flags validation to a helper function.Francisco Jerez2015-02-241-34/+32
* clover: Add checks for image support to the image functions v2Tom Stellard2014-07-281-0/+6
* clover: Add a stub implementation of clCreateImage() v3Tom Stellard2014-05-021-0/+12
* clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez2014-02-211-1/+1
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-211-2/+2
* clover: Use cl_ulong in the maximum allocation size calculation to avoid over...Francisco Jerez2014-01-141-1/+1
* clover: Add parameter checks to clCreateBuffer.Jan Vesely2013-12-181-1/+13
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-211-10/+10
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-211-74/+70
* clover: Switch context objects to the new model.Francisco Jerez2013-10-211-12/+9
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-211-24/+50
* 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: Accept CL_MEM_READ_WRITE flagBlaž Tomažič2012-08-241-4/+4
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+305