From 642e19dc448f65d0f99a00d1a5bff02f75ae747e Mon Sep 17 00:00:00 2001 From: Axel Davy Date: Sun, 7 Feb 2021 20:01:57 +0100 Subject: [PATCH] driconf: Rename csmt_int back to csmt_force MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes regression introduced by Signed-off-by: Axel Davy Acked-by: Timur Kristóf Part-of: --- src/util/driconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/driconf.h b/src/util/driconf.h index 299f55f..84d6765 100644 --- a/src/util/driconf.h +++ b/src/util/driconf.h @@ -387,7 +387,7 @@ "Whether to make d3d's presentation mode DISCARD (games usually use that mode) Tear Free. If rendering above screen refresh, some frames will get skipped. false by default.") #define DRI_CONF_NINE_CSMT(def) \ - DRI_CONF_OPT_I(csmt_int, def, 0, 0, \ + DRI_CONF_OPT_I(csmt_force, def, 0, 0, \ "If set to 1, force gallium nine CSMT. If set to 0, disable it. By default (-1) CSMT is enabled on known thread-safe drivers.") #define DRI_CONF_NINE_DYNAMICTEXTUREWORKAROUND(def) \ -- 2.7.4