summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: enable primitive binning by defaultSamuel Pitoiset2018-11-161-4/+1
* radv: add a debug option for disabling primitive binningSamuel Pitoiset2018-11-161-0/+1
* Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"Connor Abbott2018-11-161-4/+2
* radv: cleanup and document a Hawaii bug with offchip buffersSamuel Pitoiset2018-11-121-9/+8
* radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+Samuel Pitoiset2018-11-081-1/+1
* radv: use radeon_info::num_good_cu_per_shSamuel Pitoiset2018-11-011-3/+1
* radv: add support for Raven2Samuel Pitoiset2018-11-011-3/+7
* radv: implement VK_EXT_transform_feedbackSamuel Pitoiset2018-10-291-0/+22
* radv: remove duplicate brackets in version stringEric Engestrom2018-10-261-1/+1
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-20/+2
* radv: Add support for VK_KHR_driver_properties.Bas Nieuwenhuizen2018-10-251-0/+24
* radv: Fix WSI & PCI bus info initialization order.Bas Nieuwenhuizen2018-10-191-4/+9
* radv: fix check for perftest options sizeAndres Rodriguez2018-10-181-1/+1
* vulkan: Add VK_EXT_calibrated_timestamps extension (radv and anv) [v5]Keith Packard2018-10-171-0/+119
* radv: disable VK_SUBGROUP_FEATURE_VOTE_BITSamuel Pitoiset2018-10-161-2/+4
* radv: bump discreteQueuePriorities to 2Samuel Pitoiset2018-10-151-1/+1
* radv: Implement VK_EXT_pci_bus_info.Bas Nieuwenhuizen2018-10-151-0/+10
* radv: remove dead code for master_fd closeDave Airlie2018-10-111-2/+0
* util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri2018-10-021-4/+0
* radv: do not try to set DCC_CONTROL when image doesn't use DCCSamuel Pitoiset2018-10-011-1/+1
* radv: only enable shaderInt16 on GFX9+ and LLVM7+Samuel Pitoiset2018-09-211-1/+1
* radv: Fix driver UUID SHA1 init.Bas Nieuwenhuizen2018-09-201-0/+2
* radv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BITSamuel Pitoiset2018-09-191-0/+1
* radv: implement VK_EXT_conservative_rasterizationSamuel Pitoiset2018-09-181-0/+14
* radv: allow to force anisotropy via RADV_TEX_ANISOSamuel Pitoiset2018-09-181-2/+44
* radv: Use build ID if available for cache UUID.Bas Nieuwenhuizen2018-09-171-8/+35
* radv: enable shaderInt16 capabilitySamuel Pitoiset2018-09-171-1/+1
* radv: emit the initial config only once in the preamblesSamuel Pitoiset2018-09-141-0/+39
* radv: Support v3 of VK_EXT_vertex_attribute_divisor.Bas Nieuwenhuizen2018-09-101-0/+7
* radv: Use a lower max offchip buffer count.Bas Nieuwenhuizen2018-09-031-2/+22
* radv: add missing support for protected memory propertiesSamuel Pitoiset2018-08-311-0/+6
* radv: place pointer length into cache uuidGrazvydas Ignotas2018-08-231-1/+1
* radv: add Doom workaroundTimothy Arceri2018-08-161-0/+3
* radv: Add support for ETC2 textures.Bas Nieuwenhuizen2018-07-271-1/+3
* radv: enable VK_KHR_16bit_storage extension / 16bit storage featuresDaniel Schürmann2018-07-231-4/+6
* radv: print a big warning when RADV_TRACE_FILE is setSamuel Pitoiset2018-07-231-0/+4
* radv: Enable binning and dfsm by default on Raven.Bas Nieuwenhuizen2018-07-191-2/+4
* radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset2018-07-181-0/+7
* radv: get rid of buffer object prioritiesSamuel Pitoiset2018-07-121-6/+6
* radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9Samuel Pitoiset2018-07-121-2/+2
* radv: using tls to store llvm related info and speed up compiles (v10)Dave Airlie2018-07-101-0/+1
* radv: emit PIPELINESTAT_{START,STOP} events for pipeline stats queriesSamuel Pitoiset2018-06-261-2/+4
* radv: add VK_EXT_display_control to radv driver [v5]Keith Packard2018-06-231-15/+55
* radv: always check the return error when submitting a CSSamuel Pitoiset2018-06-221-5/+11
* radv: check the return values of radv_signal_fence()Samuel Pitoiset2018-06-221-2/+7
* radv: change the returned error in radv_signal_fence()Samuel Pitoiset2018-06-221-2/+1
* radv: Add KHR_display extension to radv [v5]Keith Packard2018-06-191-0/+17
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-191-0/+8
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-13/+13
* radv: allow RADV_PERFTEST=dccmsaa on GFX9Samuel Pitoiset2018-06-151-2/+2