summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKevin Strasser <[email protected]>2019-01-24 17:26:31 -0800
committerAdam Jackson <[email protected]>2019-08-21 18:36:57 +0000
commitf4703f1c10246b4e4813635569ff00475c00f418 (patch)
tree8183b5f6f9785e71b2d9a445660c0eeec93a717e /src/util
parent4861d2a3956fd7394fa2da6337a0418cbb00dc82 (diff)
i965: Add handling for fp16 configs
Expose configs when allow_fp16_configs has been enabled and DRI_LOADER_CAP_FP16 is set in the loader. Also, define a new dri configuration option so users can disable exposure of fp16 formats. Make fp16 opt-in for i965. Signed-off-by: Kevin Strasser <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/xmlpool/t_options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
index 86a72e9b39f..6bfc5c652e3 100644
--- a/src/util/xmlpool/t_options.h
+++ b/src/util/xmlpool/t_options.h
@@ -274,6 +274,11 @@ DRI_CONF_OPT_BEGIN_B(allow_rgb565_configs, def) \
DRI_CONF_DESC(en,gettext("Allow exposure of visuals and fbconfigs with rgb565 formats")) \
DRI_CONF_OPT_END
+#define DRI_CONF_ALLOW_FP16_CONFIGS(def) \
+DRI_CONF_OPT_BEGIN_B(allow_fp16_configs, def) \
+DRI_CONF_DESC(en,gettext("Allow exposure of visuals and fbconfigs with fp16 formats")) \
+DRI_CONF_OPT_END
+
/**
* \brief Initialization configuration options
*/