summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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-183-13/+0
* radv: use dithered alpha-to-coverageRhys Perry2019-01-161-4/+5
* radv: add support for VK_EXT_memory_budgetSamuel Pitoiset2019-01-156-1/+124
* 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: Set partial_vs_wave for pipelines with just GS, not tess.Bas Nieuwenhuizen2019-01-151-8/+20
* radv: Only use 32 KiB per threadgroup on Stoney.Bas Nieuwenhuizen2019-01-141-1/+10
* radv: remove a few more unnecessary KHR suffixesEric Engestrom2019-01-103-11/+11
* ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry2019-01-091-0/+2
* radv: skip draws with instance_count == 0Samuel Pitoiset2019-01-091-0/+13
* radv: enable variable pointersSamuel Pitoiset2019-01-091-1/+1
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-0910-164/+164
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-4/+4
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-12/+12
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+1
* spirv: Add explicit pointer typesJason Ekstrand2019-01-081-0/+4
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-1/+1
* radv: Fix rasterization precision bits.Bas Nieuwenhuizen2019-01-071-3/+3
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-071-1/+0
* radv: Remove device path.Bas Nieuwenhuizen2019-01-072-3/+0
* nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri2019-01-021-2/+2
* radv: Do a cache flush if needed before reading predicates.Bas Nieuwenhuizen2018-12-311-0/+2
* radv: Fix wrongly positioned paren.Bas Nieuwenhuizen2018-12-211-1/+1
* radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset2018-12-203-4/+4
* radv: add support for FMASK expandSamuel Pitoiset2018-12-207-0/+335
* radv: initialize FMASK for images in fully expanded modeSamuel Pitoiset2018-12-204-0/+39
* radv: compute optimal VM alignment for imported buffersSamuel Pitoiset2018-12-201-1/+30
* radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.Bas Nieuwenhuizen2018-12-203-6/+36
* radv: fix subpass image transitions with multiviewsSamuel Pitoiset2018-12-201-0/+11
* radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8Samuel Pitoiset2018-12-201-3/+9
* radv/query: Use 1-bit booleans in query shadersJason Ekstrand2018-12-191-21/+21
* radv/query: Add a nir_test_flag helperJason Ekstrand2018-12-191-15/+16
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-1/+1
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-1/+1
* radv: Fix multiview depth clearsBas Nieuwenhuizen2018-12-171-8/+21
* radv: Remove redundant format check.Bas Nieuwenhuizen2018-12-171-4/+0
* radv: report Vulkan version 1.1.90 for realSamuel Pitoiset2018-12-171-1/+1
* anv,radv: Re-enable VK_EXT_pci_bus_infoJason Ekstrand2018-12-171-1/+1
* radv: switch from nir_bcsel to nir_b32cselRhys Perry2018-12-171-4/+4
* radv: don't set surf_index for stencil-only imagesRhys Perry2018-12-171-1/+1
* radv: Fix a stupid if in gather_intrinsic_infoJason Ekstrand2018-12-161-9/+9
* nir: Add a bool to int32 lowering passJason Ekstrand2018-12-161-0/+4
* radv/xfb: fix counter buffer bounds checks.Dave Airlie2018-12-131-2/+2
* radv: don't check if format is depth in radv_image_can_enable_hile()Samuel Pitoiset2018-12-131-1/+0
* radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()Samuel Pitoiset2018-12-131-1/+2
* radv: switch on EOP when primitive restart is enabled with triangle stripsSamuel Pitoiset2018-12-131-2/+1
* radv: allow to skip DCC decompressions with the new predicateSamuel Pitoiset2018-12-131-6/+13