summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: clear CMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-251-3/+5
* radv: clear FMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-251-3/+4
* radv: always initialize levels without DCC as fully expandedSamuel Pitoiset2019-06-251-17/+15
* radv: add support for VK_AMD_buffer_markerSamuel Pitoiset2019-06-241-0/+35
* radv: pass sample locations for transitions before depth/stencil resolvesSamuel Pitoiset2019-06-211-1/+1
* radv: emit framebuffer state from primary if secondary doesn't inherit itSamuel Pitoiset2019-06-211-0/+9
* radv: initialize levels without DCC during layout transitionsSamuel Pitoiset2019-06-201-1/+48
* radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmaskSamuel Pitoiset2019-06-191-0/+9
* radv: check if DCC is enabled per mip not for the whole imageSamuel Pitoiset2019-06-181-9/+13
* radv: load the fast color clear values from the base levelSamuel Pitoiset2019-06-171-6/+6
* radv: store the DCC predicate for each mipSamuel Pitoiset2019-06-171-13/+28
* radv: store the FCE predicate for each mipSamuel Pitoiset2019-06-171-7/+12
* radv: store the fast color clear values for each mipSamuel Pitoiset2019-06-171-11/+27
* radv: silent a compiler warning in radv_CmdPushDescriptorSetKHR()Samuel Pitoiset2019-06-171-1/+1
* radv: Skip transitions coming from external queue.Bas Nieuwenhuizen2019-06-131-0/+3
* radv: assert on inline uniform blocks in radv_CmdPushDescriptorSetKHR()Samuel Iglesias Gonsálvez2019-06-111-0/+8
* radv: Prevent out of bound shift on 32-bit builds.Bas Nieuwenhuizen2019-06-101-2/+2
* radv: handle sample locations during automatic layout transitionsSamuel Pitoiset2019-06-071-18/+159
* radv: handle sample locations during explicit depth/stencil transitionsSamuel Pitoiset2019-06-071-7/+28
* radv: allow the depth decompress pass to emit dynamic sample locationsSamuel Pitoiset2019-06-071-1/+2
* radv: set the subpass before any initial subpass transitionsSamuel Pitoiset2019-06-061-2/+3
* amd/common: use generated register headerNicolai Hähnle2019-06-031-1/+0
* radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset2019-05-301-0/+223
* radv: sync before resetting a pool if there is active pending queriesSamuel Pitoiset2019-05-291-0/+6
* radv: allocate more space in the CS when emitting eventsSamuel Pitoiset2019-05-281-1/+1
* radv: add radv_clear_htile() helperSamuel Pitoiset2019-05-271-6/+1
* radv: clean up the sample locations codebaseSamuel Pitoiset2019-05-221-1/+1
* radv: decompress FMASK before performing a MSAA decompress using FMASKSamuel Pitoiset2019-05-201-2/+13
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-17/+17
* radv: bump reported version to 1.1.107Samuel Pitoiset2019-05-131-49/+0
* radv: clear vertex bindings while resetting command bufferJózef Kucia2019-05-111-1/+2
* radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output bufferSamuel Pitoiset2019-05-021-0/+1
* radv: implement a workaround for VK_EXT_conditional_renderingSamuel Pitoiset2019-05-021-3/+44
* radv: Add multiple planes to images.Bas Nieuwenhuizen2019-04-251-5/+6
* radv: do not always initialize HTILE in compressed stateSamuel Pitoiset2019-03-291-2/+8
* radv: skip updating depth/color metadata for conditional renderingSamuel Pitoiset2019-03-281-3/+3
* radv: fix binding transform feedback buffersSamuel Pitoiset2019-03-201-1/+1
* radv: always initialize HTILE when the src layout is UNDEFINEDSamuel Pitoiset2019-03-141-2/+1
* radv: use typed buffer loads for vertex input fetchesSamuel Pitoiset2019-03-131-7/+14
* Revert "radv: execute external subpass barriers after ending subpasses"Samuel Pitoiset2019-03-081-2/+2
* radv: properly align the fence and EOP bug VA on GFX9Samuel Pitoiset2019-03-051-2/+5
* radv: allocate enough space in cmdbuf when starting a subpassSamuel Pitoiset2019-03-051-1/+1
* radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8Samuel Pitoiset2019-02-121-3/+2
* radv: add support for push constants inlining when possibleSamuel Pitoiset2019-02-121-21/+58
* radv: don't flush src stages when dstStageMask == BOTTOM_OF_PIPESamuel Pitoiset2019-02-041-1/+15
* radv: execute external subpass barriers after ending subpassesSamuel Pitoiset2019-02-041-2/+2
* radv: handle final layouts at end of every subpass and render passSamuel Pitoiset2019-02-041-22/+38
* radv: use the new attachments array when starting subpassesSamuel Pitoiset2019-02-041-12/+5
* radv: store the list of attachments for every subpassSamuel Pitoiset2019-02-041-8/+8
* radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()Samuel Pitoiset2019-02-041-23/+21