mesa/src/imagination/vulkan
Erik Faye-Lund c5fc1f3e90 pvr: report vulkan 1.4 to the loader
These bits aren't about the API version supported, but the version of
the loader interface supported. We support Vulkan 1.4 in that regard,
so let's report that.

Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37556>
2025-09-25 10:20:55 +00:00
..
pds imagination: Re-format using clang-format 2025-09-17 10:05:18 +00:00
winsys pvr, pco: switch to clc state update shader 2025-09-22 14:52:04 +01:00
meson.build pvr: report vulkan 1.4 to the loader 2025-09-25 10:20:55 +00:00
pvr_blit.c pvr, pco: switch to usc generated clear attachment shaders 2025-09-22 14:52:04 +01:00
pvr_blit.h pvr: Publicise some static functions from pvr_blit.c 2023-06-02 14:43:24 +00:00
pvr_bo.c pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag 2023-09-06 12:19:46 +00:00
pvr_bo.h pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag 2023-09-06 12:19:46 +00:00
pvr_border.c pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_border.h pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_clear.c pvr, pco: switch to usc generated clear attachment shaders 2025-09-22 14:52:04 +01:00
pvr_clear.h pvr: drop PVRX macro 2024-11-29 15:14:11 +00:00
pvr_cmd_buffer.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_common.h pvr, pco: switch to clc query shaders 2025-09-22 14:52:04 +01:00
pvr_csb.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pvr_csb.h pvr: drop PVRX macro 2024-11-29 15:14:11 +00:00
pvr_csb_enum_helpers.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pvr_descriptor_set.c pvr: Implement VK_KHR_maintenance3 2025-09-16 18:26:34 +00:00
pvr_device.c pvr: report vulkan 1.4 to the loader 2025-09-25 10:20:55 +00:00
pvr_dump_bo.c pvr: Return VkResult from winsys buffer_map operation 2023-05-18 15:56:59 +00:00
pvr_dump_bo.h pvr: debug: Add "cs" debug option to dump control stream on job submit 2022-11-25 16:42:55 +00:00
pvr_dump_csb.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pvr_formats.c pvr: Implement EXT_separate_stencil_usage 2025-09-16 18:26:35 +00:00
pvr_formats.h pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_hw_pass.c pvr: Reduce number of stencil dependency barriers needed 2025-09-16 18:26:12 +00:00
pvr_hw_pass.h imagination: Re-format using clang-format 2025-09-17 10:05:18 +00:00
pvr_image.c pvr, pco: implement VK_EXT_image_2d_view_of_3d 2025-09-16 18:26:14 +00:00
pvr_job_common.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pvr_job_common.h pvr: minor vulkan driver formatting fixes 2024-10-23 16:47:33 +00:00
pvr_job_compute.c imagination: Re-format using clang-format 2025-09-17 10:05:18 +00:00
pvr_job_compute.h pvr: Use common queue submit implementation 2023-02-28 21:39:49 +00:00
pvr_job_context.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_job_context.h pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_job_render.c pvr: Pass the PM/FW protect flag to the Mlist allocation 2025-09-16 18:26:40 +00:00
pvr_job_render.h pvr: rename job field holding pds PR background objects 2025-09-16 18:26:25 +00:00
pvr_job_transfer.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_job_transfer.h pvr: Add support to process transfer and blit cmds 2023-04-19 11:01:05 +00:00
pvr_pass.c pvr, pco: switch to clc load/store sr and idfwdf shaders 2025-09-22 14:52:05 +01:00
pvr_pipeline.c pvr, pco: switch to clc load/store sr and idfwdf shaders 2025-09-22 14:52:05 +01:00
pvr_private.h pvr: switch to usc generated spm load shaders 2025-09-22 14:52:05 +01:00
pvr_query.c pvr, pco: switch to clc query shaders 2025-09-22 14:52:04 +01:00
pvr_query_compute.c pvr, pco: switch to clc query shaders 2025-09-22 14:52:04 +01:00
pvr_queue.c pvr, pco: switch to clc query shaders 2025-09-22 14:52:04 +01:00
pvr_robustness.c pvr: clang-format fixes 2023-07-13 10:23:32 +00:00
pvr_robustness.h pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_spm.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_spm.h pvr: switch to usc generated spm load shaders 2025-09-22 14:52:05 +01:00
pvr_tex_state.c pvr, pco: basic write without format support 2025-09-16 18:26:19 +00:00
pvr_tex_state.h pvr, pco: implement VK_EXT_image_2d_view_of_3d 2025-09-16 18:26:14 +00:00
pvr_transfer_frag_store.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_transfer_frag_store.h pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_usc.c pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_usc.h pvr: merge legacy uscgen code into pvr_usc 2025-09-22 14:52:05 +01:00
pvr_wsi.c pvr/wsi: don't advertise supports_modifiers 2025-09-22 14:52:06 +01:00