radv/xfb: fix counter buffer bounds checks.
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
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()
2018-06-01 Alex Smithradv: Consolidate GFX9 merged shader lookup logic
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-30 Samuel Pitoisetradv: fix emitting descriptor pointers with LLVM < 7
2018-05-29 Samuel Pitoisetradv: emit shader descriptor pointers consecutively
2018-05-28 Bas Nieuwenhuizenradv: Implement VK_KHR_draw_indirect_count.
2018-05-28 Bas Nieuwenhuizenradv: Implement alternate GFX9 scissor workaround.
2018-05-22 Samuel Pitoisetradv: add support for 32-bit pointers in user data...
2018-05-22 Samuel Pitoisetradv: allocate the upload BO in the 32-bit addr space
2018-05-17 Samuel Pitoisetradv: add radv_emit_shader_pointer() helper
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-05-02 Samuel Pitoisetradv: only disable out-of-order rast for perfect occlus...
2018-04-20 Samuel Pitoisetradv: use a global BO list only for VK_EXT_descriptor_i...
2018-04-20 Samuel PitoisetRevert "radv: Don't store buffer references in the...
2018-04-19 Bas Nieuwenhuizenradv: Add bound checking workaround for dynamic buffers.
2018-04-18 Bas Nieuwenhuizenradv: Don't store buffer references in the descriptor...
2018-04-16 Samuel Pitoisetradv: handle CMASK/FMASK transitions only if DCC is...
2018-04-16 Samuel Pitoisetradv: merge radv_handle_{dcc,cmask}_image_transition...
2018-04-16 Samuel Pitoisetradv: add radv_init_color_image_metadata() helper
2018-04-16 Samuel Pitoisetradv: make radv_initialise_cmask() static
2018-04-16 Samuel Pitoisetradv: clean up radv_handle_image_transition() a bit
2018-04-16 Samuel Pitoisetradv: add radv_handle_color_image_transition() helper
2018-04-16 Samuel Pitoisetradv: handle DCC image transitions before CMASK/FMASK...
next