Mesa (main): mesa: remove incomplete texture warning

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 6 16:16:29 UTC 2022


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Jul  5 09:24:26 2022 -0400

mesa: remove incomplete texture warning

ETOOSPAMMY

Reviewed-by: Emma Anholt <emma at anholt.net>
Reviewed-by: Yusuf Khan <yusisamerican at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17362>

---

 src/mesa/main/texstate.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index 90e613f2cc1..87e81c901c8 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -704,7 +704,6 @@ update_single_program_texture(struct gl_context *ctx, struct gl_program *prog,
     * Mesa implements this by creating a hidden texture object with a pixel of
     * that value.
     */
-   _mesa_log("MESA: Using fallback texture for target %u\n", target_index);
    texObj = _mesa_get_fallback_texture(ctx, target_index);
    assert(texObj);
 



More information about the mesa-commit mailing list