radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2019-02-04 Samuel Pitoisetradv: move subpass image transitions to radv_cmd_buffer...
2019-02-04 Samuel Pitoisetradv: add radv_cmd_buffer_begin_subpass() helper
2019-02-04 Samuel Pitoisetradv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
2019-02-04 Samuel Pitoisetradv: bail out when no image transitions will be performed
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-28 Samuel Pitoisetradv: remove radv_userdata_info::indirect field
2019-01-23 Samuel Pitoisetradv: always pass the GFX9 fence data to si_cs_emit_cac...
2019-01-23 Samuel Pitoisetradv: compute the GFX9 fence VA at allocation time
2019-01-23 Samuel Pitoisetradv: only allocate the GFX9 fence and EOP BOs for...
2019-01-23 Samuel Pitoisetradv: remove old_fence parameter from si_cs_emit_write_...
2019-01-22 Marek Olšákradeonsi: correct WRITE_DATA.DST_SEL definitions
2019-01-21 Rhys Perryradv: prevent dirtying of dynamic state when it does...
2019-01-21 Rhys Perryradv: avoid context rolls when binding graphics pipelines
2019-01-21 Rhys Perryradv: add missed situations for scissor bug workaround
2019-01-21 Rhys Perryradv: pass radv_draw_info to radv_emit_draw_registers()
2019-01-09 Samuel Pitoisetradv: skip draws with instance_count == 0
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2019-01-07 Bas Nieuwenhuizenradv: Remove unused variable.
2018-12-31 Bas Nieuwenhuizenradv: Do a cache flush if needed before reading predicates.
2018-12-20 Samuel Pitoisetradv: add support for FMASK expand
2018-12-20 Samuel Pitoisetradv: initialize FMASK for images in fully expanded...
2018-12-20 Samuel Pitoisetradv: fix subpass image transitions with multiviews
2018-12-13 Dave Airlieradv/xfb: fix counter buffer bounds checks.
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Samuel Pitoisetradv: rework the TC-compat HTILE hardware bug with...
2018-11-29 Nicolai Hähnleradv: remove dependency on addrlib gfx9_enum.h
2018-11-29 Samuel Pitoisetradv: remove unused pending_clears param in the transit...
2018-11-21 Samuel Pitoisetradv: only sync CP DMA for transfer operations or botto...
2018-11-19 Samuel Pitoisetradv: tidy up radv_set_dcc_need_cmask_elim_pred()
2018-11-13 Samuel Pitoisetradv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9
2018-11-13 Samuel Pitoisetradv: binding streamout buffers doesn't change context...
2018-11-08 Samuel Pitoisetradv: fix GPU hangs when loading depth/stencil clear...
2018-11-08 Samuel Pitoisetradv: use LOAD_CONTEXT_REG when loading fast clear...
2018-11-05 Samuel Pitoisetradv: replace si_emit_wait_fence() with radv_cp_wait_mem()
2018-11-02 Dave Airlieradv: fix begin/end transform feedback with 0 counter...
2018-11-02 Dave Airlieradv: apply xfb buffer offset at buffer binding time...
2018-10-31 Samuel Pitoisetradv: rename some parameters in Cmd{Begin,End}Transform...
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-25 Bas Nieuwenhuizenradv: Emit enqueued pipeline barriers on event write.
2018-10-07 Marek Olšákac: correct PKT3_COPY_DATA definitions
2018-09-17 Samuel PitoisetRevert "radv: Optimize rebinding the same descriptor...
2018-09-16 Bas Nieuwenhuizenradv: Optimize rebinding the same descriptor set.
2018-09-14 Samuel Pitoisetradv: emit the initial config only once in the preambles
2018-09-14 Samuel Pitoisetradv: fix flushing indirect descriptors
2018-09-14 Samuel Pitoisetradv: fix GPU hangs with 32-bit indirect descriptors
2018-09-14 Samuel Pitoisetradv: fix VK_EXT_conditional_rendering visibility
2018-09-13 Samuel Pitoisetradv: fix function names for VK_EXT_conditional_rendering
2018-08-23 Samuel Pitoisetradv/gfx9: implement coherent shaders for VK_ACCESS_SHA...
2018-08-16 Samuel Pitoisetradv: initialize the DCC predicate correctly when it...
2018-08-16 Samuel Pitoisetradv: fix missing initialization of the conditional...
2018-07-27 Dave Airlieradv: fix cdw check vs tracing emit
2018-07-27 Samuel Pitoisetradv: allocate enough space in radv_cmd_buffer_after_draw()
2018-07-27 Samuel Pitoisetradv: check CS space in radv_emit_write_data_packet()
2018-07-27 Samuel Pitoisetradv: reduce CB/DB meta flushes in radv_dst_access_flush()
2018-07-20 Samuel Pitoisetradv: simplify a condition in radv_src_access_flush()
2018-07-20 Samuel Pitoisetradv: make use of radv_subpass_barrier() when resolving...
2018-07-19 Bas Nieuwenhuizenradv: Always set disable zpass increment bit when possible.
2018-07-19 Bas Nieuwenhuizenradv: Disable disabled color buffers in rbplus opts.
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-07-18 Samuel Pitoisetradv: set the predicate for indirect/indexed draw commands
2018-07-18 Samuel Pitoisetradv: set the predicate for dispatch commands
2018-07-18 Samuel Pitoisetradv: optimize radv_stage_flush() for pre fragment...
2018-07-17 Samuel Pitoisetradv: reduce number of CB/DB meta flushes for VK_ACCESS...
2018-07-12 Samuel Pitoisetradv: simplify the logic in radv_set_descriptor_set()
2018-07-12 Samuel Pitoisetradv: remove one useless check in radv_bind_descriptor_...
2018-07-12 Samuel Pitoisetradv: remove unnecessary verification code around ring_...
2018-07-12 Samuel Pitoisetradv: get rid of buffer object priorities
2018-07-12 Samuel Pitoisetradv: emit a dummy ZPASS_DONE to prevent GPU hangs...
2018-07-12 Samuel Pitoisetradv: add support for VK_KHR_create_renderpass2
2018-07-12 Samuel Pitoisetradv: introduce radv_subpass_attachment data structure
2018-07-11 Samuel Pitoisetradv: make sure to wait for CP DMA when needed
2018-07-09 Samuel Pitoisetradv: add the trace BO to the list when starting a...
2018-07-09 Samuel Pitoisetradv: reduce CPU overhead in radv_flush_descriptors()
2018-07-06 Samuel Pitoisetradv: fix emitting the view index on GFX9
2018-07-05 Samuel Pitoisetradv: only flush CB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: only flush DB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: fix "error: initializer element is not constant...
2018-07-05 Samuel Pitoisetradv: optimize vkCmd{Set,Reset}Event() a little bit
2018-07-05 Samuel Pitoisetradv: optimize radv_CmdWaitEvents()
2018-06-27 Samuel Pitoisetradv: use separate bind points for the dynamic buffers
2018-06-27 Samuel Pitoisetradv: remove unused 'predicated' parameter from some...
2018-06-26 Samuel Pitoisetradv: ignore pInheritanceInfo for primary command buffers
2018-06-25 Samuel Pitoisetradv: fix HTILE metadata initialization in presence...
2018-06-21 Samuel Pitoisetradv: use EOP_DATA_SEL_* instead of magic numbers
2018-06-20 Samuel Pitoisetradv: always initialize the clear depth/stencil values...
2018-06-20 Samuel Pitoisetradv: always initialize the clear color values to 0
2018-06-20 Samuel Pitoisetradv: always initialize the DCC predicate to FALSE
2018-06-19 Bas Nieuwenhuizenradv: Don't check for pipeline being set in draw.
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-18 Bas Nieuwenhuizenradv: Use less conservative approximation for context...
2018-06-15 Samuel PitoisetRevert "radv: always set/load both depth and stencil...
2018-06-15 Samuel Pitoisetradv: update ZRANGE_PRECISION in radv_update_bound_fast...
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_depth_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: always set/load both depth and stencil clear...
2018-06-15 Samuel Pitoisetradv: update the fast ds clear values only if the image...
2018-06-15 Samuel Pitoisetradv: clean up radv_{set,load}_color_clear_regs() helpers
2018-06-15 Samuel Pitoisetradv: update the fast color clear values only if the...
2018-06-14 Samuel Pitoisetradv: update the ZRANGE_PRECISION value for the TC...
2018-06-01 Alex Smithradv: Handle GFX9 merged shaders in radv_flush_constants()
next