mesa/src/imagination/vulkan
Karmjit Mahil 0009b37bf1 pvr: Remove a todo in vkCmdEndRenderPass2().
The first end_sub_cmd() is to make sure that we end the last sub_cmd.
The end_sub_cmd() in pvr_resolve_unemitted_resolve_attachments() makes
sure that we end any transfer sub_cmds created in there.

Suggested-by: Frank Binns <frank.binns@imgtec.com>
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/19957>
2022-12-01 14:55:55 +00:00
..
pds pvr: Split pds compute shader create and upload code for reuse. 2022-10-07 14:23:05 +00:00
usc pvr: Add vulkan shader factory headers for Query and clear APIs. 2022-10-07 14:23:05 +00:00
winsys pvr: Implement vkCmdBeginQuery API. 2022-11-30 22:45:41 +00:00
meson.build pvr: Create device specific compute query programs. 2022-11-30 22:45:41 +00:00
pvr_blit.c pvr: Add attachment resolve support. 2022-09-22 16:54:07 +01:00
pvr_bo.c pvr: Add missing valgrind includes and fix unused return value. 2022-11-29 14:19:41 +00:00
pvr_bo.h pvr: debug: Add option to track pvr_bo allocations 2022-11-25 16:42:55 +00:00
pvr_cmd_buffer.c pvr: Remove a todo in vkCmdEndRenderPass2(). 2022-12-01 14:55:55 +00:00
pvr_csb.c pvr: debug: Add "cs" debug option to dump control stream on job submit 2022-11-25 16:42:55 +00:00
pvr_csb.h pvr: debug: Add "cs" debug option to dump control stream on job submit 2022-11-25 16:42:55 +00:00
pvr_csb_enum_helpers.h pvr: debug: Add "cs" debug option to dump control stream on job submit 2022-11-25 16:42:55 +00:00
pvr_descriptor_set.c pvr: Don't print out secondaries if they aren't used. 2022-11-28 09:12:36 +00:00
pvr_device.c pvr: Create device specific compute query programs. 2022-11-30 22:45:41 +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: Add PPP sub-buffer support to CSB dumps. 2022-11-25 16:42:55 +00:00
pvr_formats.c pvr: setup buffer and image format feature bits 2022-10-31 11:07:30 +00:00
pvr_formats.h pvr: Change pvr_get_hw_clear_color() to pack based on accum formats. 2022-10-25 10:15:09 +00:00
pvr_hardcode.c pvr: Add clear program in pvr_device. 2022-09-12 10:32:19 +01:00
pvr_hardcode.h pvr: Add clear program in pvr_device. 2022-09-12 10:32:19 +01:00
pvr_hw_pass.c pvr: Store format aspects on render pass attachments 2022-11-11 16:48:51 +00:00
pvr_hw_pass.h pvr: Convert attachment indexes to unsigned. 2022-09-30 10:52:51 +00:00
pvr_image.c pvr: remove some stale FIXMEs/pvr_finishmes 2022-11-10 14:11:07 +00:00
pvr_job_common.c pvr: Move BRN 44079, 48492 and 66011 code into pvrsrvkm specific directory 2022-07-27 10:13:19 +00:00
pvr_job_common.h pvr: Move BRN 44079, 48492 and 66011 code into pvrsrvkm specific directory 2022-07-27 10:13:19 +00:00
pvr_job_compute.c pvr: debug: Add "cs" debug option to dump control stream on job submit 2022-11-25 16:42:55 +00:00
pvr_job_compute.h pvr: Handle pipeline barrier vk_sync. 2022-10-19 16:07:26 +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: Split pvr_dev_addr_t into a separate header 2022-07-15 10:39:21 +01:00
pvr_job_render.c pvr: Implement vkCmdBeginQuery API. 2022-11-30 22:45:41 +00:00
pvr_job_render.h pvr: Implement vkCmdBeginQuery API. 2022-11-30 22:45:41 +00:00
pvr_job_transfer.c pvr: Handle pipeline barrier vk_sync. 2022-10-19 16:07:26 +00:00
pvr_job_transfer.h pvr: Handle pipeline barrier vk_sync. 2022-10-19 16:07:26 +00:00
pvr_limits.h pvr: Add support for generating render pass hw setup data. 2022-09-22 16:53:52 +01:00
pvr_pass.c pvr: Setup tile buffers. 2022-11-28 11:38:38 +00:00
pvr_pipeline.c pvr: Create device specific compute query programs. 2022-11-30 22:45:41 +00:00
pvr_pipeline_cache.c
pvr_private.h pvr: Replace sub_cmd flags with bools within each sub_cmd type. 2022-12-01 14:55:55 +00:00
pvr_query.c pvr: Add support to submit occlusion query sub cmds. 2022-11-30 22:45:41 +00:00
pvr_query_compute.c pvr: Add support to generate query programs. 2022-11-30 22:45:41 +00:00
pvr_queue.c pvr: Replace sub_cmd flags with bools within each sub_cmd type. 2022-12-01 14:55:55 +00:00
pvr_shader.c
pvr_shader.h
pvr_tex_state.c pvr: cube map tex state packing fixes 2022-09-06 15:46:09 +01:00
pvr_tex_state.h pvr: Split pvr_dev_addr_t into a separate header 2022-07-15 10:39:21 +01:00
pvr_wsi.c pvr: Use the common AcquireNextImage implementation 2022-06-10 01:33:12 +00:00
vk_format.h vulkan: Common vk_format_get_component_bits 2022-07-18 22:14:06 +00:00