mesa/src/nouveau/vulkan
Mary Guillemard 13f98d8658 nvk: Adjust maxFragmentCombinedOutputResources to match max descriptors limit
This was set to the lowest allowed value by spec but it should really be
matching the max descriptors limit.

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/15249 for NVK
Signed-off-by: Mary Guillemard <mary@mary.zone>
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40868>
2026-04-13 18:44:08 +00:00
..
cl nvk: VK_KHR_copy_memory_indirect 2026-02-13 20:53:47 +00:00
layers nvk: add app workaround layer 2026-02-14 08:33:11 +00:00
nvkmd nvk: Reenable compression support with nouveau 1.4.2 2026-02-05 07:25:16 +00:00
meson.build nvk: Put nvk_mme in the nouveau test suite 2026-03-13 18:04:42 +00:00
nvk_acceleration_structure.c nvk: Implement descriptor capture/replay 2024-08-10 00:42:59 +00:00
nvk_android.c nvk: clean up existing nvk_android frontend 2025-07-29 16:29:58 +00:00
nvk_buffer.c nvk: Capture/replay buffer addresses for EDB capture/replay 2025-10-24 02:57:04 +00:00
nvk_buffer.h nvk: Drop nvk_buffer_address() 2025-06-11 18:09:38 +00:00
nvk_buffer_view.c nvk: Check before claiming UNIFORM_TEXEL_BUFFER_BIT 2026-01-05 20:11:56 +00:00
nvk_buffer_view.h nvk: Use nil_su_info for image descriptors on Kepler 2025-05-28 01:47:19 +00:00
nvk_cmd_buffer.c nvk: Swizzle root_table.dynamic_buffers[] 2026-04-10 19:21:37 +00:00
nvk_cmd_buffer.h nvk: Wire up ROOT_TABLE 2026-04-10 19:21:39 +00:00
nvk_cmd_clear.c nvk: Reorder view_mask checks in nvk_mme_clear 2026-02-12 17:44:55 +00:00
nvk_cmd_copy.c nvk/cmd_copy: Pipeline user copy_rect operations 2025-10-11 16:58:24 +00:00
nvk_cmd_dispatch.c nvk,nak: Add nir_printf_fmt 2026-02-13 20:53:47 +00:00
nvk_cmd_draw.c nvk: SET_ROOT_TABLE_PREFETCH 2026-04-10 19:21:39 +00:00
nvk_cmd_indirect.c nvk: Wire up ROOT_TABLE 2026-04-10 19:21:39 +00:00
nvk_cmd_meta.c nvk: Ignore meta ops in occlusion queries 2026-01-26 18:41:54 +00:00
nvk_cmd_pool.c nvk/cmd_pool: NVK_DEBUG=trash_mem for alloc_mem 2025-09-04 16:27:57 +00:00
nvk_cmd_pool.h nvk: Allocate QMDs from a heap on Maxwell A and earlier 2025-03-27 20:03:43 +00:00
nvk_debug.h nvk: Add an NVK_DEBUG=coherent flag 2025-10-30 15:11:24 +00:00
nvk_descriptor_set.c nvk: Use layout->vk.dynamic_descriptor_count 2026-01-22 17:04:18 +00:00
nvk_descriptor_set.h nvk: Use a pool offset instead of an address in nvk_descriptor_set 2025-10-15 22:05:53 -04:00
nvk_descriptor_set_layout.c nvk: Use layout->vk.dynamic_descriptor_count 2026-01-22 17:04:18 +00:00
nvk_descriptor_set_layout.h nvk: Use layout->vk.dynamic_descriptor_count 2026-01-22 17:04:18 +00:00
nvk_descriptor_table.c treewide: use BITSET_BYTES, BITSET_RZALLOC 2025-11-05 18:44:23 +00:00
nvk_descriptor_table.h nvk: Flush descriptor tables and heap maps on submit 2025-10-15 22:05:53 -04:00
nvk_descriptor_types.h nvk: Swizzle root_table.dynamic_buffers[] 2026-04-10 19:21:37 +00:00
nvk_device.c nvk: add app workaround layer 2026-02-14 08:33:11 +00:00
nvk_device.h nvk: add app workaround layer 2026-02-14 08:33:11 +00:00
nvk_device_memory.c nvk: Disable compression for image import/export 2025-12-18 12:13:05 -05:00
nvk_device_memory.h nvk: Add a dedicated_image to nvk_device_memory 2025-11-28 00:30:29 +00:00
nvk_edb_bview_cache.c nil: Rework the descriptor interface 2025-06-14 03:52:34 +00:00
nvk_edb_bview_cache.h nvk: Add a VK_EXT_descriptor_buffer buffer view cache 2024-08-10 00:42:59 +00:00
nvk_event.c nvk: Use semaphore helper for BufferMarker2AMD 2025-12-19 20:08:40 +00:00
nvk_event.h
nvk_format.c nvk: Add support for 64-bit vertex attributes 2026-01-05 20:11:56 +00:00
nvk_format.h nvk: Add support for 64-bit vertex attributes 2026-01-05 20:11:56 +00:00
nvk_heap.c nvk: Do not ignore contiguous in nvk_heap_init 2025-07-10 21:18:04 +00:00
nvk_heap.h nvk: Flush descriptor tables and heap maps on submit 2025-10-15 22:05:53 -04:00
nvk_host_copy.c nvk: Flush/invalidate around host image copies 2025-10-15 22:05:53 -04:00
nvk_image.c nvk: Disable zcull save/restore regions for now 2026-04-10 22:20:58 +00:00
nvk_image.h nvk: Enable zcull for VK_ATTACHMENT_LOAD_OP_LOAD 2026-02-25 22:42:06 +00:00
nvk_image_view.c nvk: Implement VK_NVX_image_view_handle 2025-10-15 17:53:06 +00:00
nvk_image_view.h nvk: Use VK_IMAGE_VIEW_CREATE_DRIVER_INTERNAL_BIT_MESA 2025-09-05 23:34:12 +00:00
nvk_indirect_execution_set.c nvk: Flush indirect execution set maps 2025-10-15 22:05:54 -04:00
nvk_indirect_execution_set.h nvk: Allow for larger QMDs 2025-08-26 21:42:20 +00:00
nvk_instance.c Remove mesa-sha1.h 2026-03-23 07:03:27 +00:00
nvk_instance.h Inline SHA1_DIGEST_LENGTH 2026-03-23 07:03:27 +00:00
nvk_mem_arena.c nvk: Flush descriptor tables and heap maps on submit 2025-10-15 22:05:53 -04:00
nvk_mem_arena.h nvk: Flush descriptor tables and heap maps on submit 2025-10-15 22:05:53 -04:00
nvk_mem_stream.c nvk/mem_stream: Flush maps in nvk_mem_stream_flush() 2025-10-15 22:05:53 -04:00
nvk_mem_stream.h nvk: Add an nvk_mem_stream struct 2025-06-10 04:36:40 +00:00
nvk_mme.c nvk/mme: Add missing nullcheck in nvk_mme_test_state_state 2026-03-13 18:04:42 +00:00
nvk_mme.h nvk: Use SET_PRIMITIVE_TOPOLOGY instead of MME scratch 2026-04-07 14:11:16 +00:00
nvk_nir_lower_descriptors.c nvk: Wire up ROOT_TABLE 2026-04-10 19:21:39 +00:00
nvk_physical_device.c nvk: Adjust maxFragmentCombinedOutputResources to match max descriptors limit 2026-04-13 18:44:08 +00:00
nvk_physical_device.h nvk: Constify instance and pdev pointers 2025-02-19 17:36:37 +00:00
nvk_private.h nvk: Wire up ROOT_TABLE 2026-04-10 19:21:39 +00:00
nvk_query_pool.c nvk: Enable ZPASS_PIXEL_COUNT in draw_state_init() 2026-01-26 18:41:54 +00:00
nvk_query_pool.h nvk/query: Add an interleaved query layout 2025-10-15 22:05:54 -04:00
nvk_queue.c nvk: Wire up ROOT_TABLE 2026-04-10 19:21:39 +00:00
nvk_queue.h nvk: Check subchannels are valid in nv_push 2025-08-07 18:47:47 +00:00
nvk_sampler.c nvk: Ensure we have nvkmd before sampler descriptor upload 2025-08-27 00:50:27 +00:00
nvk_sampler.h nvk: Add an nvk_sampler_header struct and return it by value 2025-06-14 03:52:34 +00:00
nvk_shader.c nvk: Wire up ROOT_TABLE 2026-04-10 19:21:39 +00:00
nvk_shader.h nvk: Report NIR shader in pipeline executable properties 2026-02-11 06:52:58 +00:00
nvk_upload_queue.c nvk: Check subchannels are valid in nv_push 2025-08-07 18:47:47 +00:00
nvk_upload_queue.h nvk/upload_queue: Use an nvk_mem_stream internally 2025-06-10 04:36:40 +00:00
nvk_wsi.c
nvk_wsi.h
test_nvk_mme.c nvk/mme: Enable testing for Kepler 2026-03-13 18:04:42 +00:00