mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
anv: enable compression control on Android VP17
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Noticed-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40367>
This commit is contained in:
parent
73feb138b6
commit
516f854dbb
1 changed files with 4 additions and 0 deletions
|
|
@ -47,7 +47,11 @@ static const driOptionDescription anv_dri_options[] = {
|
|||
DRI_CONFIG_INTEL_TE_DISTRIBUTION(true)
|
||||
DRI_CONFIG_INTEL_STORAGE_CACHE_POLICY_WT(false)
|
||||
DRI_CONF_ANV_LARGE_WORKGROUP_NON_COHERENT_IMAGE_WORKAROUND(false)
|
||||
#if DETECT_OS_ANDROID && ANDROID_API_LEVEL >= 37
|
||||
DRI_CONF_ANV_COMPRESSION_CONTROL_ENABLED(true)
|
||||
#else
|
||||
DRI_CONF_ANV_COMPRESSION_CONTROL_ENABLED(false)
|
||||
#endif
|
||||
DRI_CONF_ANV_FAKE_NONLOCAL_MEMORY(false)
|
||||
DRI_CONF_OPT_E(intel_stack_id, 512, 256, 2048,
|
||||
"Control the number stackIDs (i.e. number of unique rays in the RT subsytem)",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue