mesa/src/imagination/vulkan
Karmjit Mahil 4f1de84cbd pvr: Don't advertise S8_UINT support
S8_UINT is not a requirement for Vulkan 1.0.

Revert "pvr: Add initial support for VK_FORMAT_S8_UINT".

This reverts commit 220356e083.

Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22822>
(cherry picked from commit 0aafa22a1c)
2023-05-05 19:13:18 +01:00
..
pds pvr: Rename pvr_xgl_pds.c to pvr_pipeline_pds.c 2023-03-27 18:36:32 +00:00
usc pvr: Add support for multiple emits from EOT program 2023-03-20 14:35:19 +00:00
winsys pvr: Enable threaded submit when supported 2023-02-28 21:39:49 +00:00
meson.build pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_blit.c pvr: add support for tile buffer output clear 2023-01-18 15:10:21 +00:00
pvr_bo.c pvr: debug: Add option to zero-alloc all buffer objects 2022-12-01 15:05:59 +00:00
pvr_bo.h pvr: debug: Add option to track pvr_bo allocations 2022-11-25 16:42:55 +00:00
pvr_clear.c pvr: Add new Rogue compiler framework 2023-02-08 15:15:17 +00:00
pvr_clear.h pvr: Remove PVR_STATIC_CLEAR_.*_BIT and use VkImageAspectFlags. 2023-01-04 16:30:39 +00:00
pvr_cmd_buffer.c pvr: fix buggy usage of unreachable() 2023-04-19 14:37:56 +01:00
pvr_common.h pvr: Add support for blend constants. 2023-02-24 13:59:01 +00:00
pvr_csb.c pvr: Add pvr_csb_bake() 2023-01-27 18:17:52 +00:00
pvr_csb.h pvr: Add pvr_csb_bake() 2023-01-27 18:17:52 +00:00
pvr_csb_enum_helpers.h pvr: Move PBE START_POS into csb enum helpers header 2023-02-24 14:36:36 +00:00
pvr_descriptor_set.c pvr: fix segfault in dEQP-VK.ycbcr.query.* 2023-03-29 00:17:40 +00:00
pvr_device.c pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_dump_bo.c pvr: debug: Add "cs" debug option to dump control stream on job submit 2022-11-25 16:42:55 +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 pvr: debug: Print hexdump at the end of all sub buffers 2022-12-01 15:05:59 +00:00
pvr_formats.c pvr: Don't advertise S8_UINT support 2023-05-05 19:13:18 +01:00
pvr_formats.h pvr: Select a single aspect format for the texture state of DS image views 2023-03-20 14:47:34 +00:00
pvr_hardcode.c pvr: remove duplicate define 2023-02-25 22:58:25 +00:00
pvr_hardcode.h pvr: stop restricting the compiler to the Sascha Willems triangle demo 2023-02-25 22:58:25 +00:00
pvr_hw_pass.c pvr: Fix segfaults when pDepthStencilAttachment is NULL 2023-03-14 19:27:27 +00:00
pvr_hw_pass.h pvr: Remove component_alignment 2023-02-24 14:36:36 +00:00
pvr_image.c pvr: Select a single aspect format for the texture state of DS image views 2023-03-20 14:47:34 +00:00
pvr_job_common.c pvr: Move PBE START_POS into csb enum helpers header 2023-02-24 14:36:36 +00:00
pvr_job_common.h pvr: Remove unused msaa_mode field 2023-02-24 14:36:36 +00:00
pvr_job_compute.c pvr: Use common queue submit implementation 2023-02-28 21:39:49 +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: Move BRN 44079, 48492 and 66011 code into pvrsrvkm specific directory 2022-07-27 10:13:19 +00:00
pvr_job_context.h pvr: small cleanups 2023-01-27 11:22:44 +00:00
pvr_job_render.c pvr: Don't advertise S8_UINT support 2023-05-05 19:13:18 +01:00
pvr_job_render.h pvr: Setup SPM background object 2023-03-01 17:10:53 +00:00
pvr_job_transfer.c pvr: Use common queue submit implementation 2023-02-28 21:39:49 +00:00
pvr_job_transfer.h pvr: Use common queue submit implementation 2023-02-28 21:39:49 +00:00
pvr_limits.h pvr: Add support for dynamic buffers descriptors 2023-02-23 16:26:51 +00:00
pvr_pass.c pvr: Fix segfaults when pDepthStencilAttachment is NULL 2023-03-14 19:27:27 +00:00
pvr_pipeline.c pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_pipeline_cache.c
pvr_private.h pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_query.c pvr: Handle VK_QUERY_RESULT_WAIT_BIT. 2023-02-17 13:06:51 +00:00
pvr_query_compute.c pvr: Add pvr_pds_compute_shader_program_init() 2022-12-05 14:46:07 +00:00
pvr_queue.c pvr: Don't update fragment signal sync when fragment stage is disabled 2023-02-28 21:39:49 +00:00
pvr_robustness.c pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_robustness.h pvr: Add robustness buffer support 2023-03-27 18:36:32 +00:00
pvr_shader.c pvr: Add new Rogue compiler framework 2023-02-08 15:15:17 +00:00
pvr_shader.h pvr: Add new Rogue compiler framework 2023-02-08 15:15:17 +00:00
pvr_spm.c pvr: Setup SPM background object 2023-03-01 17:10:53 +00:00
pvr_spm.h pvr: Setup SPM background object 2023-03-01 17:10:53 +00:00
pvr_tex_state.c pvr: Select a single aspect format for the texture state of DS image views 2023-03-20 14:47:34 +00:00
pvr_tex_state.h pvr: Select a single aspect format for the texture state of DS image views 2023-03-20 14:47:34 +00:00
pvr_wsi.c pvr: fix clang-format issue 2023-03-22 03:58:19 +00:00
vk_format.h vulkan: Common vk_format_get_component_bits 2022-07-18 22:14:06 +00:00