clover: use get_device_vendor instead of get_vendor
[mesa.git] / src / gallium / state_trackers / clover / core / device.cpp
2015-03-23 Giuseppe Bilottaclover: use get_device_vendor instead of get_vendor
2015-03-05 Tom Stellardclover: Enable cl_khr_fp64 for devices that support...
2014-10-11 Francisco Jerezclover: Use unreachable() from util/macros.h instead...
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-25 Tom Stellardclover: Query the device to see if images are supported
2014-06-12 Bruno Jiménezclover: query driver for the max number of compute...
2014-05-09 Tom Stellardclover: Destory pipe_screen when device does not suppor...
2014-04-29 Tom Stellardclover: Query drivers for max clock frequency
2014-02-21 Francisco Jerezclover: Migrate a bunch of pointers and references...
2014-01-18 Emil Velikovpipe-loader: add support for non-pci (platform) devices
2013-10-21 Francisco Jerezclover: Delete copy constructors and assignment operato...
2013-10-21 Francisco Jerezclover: Define a few convenience equality operators.
2013-10-21 Francisco Jerezclover: Switch device objects to the new model.
2013-07-22 Tom Stellardclover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-13 Francisco Jerezclover: Define platform class and merge with device_reg...
2012-09-25 Tom Stellardclover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2
2012-06-01 Tom Stellardclover: Add a function for retrieving a device's prefer...
2012-05-16 Francisco Jerezgallium/auxiliary/pipe-loader: Fix usage of anonymous...
2012-05-12 Francisco Jerezclover: Fix build on i386.
2012-05-12 Christoph Bumillerclover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezclover: Import OpenCL state tracker.