mesa/src/freedreno/common
Chia-I Wu 6bc1fd1862 freedreno: add has_separate_chroma_filter to fd_dev_info
The blob driver does not support
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT
before a6xx_gen3.  It still sets CHROMA_LINEAR bit according to
chromaFilter, but the bit has no effect before a6xx_gen3 (confirmed on
a618 with blob version 512.490.0).

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19609>
2022-11-18 00:29:09 +00:00
..
disasm.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
freedreno_common.h freedreno: Make BIT() 64-bit 2022-11-03 21:59:42 +00:00
freedreno_dev_info.c freedreno: Handle wildcard fuse-id in device matching 2022-01-13 05:26:11 +00:00
freedreno_dev_info.h freedreno: add has_separate_chroma_filter to fd_dev_info 2022-11-18 00:29:09 +00:00
freedreno_devices.py freedreno: add has_separate_chroma_filter to fd_dev_info 2022-11-18 00:29:09 +00:00
freedreno_guardband.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
freedreno_pm4.h freedreno/pm4: Use unsigned instead of uint to fix musl build 2022-11-12 00:01:31 +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.