mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
Reduce stderr noise.
This commit is contained in:
parent
311bcf5090
commit
40ca5b455f
1 changed files with 2 additions and 2 deletions
|
|
@ -1140,7 +1140,7 @@ void _mesa_UpdateTexEnvProgram( GLcontext *ctx )
|
||||||
search_cache(ctx->Texture.env_fp_cache, hash, key, sizeof(*key));
|
search_cache(ctx->Texture.env_fp_cache, hash, key, sizeof(*key));
|
||||||
|
|
||||||
if (!ctx->_TexEnvProgram) {
|
if (!ctx->_TexEnvProgram) {
|
||||||
if (1) _mesa_printf("Building new texenv proggy for key %x\n", hash);
|
if (0) _mesa_printf("Building new texenv proggy for key %x\n", hash);
|
||||||
|
|
||||||
ctx->FragmentProgram._Current = ctx->_TexEnvProgram =
|
ctx->FragmentProgram._Current = ctx->_TexEnvProgram =
|
||||||
(struct fragment_program *)
|
(struct fragment_program *)
|
||||||
|
|
@ -1151,7 +1151,7 @@ void _mesa_UpdateTexEnvProgram( GLcontext *ctx )
|
||||||
cache_item(&ctx->Texture.env_fp_cache, hash, key, ctx->_TexEnvProgram);
|
cache_item(&ctx->Texture.env_fp_cache, hash, key, ctx->_TexEnvProgram);
|
||||||
} else {
|
} else {
|
||||||
FREE(key);
|
FREE(key);
|
||||||
if (1) _mesa_printf("Found existing texenv program for key %x\n", hash);
|
if (0) _mesa_printf("Found existing texenv program for key %x\n", hash);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue