mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
mesa: Remove stray debug printfs in attachment completeness code
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Cc: "9.1 9.2" mesa-stable@lists.freedesktop.org
This commit is contained in:
parent
4a9522a5a0
commit
0c3dbd689b
1 changed files with 0 additions and 2 deletions
|
|
@ -703,8 +703,6 @@ test_attachment_completeness(const struct gl_context *ctx, GLenum format,
|
|||
}
|
||||
if (texImage->Width < 1 || texImage->Height < 1) {
|
||||
att_incomplete("teximage width/height=0");
|
||||
printf("texobj = %u\n", texObj->Name);
|
||||
printf("level = %d\n", att->TextureLevel);
|
||||
att->Complete = GL_FALSE;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue