mesa/src/freedreno/common
Marek Olšák a965ada6ee Inline mesa_sha1, SHA1_CTX
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40383>
2026-03-23 07:03:27 +00:00
..
disasm.h ir3: Disasm shader descriptor stats 2026-02-04 18:28:28 +00:00
fd6_gmem_cache.h freedreno/a6xx: Extract out GMEM cache helper 2025-12-30 07:42:07 -08:00
fd6_hw.h freedreno/registers: Fix gen8 swizzle enum 2025-12-08 22:12:00 +00:00
fd6_pack.h tu,freedreno: Drop the ".bo_write" flag. 2025-12-11 22:22:34 +00:00
freedreno_common.h freedreno: Add gen8 chip template-fu 2025-12-08 22:12:00 +00:00
freedreno_dev_info.c freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_dev_info.h tu: Implement VK_QCOM_image_processing. 2026-01-27 02:00:40 +00:00
freedreno_dev_info.py freedreno: Add --nvtop arg 2026-03-11 22:20:45 +00:00
freedreno_devices.py tu: fix reg size for a8xx_gen1 2026-03-20 19:32:19 +00:00
freedreno_gpu_event.h freedreno/event: Extend event helpers for gen8 2025-12-08 22:11:58 +00:00
freedreno_guardband.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_lrz.h freedreno/lrz: Correct lrz fc layout for gen8 2026-01-23 21:07:16 +00:00
freedreno_pm4.h tu: Fix zero length pkt4 2026-01-14 00:06:49 +00:00
freedreno_rd_output.c fd: make RD dump output path configurable through FD_RD_DUMP_PATH 2026-03-22 11:03:04 +00:00
freedreno_rd_output.h fd: make RD dump output path configurable through FD_RD_DUMP_PATH 2026-03-22 11:03:04 +00:00
freedreno_stompable_regs.h freedreno/registers: Reintroduce FD_NO_DEPRECATED_PACK 2025-12-20 00:23:08 +00:00
freedreno_ubwc.h freedreno: Flatten fd_dev_info props 2025-11-20 13:16:10 +00:00
freedreno_uuid.c Inline mesa_sha1, SHA1_CTX 2026-03-23 07:03:27 +00:00
freedreno_uuid.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_vrs.h freedreno: Add common VRS helpers 2025-08-21 22:48:32 +00:00
meson.build meson: Use adreno-pm4-pack.xml.h instead of custom definitions 2025-11-13 18:14:11 +00:00
msm_proto.h freedreno/drm/virtio: Fix typo 2024-01-03 22:28:41 +00:00
README.rst
redump.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00

Overview
========

Common functionality shared between freedreno drivers (that are not
registers, layout or the compiler), e.g UUID generation.