Module: Mesa
Branch: master
Commit: 642e19dc448f65d0f99a00d1a5bff02f75ae747e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=642e19dc448f65d0f99a00d1a5bff02f75ae747e

Author: Axel Davy <[email protected]>
Date:   Sun Feb  7 20:01:57 2021 +0100

driconf: Rename csmt_int back to csmt_force

Fixes regression introduced by
<https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6916>

Signed-off-by: Axel Davy <[email protected]>
Acked-by: Timur Kristóf <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9177>

---

 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 299f55f9f3a..84d6765553f 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) \

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to