radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
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...
2018-04-10 Bas Nieuwenhuizenradv: Enable RB+ where possible.
2018-04-10 Samuel Pitoisetradv: add shader BOs to the list at pipeline bind time
2018-04-09 Bas Nieuwenhuizenradv: Always reset draw user SGPRs after secondary...
2018-04-09 Bas Nieuwenhuizenradv: Don't set instance count using predication.
2018-04-09 Samuel Pitoisetradv: fix prefetching of vertex shader and VBOs on SI
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-04-09 Samuel Pitoisetradv: add radv_clear_{cmask,dcc} helpers
2018-04-06 Samuel Pitoisetradv: don't pass the pipeline to radv_flush_constants()
2018-04-06 Samuel Pitoisetradv: rename radv_cmd_buffer_update_vertex_descriptors()
2018-04-06 Samuel Pitoisetradv: do not try to skip draw calls when VBOs upload...
2018-04-06 Samuel Pitoisetradv: fix prefetching compute shaders on CIK and older...
2018-04-06 Samuel Pitoisetradv: only enable PERFECT_ZPASS_COUNTS for precision...
2018-04-05 Samuel Pitoisetradv: implement a fast prefetch path for the vertex...
2018-04-05 Samuel Pitoisetradv: rename radv_emit_prefetch() to radv_emit_prefetch...
2018-04-05 Samuel Pitoisetradv: use a mask for VBOs and shaders prefetching
2018-04-04 Samuel Pitoisetradv: implement out-of-order rasterization when it...
2018-04-04 Samuel Pitoisetradv: mask out high VM address bits in registers where...
2018-03-30 Samuel Pitoisetradv: set SAMPLE_RATE to the number of samples of the...
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-07 Bas Nieuwenhuizenradv: Add trivial device group implementation.
2018-03-07 Bas Nieuwenhuizenradv: Implement vkCmdDispatchBase.
2018-03-07 Bas Nieuwenhuizenradv: Update MAX_API_VERSION to 1.1.0
2018-03-02 Samuel Pitoisetradv: do not set pending_reset_query in BeginCommandBuf...
2018-03-01 Samuel Pitoisetradv: make sure to emit cache flushes before starting...
2018-02-24 James Leggradv: Really use correct HTILE expanded words.
2018-02-01 Samuel Pitoisetradv: use separate bindings for graphics and compute...
2018-01-31 Matthew Nichollsradv: remove predication on cache flushes
2018-01-30 Bas Nieuwenhuizenradv: Add PM4 pregeneration for compute pipelines.
2018-01-30 Bas Nieuwenhuizenradv: Record a PM4 sequence for graphics pipeline switches.
2018-01-30 Bas Nieuwenhuizenradv: Determine unneeded dynamic states.
2018-01-26 Samuel Pitoisetradv: fix RADV_DEBUG=syncshaders on GFX9
2018-01-26 Samuel Pitoisetradv: fix a GPU hang with RADV_DEBUG=syncshaders
2018-01-24 Dave Airlieradv: move spi_baryc_cntl to pipeline
2018-01-19 Bas Nieuwenhuizenradv: Always re-emit the sample position offset user...
2018-01-19 Bas Nieuwenhuizenradv: emit pa_sc_mode_cntl_0 with multisample state.
2018-01-18 Bas Nieuwenhuizenradv: Initialize DCC on transition from preinitialized.
2018-01-12 Dave Airlieradv: don't emit unneeded vertex state.
2018-01-10 Bas Nieuwenhuizenradv: Remove some typos.
2018-01-10 Bas Nieuwenhuizenradv: Implement VK_EXT_discard_rectangles.
2018-01-10 Bas Nieuwenhuizenradv: Add mapping between dynamic state mask and extern...
2018-01-08 Samuel Pitoisetradv: avoid PS partial flushes when viewports/scissors...
2018-01-08 Samuel Pitoisetradv: add has_scissor_bug for Vega10 and Raven
2018-01-05 Samuel Pitoisetradv: limit the scissor bug workaround to Vega 10 and...
2018-01-04 Bas Nieuwenhuizenradv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ...
2018-01-03 Bas Nieuwenhuizenradv: Use correct HTILE expanded words.
2017-12-31 Bas Nieuwenhuizenradv: Implement binning on GFX9.
next