mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
cell: turn off some debug output
This commit is contained in:
parent
9e7b730eb2
commit
9d1444092f
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ cmd_state_texture(const struct cell_command_texture *texture)
|
|||
const uint width = texture->width;
|
||||
const uint height = texture->height;
|
||||
|
||||
if (1||Debug) {
|
||||
if (Debug) {
|
||||
printf("SPU %u: TEXTURE [%u] at %p size %u x %u\n", spu.init.id,
|
||||
texture->unit, texture->start,
|
||||
texture->width, texture->height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue