mesa/src/nouveau/vulkan
Faith Ekstrand f39520e02c nvk: Dirty cbufs in CmdPushDescriptorSetWithTemplate2KHR
Fixes: 091a945b57 ("nvk: Be much more conservative about rebinding cbufs")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29737>
2024-06-15 06:14:28 +00:00
..
meson.build
nvk_buffer.c
nvk_buffer.h
nvk_buffer_view.c
nvk_buffer_view.h
nvk_cmd_buffer.c nvk: Dirty cbufs in CmdPushDescriptorSetWithTemplate2KHR 2024-06-15 06:14:28 +00:00
nvk_cmd_buffer.h nvk: Use inline constant buffer updates for CB0 2024-06-13 20:43:46 +00:00
nvk_cmd_clear.c
nvk_cmd_copy.c
nvk_cmd_dispatch.c nvk: Pass the queue to draw/dispatch_state_init() 2024-06-13 20:43:46 +00:00
nvk_cmd_draw.c nvk: Only write draw parameters to cb0 when they change 2024-06-13 20:43:46 +00:00
nvk_cmd_meta.c nvk: Use helper macros for accessing root descriptors 2024-06-13 20:43:46 +00:00
nvk_cmd_pool.c
nvk_cmd_pool.h
nvk_codegen.c
nvk_descriptor_set.c nvk: Use bindless cbufs on Turing+ 2024-06-13 20:43:46 +00:00
nvk_descriptor_set.h nvk: Use bindless cbufs on Turing+ 2024-06-13 20:43:46 +00:00
nvk_descriptor_set_layout.c nvk: Use bindless cbufs on Turing+ 2024-06-13 20:43:46 +00:00
nvk_descriptor_set_layout.h nvk/descriptor_set_layout: Record which dynamic buffers are UBOs 2024-06-13 20:43:46 +00:00
nvk_descriptor_table.c
nvk_descriptor_table.h
nvk_device.c
nvk_device.h
nvk_device_memory.c
nvk_device_memory.h
nvk_event.c
nvk_event.h
nvk_format.c
nvk_format.h
nvk_heap.c
nvk_heap.h
nvk_image.c
nvk_image.h
nvk_image_view.c
nvk_image_view.h
nvk_instance.c driconf: drop param for setting default gpu vendor id in DRI_CONF_FORCE_VK_VENDOR() 2024-06-10 10:11:56 +00:00
nvk_instance.h
nvk_mme.c nvk: Use inline constant buffer updates for CB0 2024-06-13 20:43:46 +00:00
nvk_mme.h nvk: Only write draw parameters to cb0 when they change 2024-06-13 20:43:46 +00:00
nvk_nir_lower_descriptors.c nvk: Refactor build_cbuf_map() 2024-06-13 20:43:46 +00:00
nvk_physical_device.c nvk: Make nvk_min_cbuf_alignment() inline 2024-06-13 20:43:46 +00:00
nvk_physical_device.h nvk: Make nvk_min_cbuf_alignment() inline 2024-06-13 20:43:46 +00:00
nvk_private.h
nvk_query_pool.c nvk: Use helper macros for accessing root descriptors 2024-06-13 20:43:46 +00:00
nvk_query_pool.h
nvk_queue.c nvk: Use inline constant buffer updates for CB0 2024-06-13 20:43:46 +00:00
nvk_queue.h nvk: Use inline constant buffer updates for CB0 2024-06-13 20:43:46 +00:00
nvk_queue_drm_nouveau.c
nvk_sampler.c
nvk_sampler.h
nvk_shader.c nvk: Use bindless cbufs on Turing+ 2024-06-13 20:43:46 +00:00
nvk_shader.h nvk: Split SSBO and UBO address formats 2024-06-13 20:43:46 +00:00
nvk_upload_queue.c
nvk_upload_queue.h
nvk_wsi.c nvk: Only enable WSI modifiers if the extension is supported. 2024-06-06 02:15:36 +00:00
nvk_wsi.h
test_nvk_mme.c