mesa/src/panfrost/vulkan
Alyssa Rosenzweig 239d59ecdd panvk: Don't use UBOs for meta_clear
It must always be pushed, so constructing a uniform remap table is
useless.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14913>
2022-02-18 15:29:48 +00:00
..
meson.build meson: add support for meson devenv with vulkan 2022-02-04 09:08:47 -08:00
panvk_cmd_buffer.c panvk: Use vk_command_pool 2022-02-11 08:06:24 +00:00
panvk_cs.c panfrost: Centralize our model list 2022-01-28 17:47:46 +00:00
panvk_cs.h panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_descriptor_set.c panfrost: mark two variables as unused 2022-01-31 16:10:31 +00:00
panvk_device.c panfrost: Replace panfrost_model_name with model->name 2022-01-28 17:47:46 +00:00
panvk_formats.c panvk: use FALLTHROUGH to stop a warning 2021-12-23 17:08:01 +01:00
panvk_image.c panfrost: Centralize our model list 2022-01-28 17:47:46 +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 panvk: Switch to the new vk_error helpers 2021-10-07 20:51:36 +00:00
panvk_pipeline.c panfrost: Centralize our model list 2022-01-28 17:47:46 +00:00
panvk_pipeline_cache.c panvk: Switch to the new vk_error helpers 2021-10-07 20:51:36 +00:00
panvk_private.h panvk: Use vk_command_pool 2022-02-11 08:06:24 +00:00
panvk_query.c
panvk_shader.c panfrost: Centralize our model list 2022-01-28 17:47:46 +00:00
panvk_sync.c panvk: Add check for null fence 2021-12-07 21:18:44 +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: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_vX_cmd_buffer.c vulkan: Take a vk_command_pool in vk_command_buffer_init() 2022-02-11 08:06:25 +00:00
panvk_vX_cmd_buffer.h panvk: Add a panvk_cmd_prepare_tiler_context() helper 2021-09-21 15:00:55 +02:00
panvk_vX_cs.c panfrost: Centralize our model list 2022-01-28 17:47:46 +00:00
panvk_vX_cs.h panvk: Get rid of panvk_emit_fragment_job() 2021-09-21 15:00:33 +02:00
panvk_vX_descriptor_set.c panvk: Switch to the new vk_error helpers 2021-10-07 20:51:36 +00:00
panvk_vX_device.c panvk: Fix pointer corruption in panvk_add_wait_event_syncobjs 2022-01-27 14:16:17 +00:00
panvk_vX_image.c panfrost: Centralize our model list 2022-01-28 17:47:46 +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: Make panvk_cmd_open_batch() return the new batch 2021-09-28 14:03:40 +00:00
panvk_vX_meta_clear.c panvk: Don't use UBOs for meta_clear 2022-02-18 15:29:48 +00:00
panvk_vX_meta_copy.c panfrost,asahi,radv: Don't set internal=true manually 2022-02-17 23:30:46 +00:00
panvk_vX_pipeline.c panfrost: Centralize our model list 2022-01-28 17:47:46 +00:00
panvk_vX_shader.c panfrost: Centralize our model list 2022-01-28 17:47:46 +00:00
panvk_wsi.c panvk: Use the common WSI wrappers 2021-10-13 00:06:15 +00:00