mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
etnaviv: hwdb: Add MSAA_FRAGMENT_OPERATION feature
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36358>
This commit is contained in:
parent
4ad333103f
commit
71ac1647e7
2 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ enum etna_feature {
|
|||
ETNA_FEATURE_VIP_V7,
|
||||
ETNA_FEATURE_NN_XYDP0,
|
||||
ETNA_FEATURE_YUV420_TILER,
|
||||
ETNA_FEATURE_MSAA_FRAGMENT_OPERATION,
|
||||
ETNA_FEATURE_NUM,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -109,6 +109,8 @@ etna_query_feature_db(struct etna_core_info *info)
|
|||
ETNA_FEATURE(VIP_V7, VIP_V7);
|
||||
ETNA_FEATURE(NN_XYDP0, NN_XYDP0);
|
||||
|
||||
ETNA_FEATURE(MSAA_FRAGMENT_OPERATION, MSAA_FRAGMENT_OPERATION);
|
||||
|
||||
/* Limits: */
|
||||
if (info->type == ETNA_CORE_GPU) {
|
||||
info->gpu.max_instructions = db->InstructionCount;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue