mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 13:10:24 +01:00
i965: disable debug printf
This commit is contained in:
parent
ac22178eb0
commit
ebfbd8c4fe
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ static void brw_vs_alloc_regs( struct brw_vs_compile *c )
|
|||
c->use_const_buffer = GL_TRUE;
|
||||
else
|
||||
c->use_const_buffer = GL_FALSE;
|
||||
printf("use_const_buffer = %d\n", c->use_const_buffer);
|
||||
/*printf("use_const_buffer = %d\n", c->use_const_buffer);*/
|
||||
|
||||
/* r0 -- reserved as usual
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue