mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
draw: Eliminate stdio usage.
This commit is contained in:
parent
53174afeeb
commit
3b77f391db
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ draw_create_vs_sse(struct draw_context *draw,
|
|||
return &vs->base;
|
||||
|
||||
fail:
|
||||
fprintf(stderr, "tgsi_emit_sse2() failed, falling back to interpreter\n");
|
||||
debug_error("tgsi_emit_sse2() failed, falling back to interpreter\n");
|
||||
|
||||
x86_release_func( &vs->sse2_program );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue