summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: add a predicate for reflecting DCC decompression stateSamuel Pitoiset2018-12-135-1/+44
* radv: bump reported version to 1.1.90Samuel Pitoiset2018-12-121-1/+1
* anv,radv: Disable VK_EXT_pci_bus_infoJason Ekstrand2018-12-111-1/+1
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-068-27/+15
* radv: expose VK_EXT_scalar_block_layoutSamuel Pitoiset2018-12-052-0/+7
* radv: wait on the high 32 bits of timestamp queriesSamuel Pitoiset2018-12-051-1/+4
* radv: reset pending_reset_query when flushing cachesSamuel Pitoiset2018-12-052-1/+5
* radv: Flush before vkCmdWriteTimestamp() if neededAlex Smith2018-12-051-11/+19
* radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset2018-12-053-28/+81
* radv: use 3d shader for gfx9 copies if dst is 3dDave Airlie2018-12-041-1/+1
* radv: Check for shareable images in central place.Bas Nieuwenhuizen2018-12-041-5/+5
* radv/android: Use buffer metadata to determine scanout compat.Bas Nieuwenhuizen2018-12-043-35/+93
* radv/android: Mark android WSI image as shareable.Bas Nieuwenhuizen2018-12-041-1/+11
* amd/vulkan: meson build - use radv_deps for libvulkan_radeonTobias Klausmann2018-12-031-1/+1
* amd/addrlib: update Mesa's copy of addrlibNicolai Hähnle2018-11-292-2/+1
* radv: remove dependency on addrlib gfx9_enum.hNicolai Hähnle2018-11-292-9/+6
* radv: drop few useless state changes when doing color/depth decompressionsSamuel Pitoiset2018-11-292-61/+41
* radv: remove unused pending_clears param in the transition pathSamuel Pitoiset2018-11-291-11/+6
* radv: optimize CmdClear{Color,DepthStencil}Image() for layered texturesSamuel Pitoiset2018-11-291-4/+86
* radv: refactor the fast clear path for better re-useSamuel Pitoiset2018-11-291-38/+40
* radv: simplify a check in emit_fast_color_clear()Samuel Pitoiset2018-11-291-3/+1
* radv: add radv_can_fast_clear_{color,depth}() helpersSamuel Pitoiset2018-11-291-44/+89
* radv: add radv_image_view_can_fast_clear() helperSamuel Pitoiset2018-11-291-20/+27
* radv: add radv_image_can_fast_clear() helperSamuel Pitoiset2018-11-291-29/+39
* radv: remove useless check in emit_fast_color_clear()Samuel Pitoiset2018-11-291-3/+0
* radv: Align large buffers to the fragment size.Bas Nieuwenhuizen2018-11-271-1/+5