aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* ac/radv/radeonsi: add ac_get_num_physical_sgprs() helperTimothy Arceri2019-02-011-1/+1
* radv: Enable VK_EXT_memory_priority.Bas Nieuwenhuizen2019-01-291-3/+19
* radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen2019-01-291-11/+20
* radv: correctly use vulkan 1.0 by defaultNiklas Haas2019-01-271-1/+1
* radv: initialize the per-queue descriptor BO only onceSamuel Pitoiset2019-01-181-24/+23
* radv: do not write unused descriptors to the per-queue BOSamuel Pitoiset2019-01-181-124/+128
* radv: reduce size of the per-queue descriptor BOSamuel Pitoiset2019-01-181-1/+1
* radv: drop unused code related to 16 sample locationsSamuel Pitoiset2019-01-181-2/+0
* radv: add support for VK_EXT_memory_budgetSamuel Pitoiset2019-01-151-0/+72
* radv: add two small helpers for getting VRAM and visible VRAM sizesSamuel Pitoiset2019-01-151-5/+16
* radv: remove unnecessary returns in GetPhysicalDevice*Properties()Samuel Pitoiset2019-01-151-4/+4
* radv: remove a few more unnecessary KHR suffixesEric Engestrom2019-01-101-1/+1
* radv: enable variable pointersSamuel Pitoiset2019-01-091-1/+1
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-091-88/+88
* radv: Fix rasterization precision bits.Bas Nieuwenhuizen2019-01-071-3/+3
* radv: Remove device path.Bas Nieuwenhuizen2019-01-071-2/+0
* radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset2018-12-201-2/+2
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-061-2/+2
* radv: expose VK_EXT_scalar_block_layoutSamuel Pitoiset2018-12-051-0/+6
* radv: remove dependency on addrlib gfx9_enum.hNicolai Hähnle2018-11-291-5/+4
* 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