mesa/src/panfrost/vulkan
Alyssa Rosenzweig 67cbbf9417 panfrost: Use framebuffer pointer XML
Rather than manipulating the raw pointers. This is cleaner.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20445>
2023-03-11 06:30:02 +00:00
..
meson.build meson: replace vk_wsi_args with dependencies to let meson take care of transitivity 2023-02-23 09:42:46 +00:00
panvk_cmd_buffer.c panvk: Delete panvk_CmdSetDeviceMask, panvk_GetDeviceGroupPeerMemoryFeatures 2022-12-09 14:08:14 -06:00
panvk_cs.c panvk: Use a flat sysvals struct 2022-05-12 10:53:16 +00:00
panvk_cs.h panvk: Use a flat sysvals struct 2022-05-12 10:53:16 +00:00
panvk_descriptor_set.c panvk: Fixes -Werror,-Wunused-but-set-variable for clang-15 in panvk_descriptor_set.c 2022-12-16 19:02:17 +00:00
panvk_device.c panvk: Delete panvk_CmdSetDeviceMask, panvk_GetDeviceGroupPeerMemoryFeatures 2022-12-09 14:08:14 -06:00
panvk_formats.c panvk: Disable SNORM rendering 2023-02-13 14:04:52 +00:00
panvk_image.c panfrost: Remove out-of-band CRC support 2022-11-09 15:56:20 +00:00
panvk_mempool.c panvk: Fix allocation of BOs bigger than the slab size 2021-10-04 12:17:07 +00:00
panvk_mempool.h panvk: Fix allocation of BOs bigger than the slab size 2021-10-04 12:17:07 +00:00
panvk_pass.c Use vk_foreach_struct_const where needed 2022-07-19 19:55:17 +00:00
panvk_pipeline.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
panvk_pipeline_cache.c panvk: Stub pipeline cache using the common code 2022-05-09 13:40:17 +00:00
panvk_private.h panvk: move to using common command buffer status 2022-11-11 05:01:24 +00:00
panvk_query.c panvk: Implement VK_KHR_synchronization2 2022-03-18 08:15:50 +00:00
panvk_shader.c panvk: Use vk_shader_module 2022-03-15 23:13:16 +00:00
panvk_util.c panvk: Switch to the new vk_error helpers 2021-10-07 20:51:36 +00:00
panvk_varyings.h panvk: Drop support for Midgard 2022-06-08 18:43:06 +00:00
panvk_vX_cmd_buffer.c panfrost: Use framebuffer pointer XML 2023-03-11 06:30:02 +00:00
panvk_vX_cmd_buffer.h panvk: Use common code for command buffer lifecycle management 2022-11-11 05:01:24 +00:00
panvk_vX_cs.c panfrost: Handle fixed-point packing in GenXML 2023-03-11 06:30:02 +00:00
panvk_vX_cs.h panvk: Fix per-instance attribute handling 2022-03-16 09:57:51 -05:00
panvk_vX_descriptor_set.c panvk: Implement VK_KHR_descriptor_update_template 2022-09-17 03:32:29 +00:00
panvk_vX_device.c panvk: Take lock when tracing 2023-02-13 14:04:52 +00:00
panvk_vX_device.h panvk: Convert to the common sync/submit framework 2022-03-17 16:22:10 +00:00
panvk_vX_image.c panfrost: Handle fixed-point packing in GenXML 2023-03-11 06:30:02 +00:00
panvk_vX_meta.c panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
panvk_vX_meta.h panvk: Implement vkCmdCopyImage() 2021-09-21 15:01:15 +02:00
panvk_vX_meta_blit.c panvk: Drop support for Midgard 2022-06-08 18:43:06 +00:00
panvk_vX_meta_clear.c panvk: Simplify depth clear preload condition 2022-06-13 17:27:36 +00:00
panvk_vX_meta_copy.c panvk: Drop support for Midgard 2022-06-08 18:43:06 +00:00
panvk_vX_nir_lower_descriptors.c panvk: Drop our manual SSBO size handling 2023-02-24 20:37:10 +00:00
panvk_vX_pipeline.c panvk: Fix varying linking 2023-02-13 14:04:52 +00:00
panvk_vX_shader.c spirv: Always emit deref_buffer_array_length intrinsics 2023-02-24 20:37:10 +00:00
panvk_wsi.c vulkan/wsi: switch to using an options struct for last param 2023-02-27 13:21:21 +00:00