mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 04:50:11 +01:00
svga: Silence debug printf.
This commit is contained in:
parent
0dadc0b808
commit
2aa3203660
1 changed files with 0 additions and 1 deletions
|
|
@ -238,7 +238,6 @@ update_tss(struct svga_context *svga,
|
||||||
// TEXCOORDINDEX -- hopefully not needed
|
// TEXCOORDINDEX -- hopefully not needed
|
||||||
|
|
||||||
if (svga->curr.tex_flags.flag_1d & (1 << i)) {
|
if (svga->curr.tex_flags.flag_1d & (1 << i)) {
|
||||||
debug_printf("wrap 1d tex %d\n", i);
|
|
||||||
EMIT_TS(svga, i, SVGA3D_TEX_ADDRESS_WRAP, ADDRESSV, fail);
|
EMIT_TS(svga, i, SVGA3D_TEX_ADDRESS_WRAP, ADDRESSV, fail);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue