mesa/src/nouveau/vulkan
Daniel Schürmann bdbf873b0f nir: remove redundant passes from nir_opt_if()
These are now covered by nir_opt_loop():
- opt_if_loop_last_continue()
- opt_merge_breaks()
- opt_if_loop_terminator()

Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24940>
2024-01-03 20:48:05 +00:00
..
meson.build nvk: Advertise Vulkan 1.1 on Turing+ 2023-11-28 23:52:27 +00:00
nvk_buffer.c nvk: Rework the way we set up memory heaps/types 2023-12-10 18:31:31 -06:00
nvk_buffer.h nvk: Simplify alignment limit plumbing 2023-12-10 03:06:01 +00:00
nvk_buffer_view.c nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_buffer_view.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_cmd_buffer.c nvk: Upload cbufs based on the cbuf_map 2023-12-15 02:17:58 +00:00
nvk_cmd_buffer.h nvk: Upload cbufs based on the cbuf_map 2023-12-15 02:17:58 +00:00
nvk_cmd_clear.c nvk: Implement VK_EXT_shader_image_atomic_int64 2023-12-05 11:24:51 +00:00
nvk_cmd_copy.c nvk: Use the copy engine for CmdFillBuffer 2023-12-01 17:10:29 +00:00
nvk_cmd_dispatch.c nvk: Upload cbufs based on the cbuf_map 2023-12-15 02:17:58 +00:00
nvk_cmd_draw.c nvk: Support extended dynamic state for tessellation domain origin 2023-12-15 22:28:51 -06:00
nvk_cmd_meta.c nvk: Disable statistics around meta ops 2023-09-22 21:23:11 +00:00
nvk_cmd_pool.c nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_cmd_pool.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_codegen.c nir: remove redundant passes from nir_opt_if() 2024-01-03 20:48:05 +00:00
nvk_compute_pipeline.c nvk: Add a cbuf_bind_map to nvk_shader 2023-12-15 02:17:58 +00:00
nvk_descriptor_set.c nvk: Add a nvk_min_cbuf_alignment() helper and use it 2023-12-10 03:06:01 +00:00
nvk_descriptor_set.h nvk: Don't store the descriptor pool BO in the set 2023-09-26 05:05:27 +00:00
nvk_descriptor_set_layout.c nvk: Add a nvk_min_cbuf_alignment() helper and use it 2023-12-10 03:06:01 +00:00
nvk_descriptor_set_layout.h nvk: Plumb a physical device into descriptor_stride_align_for_type 2023-12-10 03:06:01 +00:00
nvk_descriptor_table.c nvk: Use nouveau_ws_bo_unmap() instead of munmap() 2023-10-16 09:40:59 +00:00
nvk_descriptor_table.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_device.c nvk: Add a default pipeline cache 2023-09-28 03:55:53 +00:00
nvk_device.h nvk: Add a default pipeline cache 2023-09-28 03:55:53 +00:00
nvk_device_memory.c nvk: update symbols that have become aliases for newer ones 2023-12-04 22:50:26 +00:00
nvk_device_memory.h nvk: Get rid of the tiled memory allocation helpers 2023-09-26 05:05:27 +00:00
nvk_event.c nvk: update symbols that have become aliases for newer ones 2023-12-04 22:50:26 +00:00
nvk_event.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_format.c nouveau: Move headers/classes to headers/nvidia/classes 2023-12-05 03:53:01 +00:00
nvk_format.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_graphics_pipeline.c nvk: Support extended dynamic state for tessellation domain origin 2023-12-15 22:28:51 -06:00
nvk_heap.c nvk: Fix nvk_heap_free() for contiguous heaps 2023-11-03 21:53:33 +00:00
nvk_heap.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_image.c nvk: Rework the way we set up memory heaps/types 2023-12-10 18:31:31 -06:00
nvk_image.h nvk: Rip out old UAPI support 2023-09-26 05:05:26 +00:00
nvk_image_view.c nvk: Implement VK_EXT_image_sliced_view_of_3d 2023-10-18 12:19:40 +00:00
nvk_image_view.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_instance.c nvk: Hook up driconf for nvk_instance 2023-12-21 05:38:47 +00:00
nvk_instance.h nvk: Hook up driconf for nvk_instance 2023-12-21 05:38:47 +00:00
nvk_mme.c nvk: Upload cbufs based on the cbuf_map 2023-12-15 02:17:58 +00:00
nvk_mme.h nvk: Upload cbufs based on the cbuf_map 2023-12-15 02:17:58 +00:00
nvk_nir_lower_descriptors.c nvk: Fix tautological-overlap-compare warning 2023-12-20 21:16:17 +00:00
nvk_physical_device.c nvk: Enable KHR_present_id and KHR_present_wait 2023-12-21 05:38:47 +00:00
nvk_physical_device.h nvk: Add debug flags to the physical device 2023-12-15 02:17:59 +00:00
nvk_pipeline.c nvk: Implement VK_KHR_pipeline_executable_properties 2023-11-17 00:12:36 +00:00
nvk_pipeline.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_private.h nvk/nir: Add cbuf analysis to nvi_nir_lower_descriptors() 2023-12-15 02:17:58 +00:00
nvk_query_pool.c nvk: Implement VK_EXT_primitives_generated_query 2023-11-21 23:50:41 +00:00
nvk_query_pool.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_queue.c nvk: Rip out old UAPI support 2023-09-26 05:05:26 +00:00
nvk_queue.h nvk: Rip out old UAPI support 2023-09-26 05:05:26 +00:00
nvk_queue_drm_nouveau.c nvk: Use align() and align64() instead of ALIGN_POT 2023-10-04 20:15:55 -05:00
nvk_sampler.c nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_sampler.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
nvk_shader.c nvk: Advertise shaderFloat64 2023-12-20 02:40:25 +00:00
nvk_shader.h nvk: Support extended dynamic state for tessellation domain origin 2023-12-15 22:28:51 -06:00
nvk_wsi.c nvk: Hook up driconf for nvk_instance 2023-12-21 05:38:47 +00:00
nvk_wsi.h nvk: SPDX everything 2023-09-06 17:05:58 +00:00
test_nvk_mme.c nvk: SPDX everything 2023-09-06 17:05:58 +00:00