draw: Silence tgsi_emit_sse2 failed messages.

This commit is contained in:
José Fonseca 2011-03-04 16:29:13 +00:00
parent 6838c9ce74
commit 4a4f6a3901

View file

@ -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 );