Cross Reference: driinfo_radeonsi.h
xref: /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/driinfo_radeonsi.h
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
1// DriConf options specific to radeonsi
2DRI_CONF_SECTION_PERFORMANCE
3DRI_CONF_ADAPTIVE_SYNC(true)
4DRI_CONF_RADEONSI_ASSUME_NO_Z_FIGHTS(false)
5DRI_CONF_RADEONSI_COMMUTATIVE_BLEND_ADD(false)
6DRI_CONF_RADEONSI_ZERO_ALL_VRAM_ALLOCS(false)
7DRI_CONF_SECTION_END
8
9DRI_CONF_SECTION_DEBUG
10#define OPT_BOOL(name, dflt, description) DRI_CONF_OPT_B(radeonsi_##name, dflt, description)
11
12#include "radeonsi/si_debug_options.h"
13DRI_CONF_SECTION_END
14

Indexes created Thu Dec 04 03:09:34 GMT 2025