Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2020-09-01 Marek Olšákamd/registers: switch to new generated register definitions
2020-09-01 Samuel Pitoisetradv: improve reporting faulty pipelines when a GPU...
2020-08-28 Samuel Pitoisetradv: set BIG_PAGE to improve performance on GFX10.3
2020-08-28 Samuel Pitoisetradv: emit {CB,DB}_RMI_L2_CACHE_CONTROL at framebuffer...
2020-07-26 Bas Nieuwenhuizenradv: Fix uninitialized variable in renderpass.
2020-07-21 Samuel Pitoisetradv: disable CPU caching for the upload BO to reduce...
2020-07-21 Samuel Pitoisetradv: do not perform read-modify-write with the upload BO
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkAllocateCommandBuffe...
2020-07-13 Samuel Pitoisetradv: add support for dynamic vertex input binding...
2020-07-13 Samuel Pitoisetradv: add support for dynamic depth/stencil states
2020-07-13 Samuel Pitoisetradv: add support for dynamic and scissor count
2020-07-13 Samuel Pitoisetradv: add support for dynamic primitive topology
2020-07-13 Samuel Pitoisetradv: add support for dynamic cull mode and front face
2020-07-13 Samuel Pitoisetradv: rework dynamic viewports/scissors support
2020-07-09 Samuel Pitoisetradv: store the primitive topology hardware value in...
2020-07-09 Samuel Pitoisetradv: implement missing VK_ACCESS_MEMORY_{READ,WRITE...
2020-07-06 Bas Nieuwenhuizenradv: Always enable PERFECT_ZPASS_COUNTS.
2020-07-06 Samuel Pitoisetradv: disable FMASK compression when drawing with GENER...
2020-07-02 Samuel Pitoisetradv: fix wide points and lines
2020-06-25 Daniel Schürmannradv: change use_aco -> use_llvm
2020-06-24 Bas Nieuwenhuizenradv/winsys: Distinguish device/host memory errors.
2020-06-24 Rhys Perryradv/aco,aco: allow SMEM SSBO loads on GFX6/7
2020-06-05 Bas Nieuwenhuizenradv: Use offsets in surface struct.
2020-05-25 Bas Nieuwenhuizenradv: Remove dead code.
2020-05-23 Marek Olšákac: update register and packet definitions for preemption
2020-05-13 Samuel Pitoisetradv: use the base object struct types
2020-05-13 Samuel Pitoisetradv: use the common base object type for VkDevice
2020-05-05 Joshua Ashtonradv: Remove RANGE_SIZE usage
2020-04-29 Samuel Pitoisetradv: handle NULL vertex bindings
2020-04-23 Samuel Pitoisetradv: simplify checking for Navi1x chips
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-04-14 Samuel Pitoisetradv: use RMW packets for updating the maximum sample...
2020-04-08 Bas Nieuwenhuizenradv: Use correct buffer count with variable descriptor...
2020-04-08 Bas Nieuwenhuizenradv: Consider maximum sample distances for entire...
2020-04-08 Samuel Pitoisetradv: remove radv_layout_has_htile() helper
2020-04-08 Samuel Pitoisetradv: rename decompress/resummarize depth/stencil functions
2020-03-20 Samuel Pitoisetradv: fix optional pSizes parameter when binding stream...
2020-03-12 Samuel Pitoisetradv/sqtt: describe layout transitions with user markers
2020-03-12 Samuel Pitoisetradv/sqtt: describe begin/end subpass barriers with...
2020-03-11 Samuel Pitoisetradv: do not recursively begin/end render pass for...
2020-03-10 Samuel Pitoisetradv/sqtt: describe pipeline and wait events barriers
2020-03-10 Samuel Pitoisetradv/sqtt: describe draw/dispatch and emit event markers
2020-03-10 Samuel Pitoisetradv/sqtt: describe begin/end command buffers with...
2020-02-28 Samuel Pitoisetradv: emit thread trace markers after every draw/dispat...
2020-02-24 Samuel Pitoisetradv: add the trace BO to the BO list at submit time
2020-02-13 Samuel Pitoisetradv: implement VK_EXT_line_rasterization
2020-02-11 Bas Nieuwenhuizenradv: Do not redundantly set the RB+ regs on pipeline...
2020-02-11 Bas Nieuwenhuizenradv: Optimize emitting index buffer changes.
2020-02-04 Bas Nieuwenhuizenradv: Do not set SX DISABLE bits for RB+ with unused...
2020-01-29 Samuel Pitoisetradv/gfx10: implement NGG GS queries
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...
next