diff options
author | Marek Olšák <[email protected]> | 2019-02-19 17:20:01 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-02-19 17:59:17 -0500 |
commit | ccbfe44e5ff88a19451701561f752c6046677122 (patch) | |
tree | 1c7896f2fe93e57727acb1686f7bb98f6eb5a169 /src/util | |
parent | f9c835eb56afc88a94b18052cbef001ae8a49031 (diff) |
radeonsi: add driconf option radeonsi_enable_nir
Cc: 18.3 19.0 <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/xmlpool/t_options.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index f48758f5706..a7cba3417cc 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -352,3 +352,8 @@ DRI_CONF_OPT_END DRI_CONF_OPT_BEGIN_B(radeonsi_zerovram, def) \ DRI_CONF_DESC(en,"Zero all vram allocations") \ DRI_CONF_OPT_END + +#define DRI_CONF_RADEONSI_ENABLE_NIR(def) \ +DRI_CONF_OPT_BEGIN_B(radeonsi_enable_nir, def) \ + DRI_CONF_DESC(en,gettext("Enable NIR")) \ +DRI_CONF_OPT_END |