aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/api/device.cpp
Commit message (Expand)AuthorAgeFilesLines
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-131-1/+3
* clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytesTom Stellard2015-03-231-0/+3
* clover: Add all the mandatory 1.1 extensions to the extension stringTom Stellard2015-03-231-1/+7
* clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSIONTom Stellard2015-03-231-1/+1
* clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2Tom Stellard2015-03-091-1/+4
* clover: Enable cl_khr_fp64 for devices that support doubles v4Tom Stellard2015-03-051-3/+18
* clover: Query the device to see if images are supportedTom Stellard2014-07-251-1/+1
* clover: query driver for the max number of compute unitsBruno Jiménez2014-06-121-1/+1
* clover: Query drivers for max clock frequencyTom Stellard2014-04-291-1/+1
* clover: Stub implementation of CL 1.2 sub-devices.EdB2014-04-291-0/+57
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-211-2/+2
* clover: Define a few convenience equality operators.Francisco Jerez2013-10-211-1/+1
* clover: Switch device objects to the new model.Francisco Jerez2013-10-211-39/+40
* clover: Switch platform objects to the new model.Francisco Jerez2013-10-211-4/+5
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-211-79/+120
* clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard2013-07-221-1/+2
* 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: Define platform class and merge with device_registry.Francisco Jerez2013-04-131-9/+7
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-2/+2
* clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-251-1/+2
* clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCKChristoph Bumiller2012-05-121-1/+2
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+262