mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
draw: Silence tgsi_emit_sse2 failed messages.
This commit is contained in:
parent
6838c9ce74
commit
4a4f6a3901
1 changed files with 2 additions and 1 deletions
|
|
@ -200,7 +200,8 @@ draw_create_vs_sse(struct draw_context *draw,
|
|||
return &vs->base;
|
||||
|
||||
fail:
|
||||
debug_error("tgsi_emit_sse2() failed, falling back to interpreter\n");
|
||||
if (0)
|
||||
debug_warning("tgsi_emit_sse2() failed, falling back to interpreter\n");
|
||||
|
||||
x86_release_func( &vs->sse2_program );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue