Mesa (main): gallivm: remove pointless no_filter_hacks flag

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 3 12:29:38 UTC 2021


Module: Mesa
Branch: main
Commit: f395057a82801b252d9455f89d2c8e6d8e9d7ed6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f395057a82801b252d9455f89d2c8e6d8e9d7ed6

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Mon Aug  2 14:36:47 2021 +0200

gallivm: remove pointless no_filter_hacks flag

This flag now does the same thing as the no_quad_lod flag, so let's get
rid of it to reduce confusion.

Reviewed-by: Roland Scheidegger <sroland at vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12125>

---

 src/gallium/auxiliary/gallivm/lp_bld_init.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.c b/src/gallium/auxiliary/gallivm/lp_bld_init.c
index bec04653da2..3f040ac21d7 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_init.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_init.c
@@ -60,7 +60,6 @@ static const struct debug_named_value lp_bld_perf_flags[] = {
    { "no_quad_lod", GALLIVM_PERF_NO_QUAD_LOD, "disable quad_lod optimization" },
    { "no_aos_sampling", GALLIVM_PERF_NO_AOS_SAMPLING, "disable aos sampling optimization" },
    { "nopt",   GALLIVM_PERF_NO_OPT, "disable optimization passes to speed up shader compilation" },
-   { "no_filter_hacks", GALLIVM_PERF_NO_QUAD_LOD, "disable filter optimization hacks" },
    DEBUG_NAMED_VALUE_END
 };
 



More information about the mesa-commit mailing list