mesa/src/freedreno/common
Connor Abbott b1fe85e38c freedreno, turnip: Set TPL1_DBG_ECO_CNTL better
Match the blob better here. Note that the value of 0x1000000 for a650
comes from the Vulkan blob, and it's required to fix cubic filtering
even though the GLES driver doesn't set it (and doesn't support cubic
filtering).

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5261
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12929>
2021-09-21 09:08:20 +00:00
..
disasm.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
freedreno_dev_info.c freedreno: Device matching based on chip_id 2021-08-06 18:51:50 +00:00
freedreno_dev_info.h freedreno, turnip: Set TPL1_DBG_ECO_CNTL better 2021-09-21 09:08:20 +00:00
freedreno_devices.py freedreno, turnip: Set TPL1_DBG_ECO_CNTL better 2021-09-21 09:08:20 +00:00
freedreno_guardband.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
freedreno_pm4.h freedreno: Move pkt parsing helpers to common 2021-05-31 23:34:43 +00:00
freedreno_uuid.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
freedreno_uuid.h freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
meson.build freedreno: Move generated device table to .h 2021-08-06 18:51:50 +00:00
README.rst

Overview
========

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