mesa/src/imagination/vulkan
Matt Coster bf9c84991f pvr: Add support for custom border colors
This includes EXT_custom_border_color and EXT_border_color_swizzle.

Test coverage is:
 - dEQP-VK.pipeline.*.sampler.border_swizzle.*
 - dEQP-VK.pipeline.*.sampler.view_type.*.format.*.address_modes
     .*_clamp_to_border_custom_*

Co-authored-by: Luigi Santivetti <luigi.santivetti@imgtec.com>
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Signed-off-by: Luigi Santivetti <luigi.santivetti@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
2025-09-16 18:26:23 +00:00
..
pds pvr: implement dynamically set vertex buffer strides 2025-09-16 18:26:19 +00:00
usc pvr: drop legacy rogue compiler 2025-09-16 18:26:10 +00:00
winsys pvr: fix valgrind warnings for 64-bit unaligned access 2025-09-16 18:26:12 +00:00
meson.build pvr: drop legacy rogue compiler 2025-09-16 18:26:10 +00:00
pvr_blit.c pvr: don't csb emit multi-layer clear attachments without rta support 2025-09-16 18:26:11 +00:00
pvr_blit.h
pvr_bo.c
pvr_bo.h
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: fix logic for setting vdm instance count present 2025-09-16 18:26:10 +00:00
pvr_clear.h pvr: drop PVRX macro 2024-11-29 15:14:11 +00:00
pvr_cmd_buffer.c pvr: re-emit ppp state update when ds depth bits are set 2025-09-16 18:26:19 +00:00
pvr_common.h pvr: Add support for custom border colors 2025-09-16 18:26:23 +00: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, pco: dynamic buffer and immutable sampler support 2025-09-16 18:26:11 +00:00
pvr_device.c pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_dump_bo.c
pvr_dump_bo.h
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: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_formats.h pvr: Add support for custom border colors 2025-09-16 18:26:23 +00:00
pvr_hardcode.c pvr: drop legacy rogue compiler 2025-09-16 18:26:10 +00:00
pvr_hardcode.h pvr: drop legacy rogue compiler 2025-09-16 18:26:10 +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 pvr: Reduce number of stencil dependency barriers needed 2025-09-16 18:26:12 +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 pvr: Add support for gpu multicore MC1 configurations 2025-09-16 18:26:10 +00:00
pvr_job_compute.h
pvr_job_context.c pvr, pco: full support for tile buffer eot handling 2025-09-16 18:26:12 +00:00
pvr_job_context.h pvr, pco: simple end-of-tile/render nir shader gen 2025-09-16 18:26:10 +00:00
pvr_job_render.c pvr: take zonlyrender into account when setting up ZLS control 2025-09-16 18:26:12 +00:00
pvr_job_render.h pvr: take zonlyrender into account when setting up ZLS control 2025-09-16 18:26:12 +00:00
pvr_job_transfer.c pvr: fix valgrind warnings for 64-bit unaligned access 2025-09-16 18:26:12 +00:00
pvr_job_transfer.h
pvr_pass.c pvr: Reduce number of stencil dependency barriers needed 2025-09-16 18:26:12 +00:00
pvr_pipeline.c pvr, pco: implement VK_EXT_color_write_enable 2025-09-16 18:26:19 +00:00
pvr_private.h pvr: implement dynamically set vertex buffer strides 2025-09-16 18:26:19 +00:00
pvr_query.c pvr: fix pvr_CmdResetQueryPool barriers 2025-09-16 18:26:09 +00:00
pvr_query_compute.c pvr: temporarily tweak support required for query programs 2025-09-16 18:26:09 +00:00
pvr_queue.c pvr: fix pvr_CmdResetQueryPool barriers 2025-09-16 18:26:09 +00:00
pvr_robustness.c
pvr_robustness.h
pvr_spm.c pvr: align texture stride for spm as the PBE requires 2025-09-16 18:26:12 +00:00
pvr_spm.h
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, pco: temporarily add legacy tq shader gen code 2025-09-16 18:26:09 +00:00
pvr_transfer_frag_store.h pvr, pco: Add new compiler framework and shader gen stubs 2024-11-29 15:14:10 +00:00
pvr_usc.c pco: support skipping overlap check emission, enable for eot shader 2025-09-16 18:26:12 +00:00
pvr_usc.h pvr, pco: full support for tile buffer eot handling 2025-09-16 18:26:12 +00:00
pvr_wsi.c vulkan/wsi: Take a vk_queue in wsi_common_queue_present() 2025-08-22 23:05:02 +00:00