summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: fix function names for VK_EXT_conditional_renderingSamuel Pitoiset2018-09-131-2/+2
* radv/gfx9: implement coherent shaders for VK_ACCESS_SHADER_READ_BITSamuel Pitoiset2018-08-231-1/+20
* radv: initialize the DCC predicate correctly when it's compressedSamuel Pitoiset2018-08-161-1/+4
* radv: fix missing initialization of the conditional rendering stateSamuel Pitoiset2018-08-161-0/+1
* radv: fix cdw check vs tracing emitDave Airlie2018-07-281-2/+2
* radv: allocate enough space in radv_cmd_buffer_after_draw()Samuel Pitoiset2018-07-271-0/+2
* radv: check CS space in radv_emit_write_data_packet()Samuel Pitoiset2018-07-271-14/+12
* radv: reduce CB/DB meta flushes in radv_dst_access_flush()Samuel Pitoiset2018-07-271-8/+23
* radv: simplify a condition in radv_src_access_flush()Samuel Pitoiset2018-07-201-4/+6
* radv: make use of radv_subpass_barrier() when resolving subpassesSamuel Pitoiset2018-07-201-1/+2
* radv: Always set disable zpass increment bit when possible.Bas Nieuwenhuizen2018-07-191-3/+1
* radv: Disable disabled color buffers in rbplus opts.Bas Nieuwenhuizen2018-07-191-1/+8
* radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset2018-07-181-0/+37
* radv: set the predicate for indirect/indexed draw commandsSamuel Pitoiset2018-07-181-3/+4
* radv: set the predicate for dispatch commandsSamuel Pitoiset2018-07-181-3/+4
* radv: optimize radv_stage_flush() for pre fragment shader stagesSamuel Pitoiset2018-07-181-5/+5
* radv: reduce number of CB/DB meta flushes for VK_ACCESS_TRANSFER_WRITE_BITSamuel Pitoiset2018-07-171-6/+14
* radv: simplify the logic in radv_set_descriptor_set()Samuel Pitoiset2018-07-121-4/+2
* radv: remove one useless check in radv_bind_descriptor_set()Samuel Pitoiset2018-07-121-2/+1
* radv: remove unnecessary verification code around ring_offsets_idxSamuel Pitoiset2018-07-121-17/+0
* radv: get rid of buffer object prioritiesSamuel Pitoiset2018-07-121-18/+18
* radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9Samuel Pitoiset2018-07-121-2/+13
* radv: add support for VK_KHR_create_renderpass2Samuel Pitoiset2018-07-121-0/+24
* radv: introduce radv_subpass_attachment data structureSamuel Pitoiset2018-07-121-2/+2
* radv: make sure to wait for CP DMA when neededSamuel Pitoiset2018-07-111-0/+15
* radv: add the trace BO to the list when starting a new cmdbufSamuel Pitoiset2018-07-091-4/+7
* radv: reduce CPU overhead in radv_flush_descriptors()Samuel Pitoiset2018-07-091-9/+2
* radv: fix emitting the view index on GFX9Samuel Pitoiset2018-07-061-1/+2
* radv: only flush CB meta in pipeline image barriers when neededSamuel Pitoiset2018-07-051-2/+4
* radv: only flush DB meta in pipeline image barriers when neededSamuel Pitoiset2018-07-051-7/+15
* radv: fix "error: initializer element is not constant" build errorSamuel Pitoiset2018-07-051-2/+2
* radv: optimize vkCmd{Set,Reset}Event() a little bitSamuel Pitoiset2018-07-051-8/+38
* radv: optimize radv_CmdWaitEvents()Samuel Pitoiset2018-07-051-43/+60
* radv: use separate bind points for the dynamic buffersSamuel Pitoiset2018-06-271-2/+10
* radv: remove unused 'predicated' parameter from some functionsSamuel Pitoiset2018-06-271-2/+1
* radv: ignore pInheritanceInfo for primary command buffersSamuel Pitoiset2018-06-261-1/+2
* radv: fix HTILE metadata initialization in presence of subpass clearsSamuel Pitoiset2018-06-251-8/+1
* radv: use EOP_DATA_SEL_* instead of magic numbersSamuel Pitoiset2018-06-211-1/+1
* radv: always initialize the clear depth/stencil values to 0Samuel Pitoiset2018-06-201-15/+20
* radv: always initialize the clear color values to 0Samuel Pitoiset2018-06-201-2/+20
* radv: always initialize the DCC predicate to FALSESamuel Pitoiset2018-06-201-0/+2
* radv: Don't check for pipeline being set in draw.Bas Nieuwenhuizen2018-06-191-1/+0
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-18/+18