mesa/src/panfrost/vulkan
Boris Brezillon d008f9d35a panvk: Use the local batch variable when we have one
s/cmdbuf->state.batch->/batch->/ when the batch variable exists.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13077>
2021-09-28 14:03:40 +00:00
..
meson.build panvk: Move blit/resolve stubs to a separate file 2021-09-21 15:00:28 +02:00
panvk_cmd_buffer.c panvk: Make panvk_cmd_open_batch() return the new batch 2021-09-28 14:03:40 +00:00
panvk_cs.c panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_cs.h panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_descriptor_set.c panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_device.c panvk: Disable the BO cache 2021-09-10 11:42:21 +02:00
panvk_formats.c panvk: Don't advertise min/max filter 2021-09-10 11:40:48 +02:00
panvk_image.c panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_mempool.c panvk: Fix a BO leak in panvk_pool_alloc_backing() 2021-09-10 11:41:54 +02:00
panvk_mempool.h panvk: Support returning BOs allocated by panvk_pool to a 'free BO' pool 2021-07-05 05:43:49 +00:00
panvk_pass.c panvk: Preload FB attachments when required 2021-09-21 15:00:07 +02:00
panvk_pipeline.c panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_pipeline_cache.c
panvk_private.h panvk: Make panvk_cmd_open_batch() return the new batch 2021-09-28 14:03:40 +00:00
panvk_query.c
panvk_shader.c panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_sync.c
panvk_util.c
panvk_varyings.h panvk: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_vX_cmd_buffer.c panvk: Use the local batch variable when we have one 2021-09-28 14:03:40 +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 panvk: Get rid of panvk_emit_fragment_job() 2021-09-21 15:00:33 +02: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: Prepare per-gen split 2021-08-26 10:35:17 +02:00
panvk_vX_device.c panvk: Merge identical BO entries before submitting a job 2021-09-21 15:00:12 +02:00
panvk_vX_image.c panfrost: Prepare texture helpers to per-gen XML 2021-09-20 15:18:56 +02:00
panvk_vX_meta.c panvk: Implement vkCmdCopyImage() 2021-09-21 15:01:15 +02: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: Extend panvk_cmd_close_batch() to handle current_batch == NULL 2021-09-28 14:03:40 +00:00
panvk_vX_meta_copy.c panvk: Make panvk_cmd_open_batch() return the new batch 2021-09-28 14:03:40 +00:00
panvk_vX_pipeline.c panvk: Fix the static scissor/viewport case 2021-09-28 14:03:40 +00:00
panvk_vX_shader.c panfrost: Prepare shader helpers to per-gen XML 2021-09-20 15:18:56 +02:00
panvk_wsi.c
panvk_wsi_display.c
panvk_wsi_wayland.c