amd/common: use generated register header
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-05-30 Samuel Pitoisetradv: implement VK_EXT_sample_locations and disable it
2019-05-29 Samuel Pitoisetradv: sync before resetting a pool if there is active...
2019-05-28 Samuel Pitoisetradv: allocate more space in the CS when emitting events
2019-05-27 Samuel Pitoisetradv: add radv_clear_htile() helper
2019-05-22 Samuel Pitoisetradv: clean up the sample locations codebase
2019-05-20 Samuel Pitoisetradv: decompress FMASK before performing a MSAA decompr...
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-13 Samuel Pitoisetradv: bump reported version to 1.1.107
2019-05-11 Józef Kuciaradv: clear vertex bindings while resetting command...
2019-05-02 Samuel Pitoisetradv: set WD_SWITCH_ON_EOP=1 when drawing primitives...
2019-05-02 Samuel Pitoisetradv: implement a workaround for VK_EXT_conditional_ren...
2019-04-25 Bas Nieuwenhuizenradv: Add multiple planes to images.
2019-03-29 Samuel Pitoisetradv: do not always initialize HTILE in compressed...
2019-03-28 Samuel Pitoisetradv: skip updating depth/color metadata for conditiona...
2019-03-20 Samuel Pitoisetradv: fix binding transform feedback buffers
2019-03-14 Samuel Pitoisetradv: always initialize HTILE when the src layout is...
2019-03-13 Samuel Pitoisetradv: use typed buffer loads for vertex input fetches
2019-03-08 Samuel PitoisetRevert "radv: execute external subpass barriers after...
2019-03-05 Samuel Pitoisetradv: properly align the fence and EOP bug VA on GFX9
2019-03-05 Samuel Pitoisetradv: allocate enough space in cmdbuf when starting...
2019-02-12 Samuel Pitoisetradv: fix using LOAD_CONTEXT_REG with old GFX ME firmwa...
2019-02-12 Samuel Pitoisetradv: add support for push constants inlining when...
2019-02-04 Samuel Pitoisetradv: don't flush src stages when dstStageMask == BOTTO...
2019-02-04 Samuel Pitoisetradv: execute external subpass barriers after ending...
2019-02-04 Samuel Pitoisetradv: handle final layouts at end of every subpass...
2019-02-04 Samuel Pitoisetradv: use the new attachments array when starting subpasses
2019-02-04 Samuel Pitoisetradv: store the list of attachments for every subpass
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
next