radv/gfx10: add a separate flag for creating a GDS OA buffer
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2020-01-29 Samuel Pitoisetradv/gfx10: add a separate flag for creating a GDS...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_imageless_framebuffer for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_draw_indirect_count for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_create_renderpass2 for Vulkan 1.2
2020-01-07 Bas Nieuwenhuizenradv: Emit a BATCH_BREAK when changing pixel shaders...
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-19 Samuel Pitoisetradv/gfx10: fix the out-of-bounds check for vertex...
2019-12-10 Samuel Pitoisetradv: implement VK_KHR_separate_depth_stencil_layouts
2019-12-10 Samuel Pitoisetradv: do not init HTILE as compressed state when dst...
2019-12-10 Samuel Pitoisetradv: fix possibly wrong PA_SC_AA_CONFIG value for...
2019-12-10 Samuel Pitoisetradv: move emission of two PA_SC_* registers to the...
2019-12-07 Daniel Schürmannradv: only flush scalar cache for SSBO writes with...
2019-11-26 Bas Nieuwenhuizenradv: Allocate cmdbuffer space for buffer marker write.
2019-11-25 Samuel Pitoisetradv: set the image view aspect mask during subpass...
2019-11-20 Bas Nieuwenhuizenradv: Do not change scratch settings while shaders...
2019-11-06 Samuel Pitoisetradv/gfx10: enable wave32 for compute based on shader...
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-24 Samuel Pitoisetradv: compute the number of records correctly for verte...
2019-10-23 Samuel Pitoisetradv: do not emit rbplus if attachments are undefined
2019-10-22 Samuel Pitoisetradv: fix updating bound fast ds clear values with...
2019-10-18 Bas Nieuwenhuizenradv: Fix single stage constant flush with merged shaders.
2019-10-03 Bas Nieuwenhuizenradv: Fix warning in 32-bit build.
2019-10-02 Samuel Pitoisetradv/gfx10: add missing counter buffer to the BO list
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
2019-09-18 Bas Nieuwenhuizenradv: Only break batch on framebuffer change with dfsm.
2019-09-18 Samuel Pitoisetradv: fix writing depth/stencil clear values to image
2019-09-16 Samuel Pitoisetradv/gfx10: make sure to wait for idle before clearing GDS
2019-09-16 Samuel Pitoisetradv/gfx10: make GDS idle when leaving the IB
2019-09-16 Samuel Pitoisetradv/gfx10: compute the correct buffer size for NGG...
2019-09-16 Samuel Pitoisetradv/gfx10: allocate GDS/OA buffer objects for NGG...
2019-09-16 Samuel Pitoisetradv/gfx10: implement NGG streamout begin/end functions
2019-09-16 Samuel Pitoisetradv/gfx10: add an option to switch from legacy to...
2019-09-06 Samuel Pitoisetradv: merge radv_shader_variant_info into radv_shader_info
2019-08-27 Samuel Pitoisetac: add rbplus_allowed to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_tc_compat_zrange_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_gfx9_scissor_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_load_ctx_reg_pkt to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_dcc_constant_encode to ac_gpu_info
2019-08-26 Samuel Pitoisetradv: add mipmap support for the clear depth/stencil...
2019-08-26 Samuel Pitoisetradv: add mipmap support for the TC-compat zrange bug
2019-08-26 Samuel Pitoisetradv: decompress mipmapped depth/stencil images during...
2019-08-26 Samuel Pitoisetradv: fix getting the index type size for uint8_t
2019-08-12 Bas Nieuwenhuizenradv: Do not setup attachments without a framebuffer.
2019-08-07 Bas Nieuwenhuizenradv: Add device argument for dcc compression check.
2019-08-07 Bas Nieuwenhuizenradv: Pass through render loop detection to internal...
2019-08-02 Bas Nieuwenhuizenradv: Implement VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-08-02 Samuel Pitoisetradv: re-apply "Optimize rebinding the same descriptor...
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for NGG -> legac...
2019-07-31 Samuel Pitoisetradv: skip draw calls with 0-sized index buffers
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-29 Samuel Pitoisetradv: implement VK_EXT_index_type_uint8
2019-07-24 Samuel Pitoisetradv/gfx10: update streamout descriptors
2019-07-23 Bas Nieuwenhuizenradv: Set FLUSH_ON_BINNING_TRANSITION.
2019-07-23 Bas Nieuwenhuizenradv: Use pbb_allow for framebuffer BREAK_BATCH.
2019-07-22 Samuel Pitoisetradv/gfx10: do not allocate space for the ZPASS_DONE bug
2019-07-22 Samuel Pitoisetradv: change a bunch of >= GFX9 to == GFX9
2019-07-17 Samuel Pitoisetradv/gfx10: disable the TC compat zrange workaround
2019-07-17 Samuel Pitoisetradv/gfx10: always build the GS copy shader but uses...
2019-07-16 Samuel Pitoisetradv: add radv_emit_streamout_{begin,end} helpers
2019-07-16 Samuel Pitoisetradv: allow to select DST_SEL with RELEASE_MEM
2019-07-12 Samuel Pitoisetradv/gfx10: emit DISABLE_CONSERVATIVE_ZPASS_COUNTS
2019-07-12 Samuel Pitoisetradv/gfx10: invalidate everything in L2 when shaders...
2019-07-12 Samuel Pitoisetradv/gfx10: update OVERWRITE_COMBINER_{MRT_SHARING...
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Do not allocate a gs_copy_shader on gfx10.
2019-07-07 Bas Nieuwenhuizenradv/gfx10: Use new uconfig reg index packet for GFX10+.
2019-07-07 Samuel Pitoisetradv/gfx10: emit GE_CNTL instead of IA_MULTI_VGT_PARAM...
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_flush_vertex_descriptors...
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_CmdBindDescriptorSets()
2019-07-07 Samuel Pitoisetradv/gfx10: update DB_Z_INFO register
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_emit_fb_ds_state()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_emit_fb_color_state()
2019-07-03 Bas Nieuwenhuizenradv: Support VK_EXT_queue_family_foreign.
2019-07-03 Samuel Pitoisetradv: remove unused code in radv_update_tc_compat_zrang...
2019-07-02 Samuel Pitoisetradv: implement clearing DCC layers on GFX8
2019-07-01 Samuel Pitoisetradv: make sure to mark the image as compressed when...
2019-06-28 Samuel Pitoisetradv: add si_emit_ia_multi_vgt_param() helper
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-25 Samuel Pitoisetradv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2
2019-06-25 Samuel Pitoisetradv: clear CMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: clear FMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: always initialize levels without DCC as fully...
2019-06-24 Samuel Pitoisetradv: add support for VK_AMD_buffer_marker
2019-06-21 Samuel Pitoisetradv: pass sample locations for transitions before...
2019-06-21 Samuel Pitoisetradv: emit framebuffer state from primary if secondary...
2019-06-20 Samuel Pitoisetradv: initialize levels without DCC during layout trans...
2019-06-19 Samuel Pitoisetradv: implement compressed FMASK texture reads with...
2019-06-18 Samuel Pitoisetradv: check if DCC is enabled per mip not for the whole...
2019-06-17 Samuel Pitoisetradv: load the fast color clear values from the base...
2019-06-17 Samuel Pitoisetradv: store the DCC predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the FCE predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the fast color clear values for each mip
2019-06-17 Samuel Pitoisetradv: silent a compiler warning in radv_CmdPushDescript...
2019-06-13 Bas Nieuwenhuizenradv: Skip transitions coming from external queue.
2019-06-11 Samuel Iglesias... radv: assert on inline uniform blocks in radv_CmdPushDe...
2019-06-10 Bas Nieuwenhuizenradv: Prevent out of bound shift on 32-bit builds.
2019-06-07 Samuel Pitoisetradv: handle sample locations during automatic layout...
2019-06-07 Samuel Pitoisetradv: handle sample locations during explicit depth...
2019-06-07 Samuel Pitoisetradv: allow the depth decompress pass to emit dynamic...
next