mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 03:58:19 +02:00
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> |
||
|---|---|---|
| .. | ||
| disasm.h | ||
| freedreno_common.h | ||
| freedreno_dev_info.c | ||
| freedreno_dev_info.h | ||
| freedreno_devices.py | ||
| freedreno_guardband.h | ||
| freedreno_pm4.h | ||
| freedreno_uuid.c | ||
| freedreno_uuid.h | ||
| meson.build | ||
| README.rst | ||
Overview ======== Common functionality shared between freedreno drivers (that are not registers, layout or the compiler), e.g UUID generation.