xref: /third_party/mesa3d/src/gallium/drivers/iris/driinfo_iris.h (revision bf215546)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/gallium/drivers/iris/
1// iris specific driconf options
2
3DRI_CONF_SECTION_DEBUG
4   DRI_CONF_DUAL_COLOR_BLEND_BY_LOCATION(false)
5   DRI_CONF_DISABLE_THROTTLING(false)
6   DRI_CONF_ALWAYS_FLUSH_CACHE(false)
7   DRI_CONF_OPT_B(sync_compile, false, "Always compile synchronously (will cause stalls)")
8   DRI_CONF_LIMIT_TRIG_INPUT_RANGE(false)
9DRI_CONF_SECTION_END
10
11DRI_CONF_SECTION_PERFORMANCE
12   DRI_CONF_ADAPTIVE_SYNC(true)
13   DRI_CONF_OPT_E(bo_reuse, 1, 0, 1, "Buffer object reuse",)
14DRI_CONF_SECTION_END
15

Indexes created Thu Nov 07 10:32:03 CST 2024