OPT_BOOL(force_use_fma32, false, "Force use fma32 instruction for GPU family newer than gfx9")
OPT_BOOL(dcc_msaa, false, "Enable DCC for MSAA")
OPT_BOOL(mall_noalloc, false, "Don't use MALL (infinity cache)")
+OPT_BOOL(zerovram, false, "Zero all VRAM allocations")
#undef OPT_BOOL
#undef OPT_INT
DRI_CONF_OPT_B(force_sw_rendering_on_cpu, def, \
"If set to false, emulates software rendering on the requested device, else uses a software renderer.")
-/**
- * \brief radeonsi specific configuration options
- */
-
-#define DRI_CONF_RADEONSI_ZERO_ALL_VRAM_ALLOCS(def) \
- DRI_CONF_OPT_B(radeonsi_zerovram, def, \
- "Zero all vram allocations")
-
#define DRI_CONF_V3D_NONMSAA_TEXTURE_SIZE_LIMIT(def) \
DRI_CONF_OPT_B(v3d_nonmsaa_texture_size_limit, def, \
"Report the non-MSAA-only texture size limit")