etnaviv: hwdb: Add HWTFB cap

Used to tell if the GPU core supports transform feedback.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37320>
This commit is contained in:
Christian Gmeiner 2025-03-27 23:02:06 +01:00 committed by Marge Bot
parent 9c806f9514
commit 53ff96a227
2 changed files with 2 additions and 0 deletions

View file

@ -69,6 +69,7 @@ enum etna_feature {
ETNA_FEATURE_YUV420_TILER,
ETNA_FEATURE_MSAA_FRAGMENT_OPERATION,
ETNA_FEATURE_S8,
ETNA_FEATURE_HWTFB,
ETNA_FEATURE_NUM,
};

View file

@ -111,6 +111,7 @@ etna_query_feature_db(struct etna_core_info *info)
ETNA_FEATURE(MSAA_FRAGMENT_OPERATION, MSAA_FRAGMENT_OPERATION);
ETNA_FEATURE(REG_RSS8, S8);
ETNA_FEATURE(HWTFB, HWTFB);
/* Limits: */
if (info->type == ETNA_CORE_GPU) {