mesa/src/freedreno/vulkan
2024-06-18 16:52:31 +00:00
..
layers tu: Replace TU_FROM_HANDLE with VK_FROM_HANDLE 2024-04-19 18:00:12 +00:00
.clang-format turnip: msm: fix racy gem close for re-imported dma-buf 2024-05-13 21:58:37 +00:00
.dir-locals.el
.editorconfig
meson.build tu: Move event related related code to tu_event.cc/h 2024-06-12 12:28:44 +00:00
msm_kgsl.h turnip: Update the msm_kgsl.h header with the sanitized 4.19 version 2022-01-21 21:25:07 +00:00
TODO
tu_android.cc turnip: Support AHardwareBuffer 2024-05-14 14:53:45 +00:00
tu_android.h turnip/android: Migrate to common ANB code 2024-05-14 14:53:45 +00:00
tu_autotune.cc tu: fix ZPASS_DONE interference between occlusion queries and autotuner 2024-06-18 11:39:57 +00:00
tu_autotune.h tu/autotune: use SAMPLE_COUNT_END_OFFSET when writing the ending sample count 2024-04-09 12:04:16 +00:00
tu_clear_blit.cc tu: Emit GRAS_LRZ_DEPTH_BUFFER_INFO correctly 2024-06-07 10:18:10 +00:00
tu_clear_blit.h tu: Basic a7xx support 2023-09-05 16:19:30 +00:00
tu_cmd_buffer.cc tu: Workaround early preamble HW bug 2024-06-18 16:52:31 +00:00
tu_cmd_buffer.h tu: fix ZPASS_DONE interference between occlusion queries and autotuner 2024-06-18 11:39:57 +00:00
tu_common.h tu: Replace TU_FROM_HANDLE with VK_FROM_HANDLE 2024-04-19 18:00:12 +00:00
tu_cs.cc tu: Implement VK_EXT_map_memory_placed 2024-05-05 14:38:39 +00:00
tu_cs.h turnip,ir3/a750: Implement consts loading via preamble 2024-02-12 22:05:13 +00:00
tu_cs_breadcrumbs.cc freedreno/regs: Clarify polling on a7xx for CP_WAIT_REG_MEM/CP_COND_WRITE5 2023-07-12 13:33:28 +00:00
tu_descriptor_set.cc tu: Support VkExternalFormatANDROID 2024-05-14 14:53:45 +00:00
tu_descriptor_set.h tu: Rework dynamic offset handling 2023-12-05 20:38:28 +00:00
tu_device.cc turnip: Implement VK_EXT_depth_clamp_zero_one 2024-06-12 12:58:32 +00:00
tu_device.h tu: Move event related related code to tu_event.cc/h 2024-06-12 12:28:44 +00:00
tu_dynamic_rendering.cc tu: Replace TU_FROM_HANDLE with VK_FROM_HANDLE 2024-04-19 18:00:12 +00:00
tu_dynamic_rendering.h turnip: add tu_dynamic_rendering.h 2022-08-04 00:40:12 +00:00
tu_event.cc tu: Handle all dependencies of CmdWaitEvents2 2024-06-12 12:28:44 +00:00
tu_event.h tu: Move event related related code to tu_event.cc/h 2024-06-12 12:28:44 +00:00
tu_formats.cc tu: Don't advertise AHB handle time on non-android 2024-05-21 18:45:31 +00:00
tu_formats.h tu: Enable UBWC for SNORM formats on a740+ 2024-02-27 07:33:59 -05:00
tu_image.cc tu: Update LRZ FC allocation for A7XX layout 2024-06-07 10:18:10 +00:00
tu_image.h tu: Update LRZ FC allocation for A7XX layout 2024-06-07 10:18:10 +00:00
tu_knl.cc tu: Implement VK_EXT_map_memory_placed 2024-05-05 14:38:39 +00:00
tu_knl.h turnip: msm: fix racy gem close for re-imported dma-buf 2024-05-13 21:58:37 +00:00
tu_knl_drm.cc tu: Replace TU_FROM_HANDLE with VK_FROM_HANDLE 2024-04-19 18:00:12 +00:00
tu_knl_drm.h tu/drm: Split out helper for iova alloc 2023-08-08 00:20:48 +00:00
tu_knl_drm_msm.cc turnip/msm: Do rd dump only when there are commands in submission 2024-05-27 12:29:32 +00:00
tu_knl_drm_virtio.cc virgl: Update headers 2024-05-23 20:02:03 +00:00
tu_knl_kgsl.cc tu: Use current_frame from vk device to delimit u_trace frames 2024-05-16 18:12:30 +00:00
tu_lrz.cc tu: Add LRZ disable reason to renderpass tracepoint 2024-06-14 20:18:32 +00:00
tu_lrz.h tu: Specify LRZ FC depth clear value on A7XX 2024-06-07 10:18:10 +00:00
tu_nir_lower_multiview.cc treewide: use nir_metadata_control_flow 2024-06-17 16:28:14 -04:00
tu_pass.cc tu: Disable depth and stencil tests when attachment state requires it 2024-05-02 18:18:52 +00:00
tu_pass.h tu: Disable depth and stencil tests when attachment state requires it 2024-05-02 18:18:52 +00:00
tu_perfetto.cc tu: Add perfetto memory tracing 2024-03-25 19:49:50 +00:00
tu_perfetto.h tu: Add perfetto memory tracing 2024-03-25 19:49:50 +00:00
tu_pipeline.cc turnip: Implement VK_EXT_depth_clamp_zero_one 2024-06-12 12:58:32 +00:00
tu_pipeline.h tu: Fix dynamic state not always being emitted 2024-03-06 20:57:35 +00:00
tu_query.cc tu: avoid memory polling in occlusion query endings using ZPASS_DONE 2024-06-18 11:39:57 +00:00
tu_query.h turnip: add tu_query.h 2022-08-04 00:40:12 +00:00
tu_rmv.cc tu: Move event related related code to tu_event.cc/h 2024-06-12 12:28:44 +00:00
tu_rmv.h tu: add RMV support 2024-03-08 11:34:17 +00:00
tu_shader.cc tu: Implement early preamble 2024-06-18 16:52:31 +00:00
tu_shader.h turnip,ir3/a750: Implement inline uniforms via ldg.k 2024-02-12 22:05:13 +00:00
tu_suballoc.cc tu: Implement VK_EXT_map_memory_placed 2024-05-05 14:38:39 +00:00
tu_suballoc.h tu: Give suballoc bo's a name 2024-02-24 01:15:04 +00:00
tu_tracepoints.py tu: Add attachments' UBWC info to renderpass tracepoint 2024-06-14 20:18:32 +00:00
tu_util.cc freedreno: add fd_rd_output facilities for gzip-compressed RD dumps 2024-01-31 07:59:30 +01:00
tu_util.h tu: Always print startup failure messages 2023-11-14 13:14:11 +00:00
tu_wsi.cc tu: Replace TU_FROM_HANDLE with VK_FROM_HANDLE 2024-04-19 18:00:12 +00:00
tu_wsi.h tu: Replace TU_HAS_SURFACE with TU_USE_WSI_PLATFORM 2024-04-16 10:03:48 +00:00