mesa/src/vulkan/util
Mike Blumenkrantz 5d91db9666 vulkan/dispatch_table: add an uncompacted version of the table
this is a bandaid fix that allows users (zink) to actually call the
functions intended to be called. the real fix would be to figure out
which extensions are enabled on the device and then only GPA the
functions associated with those extensions

that's too hard though so I'm slapping some flex tape on it

cc: mesa-stable

Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27834>
2024-02-29 11:18:18 +00:00
..
gen_enum_to_str.py vk/enum2str: add more max enum vendors 2023-09-13 18:57:42 +00:00
meson.build vulkan: Add some auto-generated synchronization helpers 2023-12-01 17:59:51 +00:00
vk_alloc.c vulkan/util: assume c11 2022-06-14 15:08:37 +00:00
vk_alloc.h vulkan/multialloc: bump max number to 16 2024-02-01 13:20:21 +00:00
vk_cmd_queue_gen.py vk/cmd_queue: fix up indentation a little 2024-01-09 15:24:12 +00:00
vk_dispatch_table_gen.py vulkan/dispatch_table: add an uncompacted version of the table 2024-02-29 11:18:18 +00:00
vk_dispatch_trampolines_gen.py mesa/vulkan: use a simpler path for header in trampoline gen 2024-01-18 18:45:40 +00:00
vk_entrypoints.py vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00
vk_entrypoints_gen.py vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00
vk_extensions.py vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00
vk_extensions_gen.py vulkan/util: drop redundant code gen from vk_extensions_gen.py 2024-02-01 19:29:48 +00:00
vk_format.c vk/util: update symbols that have become aliases for newer ones 2023-12-04 23:27:29 +00:00
vk_format.h vulkan/formats,zink: move vk_format_from_pipe_format() function 2023-10-11 19:28:40 +00:00
vk_icd_gen.py util,vulkan,mesa,compiler: Generate source files with utf8 encoding from mako template 2023-12-07 12:41:07 +00:00
vk_physical_device_features_gen.py vk/util: fix 'beta' check for physical device features 2024-01-31 20:47:30 +00:00
vk_physical_device_properties_gen.py vulkan/properties: Start looping from the next member in GPDP2 2024-02-20 09:16:23 +00:00
vk_struct_type_cast_gen.py vulkan: write beta extensions into generator scripts. 2023-05-04 02:40:06 +00:00
vk_synchronization_helpers_gen.py util,vulkan,mesa,compiler: Generate source files with utf8 encoding from mako template 2023-12-07 12:41:07 +00:00
vk_util.c meson/vulkan/util: allow venus to drop compiler deps 2024-01-10 21:06:35 +00:00
vk_util.h vulkan: add vk_index_type_to_restart helper 2024-02-26 14:13:07 +00:00