mesa/src/panfrost/vulkan
2024-10-04 10:31:11 +00:00
..
bifrost panvk: Keep our copy_desc shader in vk_meta_device 2024-10-03 09:53:34 +00:00
csf panvk: Add support for CmdDispatchIndirect 2024-10-04 10:31:11 +00:00
jm panvk: Implement a custom FB preload logic 2024-10-03 09:53:35 +00:00
valhall panvk: Overhaul the Bifrost descriptor set implementation 2024-06-14 20:52:21 +00:00
meson.build panvk: Implement a custom FB preload logic 2024-10-03 09:53:35 +00:00
panvk_android.c panvk: Kill panvk_private.h 2024-03-27 09:47:34 +00:00
panvk_blend.h panvk: Keep our blend shaders in vk_meta_device 2024-10-03 09:53:34 +00:00
panvk_buffer.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_buffer.h panvk: Rework the NULL test in panvk_buffer_{gpu_ptr,range}() 2024-08-21 16:14:35 +00:00
panvk_buffer_view.h panvk: Use memory pools for internal GPU data attached to vulkan objects 2024-06-17 07:31:50 +00:00
panvk_cmd_alloc.h panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_cmd_desc_state.h panvk: Be robust against allocation failures in a command buffer context 2024-09-11 12:58:56 +00:00
panvk_cmd_fb_preload.h panvk: Implement a custom FB preload logic 2024-10-03 09:53:35 +00:00
panvk_cmd_meta.h panvk: Remove unused vk_vertex_input_state in graphics_save_ctx 2024-08-23 06:11:39 +00:00
panvk_cmd_pool.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_cmd_pool.h panvk: Prepare panvk_cmd_pool for CSF 2024-08-23 14:38:59 +00:00
panvk_cmd_push_constant.h panvk: Be robust against allocation failures in a command buffer context 2024-09-11 12:58:56 +00:00
panvk_descriptor_set.h panvk: Overhaul the Bifrost descriptor set implementation 2024-06-14 20:52:21 +00:00
panvk_descriptor_set_layout.h panvk: Allow more descriptor sets on Valhall 2024-08-23 14:39:00 +00:00
panvk_device.h panvk: Implement a custom FB preload logic 2024-10-03 09:53:35 +00:00
panvk_device_memory.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_device_memory.h panvk: Conditionally register an host address when tracking user memory 2024-08-23 14:39:00 +00:00
panvk_image.c panvk: implement KHR_get_memory_requirements2 2024-10-02 17:59:44 +00:00
panvk_image.h panvk: Move image related definitions to panvk_image.{h,c} 2024-03-27 09:47:33 +00:00
panvk_image_view.h panvk: Emit textures needed for FB preload at image view creation time 2024-10-03 09:53:34 +00:00
panvk_instance.c panvk: Add a debug flag to force image copies through the gfx pipeline 2024-10-03 09:53:34 +00:00
panvk_instance.h panvk: Add a debug flag to force image copies through the gfx pipeline 2024-10-03 09:53:34 +00:00
panvk_macros.h panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_mempool.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_mempool.h panvk: Prepare panvk_mempool for shared device memory pools 2024-06-17 07:31:50 +00:00
panvk_meta.h panvk: Implement a custom FB preload logic 2024-10-03 09:53:35 +00:00
panvk_physical_device.c panvk: expose already-implemented KHR_maintenance1 2024-10-02 17:59:45 +00:00
panvk_physical_device.h panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_priv_bo.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_priv_bo.h panvk: Let panvk_priv_bo_create() return a VkResult 2024-10-01 14:36:38 +00:00
panvk_query.c panvk: Kill panvk_private.h 2024-03-27 09:47:34 +00:00
panvk_sampler.h panvk: Make panvk_sampler a per-gen 2024-03-27 09:47:34 +00:00
panvk_shader.h panvk: Keep our blend shaders in vk_meta_device 2024-10-03 09:53:34 +00:00
panvk_vX_blend.c panvk: Keep our blend shaders in vk_meta_device 2024-10-03 09:53:34 +00:00
panvk_vX_buffer_view.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_vX_cmd_desc_state.c panvk: Be robust against allocation failures in a command buffer context 2024-09-11 12:58:56 +00:00
panvk_vX_cmd_fb_preload.c panvk: Implement a custom FB preload logic 2024-10-03 09:53:35 +00:00
panvk_vX_cmd_meta.c panvk: Add a debug flag to force image copies through the gfx pipeline 2024-10-03 09:53:34 +00:00
panvk_vX_cmd_push_constant.c panvk: Be robust against allocation failures in a command buffer context 2024-09-11 12:58:56 +00:00
panvk_vX_descriptor_set.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_vX_descriptor_set_layout.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_vX_device.c panvk: Implement a custom FB preload logic 2024-10-03 09:53:35 +00:00
panvk_vX_image_view.c panvk: Emit textures needed for FB preload at image view creation time 2024-10-03 09:53:34 +00:00
panvk_vX_nir_lower_descriptors.c panvk: Fix bounds checking in upload_shader_desc_info() 2024-10-02 15:51:34 +00:00
panvk_vX_sampler.c panvk: Catch indirect allocation failures 2024-10-01 14:36:38 +00:00
panvk_vX_shader.c panvk: Add an helper to create internal shaders 2024-10-03 09:53:34 +00:00
panvk_wsi.c panvk: Kill panvk_private.h 2024-03-27 09:47:34 +00:00
panvk_wsi.h panvk: Move panvk_wsi definitions to panvk_wsi.h 2024-03-27 09:47:34 +00:00