aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: add radv_cmd_buffer_begin_subpass() helperSamuel Pitoiset2019-02-041-12/+32
* radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()Samuel Pitoiset2019-02-041-1/+1
* radv: bail out when no image transitions will be performedSamuel Pitoiset2019-02-041-0/+3
* radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen2019-01-291-1/+2
* radv: remove radv_userdata_info::indirect fieldSamuel Pitoiset2019-01-281-2/+0
* radv: always pass the GFX9 fence data to si_cs_emit_cache_flush()Samuel Pitoiset2019-01-231-9/+2
* radv: compute the GFX9 fence VA at allocation timeSamuel Pitoiset2019-01-231-6/+6
* radv: only allocate the GFX9 fence and EOP BOs for the gfx queueSamuel Pitoiset2019-01-231-1/+2
* radv: remove old_fence parameter from si_cs_emit_write_event_eop()Samuel Pitoiset2019-01-231-1/+1
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-221-8/+8
* radv: prevent dirtying of dynamic state when it does not changeRhys Perry2019-01-211-16/+75
* radv: avoid context rolls when binding graphics pipelinesRhys Perry2019-01-211-6/+24
* radv: add missed situations for scissor bug workaroundRhys Perry2019-01-211-24/+41
* radv: pass radv_draw_info to radv_emit_draw_registers()Rhys Perry2019-01-211-60/+58
* radv: skip draws with instance_count == 0Samuel Pitoiset2019-01-091-0/+13
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-091-2/+2
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-071-1/+0
* radv: Do a cache flush if needed before reading predicates.Bas Nieuwenhuizen2018-12-311-0/+2
* radv: add support for FMASK expandSamuel Pitoiset2018-12-201-0/+7
* radv: initialize FMASK for images in fully expanded modeSamuel Pitoiset2018-12-201-0/+25
* radv: fix subpass image transitions with multiviewsSamuel Pitoiset2018-12-201-0/+11
* radv/xfb: fix counter buffer bounds checks.Dave Airlie2018-12-131-2/+2
* radv: add a predicate for reflecting DCC decompression stateSamuel Pitoiset2018-12-131-0/+28
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-061-10/+5
* radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset2018-12-051-27/+64
* radv: remove dependency on addrlib gfx9_enum.hNicolai Hähnle2018-11-291-4/+2
* radv: remove unused pending_clears param in the transition pathSamuel Pitoiset2018-11-291-11/+6
* radv: only sync CP DMA for transfer operations or bottom pipeSamuel Pitoiset2018-11-211-2/+6
* radv: tidy up radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset2018-11-191-6/+5
* radv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9Samuel Pitoiset2018-11-131-0/+21
* radv: binding streamout buffers doesn't change context regsSamuel Pitoiset2018-11-131-2/+7
* radv: fix GPU hangs when loading depth/stencil clear values on SI/CIKSamuel Pitoiset2018-11-081-5/+19
* radv: use LOAD_CONTEXT_REG when loading fast clear valuesSamuel Pitoiset2018-11-081-19/+26
* radv: replace si_emit_wait_fence() with radv_cp_wait_mem()Samuel Pitoiset2018-11-051-1/+1
* radv: fix begin/end transform feedback with 0 counter buffers.Dave Airlie2018-11-021-12/+16
* radv: apply xfb buffer offset at buffer binding time not later. (v2)Dave Airlie2018-11-021-2/+4
* radv: rename some parameters in Cmd{Begin,End}TransformFeedbackEXT()Samuel Pitoiset2018-10-311-8/+8
* radv: implement VK_EXT_transform_feedbackSamuel Pitoiset2018-10-291-5/+380
* radv: Emit enqueued pipeline barriers on event write.Bas Nieuwenhuizen2018-10-251-0/+2
* ac: correct PKT3_COPY_DATA definitionsMarek Olšák2018-10-061-3/+3
* Revert "radv: Optimize rebinding the same descriptor set."Samuel Pitoiset2018-09-171-7/+1
* radv: Optimize rebinding the same descriptor set.Bas Nieuwenhuizen2018-09-161-1/+7
* radv: emit the initial config only once in the preamblesSamuel Pitoiset2018-09-141-29/+0
* radv: fix flushing indirect descriptorsSamuel Pitoiset2018-09-141-3/+9
* radv: fix GPU hangs with 32-bit indirect descriptorsSamuel Pitoiset2018-09-141-3/+5
* radv: fix VK_EXT_conditional_rendering visibilitySamuel Pitoiset2018-09-141-4/+12