radv: cache the slab bo pointer in the pipeline.
[platform/upstream/mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2022-05-11 Dave Airlieradv: cache the slab bo pointer in the pipeline.
2022-05-10 Timur Kristófradv: Move radv_nggc_settings enum out of radv_cmd_buffer.
2022-05-10 Marek Olšákamd: rename RING_* enums to AMD_IP_*
2022-05-10 Marek Olšákamd: rename ring_type --> amd_ip_type and match the...
2022-05-10 Marek Olšákamd: enable gfx11 in header generator, fix drivers...
2022-05-06 Mike Blumenkrantzradv: emit fewer framebuffer registers
2022-05-05 Samuel Pitoisetradv: disable instance packing to fix pipeline query...
2022-05-04 Konstantin Seurerradv: Use RADV_RT_STAGE_BITS more often
2022-05-04 Konstantin Seurerradv: Move RADV_RT_STAGE_BITS to radv_private.h
2022-05-04 Samuel Pitoisetradv: re-emit dynamic line stipple state if the primiti...
2022-04-27 Samuel Pitoisetradv: fix handling divisor == 0 with dynamic vertex...
2022-04-25 Samuel Pitoisetradv: remove redundant VK_PIPELINE_STAGE_2_TRANSFER_BIT...
2022-04-25 Samuel Pitoisetradv: clarify why STAGE_2_CLEAR_BIT needs to wait for...
2022-04-15 Samuel Pitoisetradv: add support for independent descriptor set layouts
2022-04-13 Konstantin Seurerradv: Fix barriers with cp dma
2022-04-12 Rhys Perryradv: allow holes in inline push constants
2022-04-08 Dave Airlieradv: use flush vgt streamout like PAL does.
2022-04-01 Samuel Pitoisetradv: use the common vk_framebuffer
2022-04-01 Samuel Pitoisetradv: remove now unused radv_cmd_buffer_{begin,end...
2022-04-01 Samuel Pitoisetradv: rework the workaround that disables DCC for incom...
2022-03-31 Samuel Pitoisetradv: suspend/resume queries during internal driver...
2022-03-31 Samuel Pitoisetradv: drop EXT or KHR suffixes for stuff promoted in...
2022-03-28 Timur Kristófradv: Use correct buffer offset for conditional rendering.
2022-03-28 Samuel Pitoisetradv: implement VK_EXT_depth_clip_control
2022-03-28 Mike Blumenkrantzradv: fix CmdSetColorWriteEnableEXT(attachmentCount...
2022-03-28 Georg Lehmannradv: Add more RT pipeline stubs.
2022-03-14 Rhys Perryradv,aco,ac/llvm: fix indirect dispatches on the comput...
2022-03-14 Samuel Pitoisetradv: stop zeroing radv_sample_locations_state in barriers
2022-03-14 Samuel Pitoisetradv: move waiting for events to CmdWaitEvents2KHR()
2022-03-14 Samuel Pitoisetradv: remove unnecessary check in FreeCommandBuffers()
2022-03-14 Samuel Pitoisetradv: remove unnecessary NULL check in TrimCommandPool()
2022-03-14 Samuel Pitoisetradv: remove useless check in radv_cmd_buffer_upload_data()
2022-03-14 Samuel Pitoisetradv: stop waiting for DMA to be idle for all transfer...
2022-03-14 Samuel Pitoisetradv: fix indirect dispatches on the compute queue...
2022-03-14 Samuel Pitoisetradv: rework the CS regalloc hang workaround
2022-03-14 Samuel Pitoisetradv: fix the CS regalloc hang workaround on GFX6 and...
2022-03-11 Dave Airlieradv: abstract queue family away from queue family...
2022-02-25 Timur Kristófradv: Refactor mesh shader draws and add num_workgroups.
2022-02-16 Timur Kristófradv: Don't disturb dynamic primitive topology with...
2022-02-16 Timur Kristófradv: Disable IB2 on compute queues.
2022-02-16 Samuel Pitoisetradv: rename RADV_FORCE_VRS_NONE to RADV_FORCE_VRS_1x1...
2022-02-16 Samuel Pitoisetradv: only re-emit the per-vertex VRS rates if necessary
2022-02-16 Samuel Pitoisetradv: rework RADV_FORCE_VRS to make it more dynamic
2022-02-11 Jason Ekstrandvulkan: Take a vk_command_pool in vk_command_buffer_init()
2022-02-11 Jason Ekstrandradv: Use vk_command_pool
2022-02-11 Louis-Francis Ratt... vulkan/runtime: Add a level field to vk_command_buffer
2022-02-09 Samuel Pitoisetradv: allow RADV_FORCE_VRS with pipeline VRS declared...
2022-02-07 Samuel PitoisetRevert "radv: re-apply "Do not access set layout during...
2022-02-07 Samuel Pitoisetradv: add reference counting for descriptor set layouts
2022-02-03 Samuel Pitoisetradv: stop setting streamout state when a new pipeline...
2022-01-24 Samuel Pitoisetradv: stop checking if pipelines are NULL during draws...
2022-01-24 Samuel Pitoisetradv: fix copying VRS rates if the ds attachment uses...
2022-01-24 Samuel Pitoisetradv: fix copying VRS rates to HTILE if the depth/stenc...
2022-01-13 Samuel Pitoisetradv: only clear VRS_HTILE_ENCODING on GFX10.3+
2022-01-12 Samuel Pitoisetradv: fix computing the fb size in presence of dynamic...
2022-01-12 Samuel Pitoisetradv: reset VRS if the current subpass doesn't have...
2022-01-12 Samuel Pitoisetradv: stop checking if dynamic states changed
2022-01-04 Timur Kristófradv: Support VRS for mesh shaders.
2022-01-04 Samuel Pitoisetradv: save the vertex prolog to the trace BO for debugging
2021-12-31 Timur Kristófradv: Implement NV_mesh_shader draw calls.
2021-12-31 Timur Kristófradv: Add support for mesh shading pipelines in the...
2021-12-28 Samuel Pitoisetradv: fix clears with value of "1" and different DCC...
2021-12-28 Samuel Pitoisetradv: re-apply "Do not access set layout during vkCmdBi...
2021-12-17 Samuel Pitoisetradv: fix dynamic rendering global scissor
2021-12-13 Samuel Pitoisetradv: ignore dynamic inheritance if the render pass...
2021-12-13 Samuel Pitoisetradv: fix dynamic rendering inheritance if the subpass...
2021-12-10 Samuel Pitoisetradv: do not perform depth/stencil resolves for suspend...
2021-12-08 Samuel Pitoisetradv: fix resume/suspend render pass with depth/stencil...
2021-12-07 Samuel Pitoisetradv: fix dynamic rendering with VRS
2021-12-07 Samuel Pitoisetradv: constify radv_vs_input_state() in more places
2021-12-07 Samuel Pitoisetradv: constify radv_vertex_binding in CmdSetVertexInput...
2021-12-07 Samuel Pitoisetradv: move a comment at the right place in CmdBindVerte...
2021-12-05 Bas Nieuwenhuizenradv: Support dynamic rendering inheritance info.
2021-12-05 Bas Nieuwenhuizenradv: Support Begin/EndRendering.
2021-12-02 Samuel Pitoisetradv: upload shader binaries of a pipeline contiguously...
2021-12-02 Bas Nieuwenhuizenradv: Don't emit framebuffer state if there is no rende...
2021-11-30 Samuel Pitoisetradv: fix resetting the entire vertex input dynamic...
2021-11-29 Samuel Pitoisetradv: configure the number of SGPRs/VGPRs directly...
2021-11-26 Samuel Pitoisetradv: switch the remaining stages/access to VK_PIPELINE...
2021-11-26 Samuel Pitoisetradv: add support for new pipeline stages and access...
2021-11-26 Samuel Pitoisetradv: implement vkCmdWaitEvents2KHR()/vkCmdPipelineBarr...
2021-11-26 Samuel Pitoisetradv: implement vkCmdWriteBufferMarker2AMD()
2021-11-26 Samuel Pitoisetradv: implement vkCmd{Reset,Set}Event2KHR()
2021-11-25 Samuel Pitoisetradv: fix OOB access for inline push constants detected...
2021-11-24 Bas Nieuwenhuizenradv: Set RB+ registers correctly without framebuffer.
2021-11-24 Bas Nieuwenhuizenradv: Remove the skipping of framebuffer emission if...
2021-11-23 Samuel Pitoisetradv: fix emitting VBO when vertex input dynamic state...
2021-11-15 Samuel Pitoisetradv: fix a sync issue on GFX9+ by clearing the upload...
2021-11-12 James Parkradv: Match function definitions to declarations
2021-11-09 Samuel Pitoisetradv: only emit PGM_LO for the vertex prolog
2021-11-08 Samuel Pitoisetradv: remove unused parameter in radv_emit_subpass_barr...
2021-11-04 Timur Kristófradv: Use MESA_VULKAN_SHADER_STAGES to make room for...
2021-11-04 Joshua Ashtonradv: Split off cmd_buffer variant of descriptor set...
2021-11-04 Joshua Ashtonradv: Split off cmd_buffer variant of descriptor set...
2021-11-03 Samuel Pitoisetradv: optimize subpass barrier flushes for imageless...
2021-11-01 Bas Nieuwenhuizenradv: Disable coherent L2 optimization on cards with...
2021-11-01 Samuel Pitoisetradv: rename radv_shader_variant to radv_shader
2021-10-22 Samuel Pitoisetradv: re-emit prolog inputs when the nontrivial divisor...
2021-10-21 Vinson Leeradv: Fix memory leak on error path.
2021-10-21 Samuel Pitoisetradv: add an assertion to prevent GPU hangs when VRS...
next