mesa/src/freedreno/common
Connor Abbott 4a0bdf47e4 freedreno: Introduce common device info struct
This will collect all the various alignments, sizes, and magic values
and set them appropriately, replacing the various pieces scattered
throughout the drivers.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7385>
2020-11-02 18:07:05 +00:00
..
disasm.h freedreno/decode: try harder to not crash in disasm 2020-08-11 03:13:42 +00:00
freedreno_dev_info.c freedreno: Introduce common device info struct 2020-11-02 18:07:05 +00:00
freedreno_dev_info.h freedreno: Introduce common device info struct 2020-11-02 18:07:05 +00:00
freedreno_guardband.h freedreno: Add a helper for computing guardband sizes 2020-07-21 14:26:18 +00:00
freedreno_uuid.c
freedreno_uuid.h
meson.build freedreno: Introduce common device info struct 2020-11-02 18:07:05 +00:00
README.rst

Overview
========

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