mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
disable debug printfs
This commit is contained in:
parent
4566880656
commit
b4e75d6c41
1 changed files with 2 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ _mesa_reference_program(GLcontext *ctx,
|
||||||
GLboolean deleteFlag;
|
GLboolean deleteFlag;
|
||||||
|
|
||||||
/*_glthread_LOCK_MUTEX((*ptr)->Mutex);*/
|
/*_glthread_LOCK_MUTEX((*ptr)->Mutex);*/
|
||||||
#if 01
|
#if 0
|
||||||
printf("Program %p %u 0x%x Refcount-- to %d\n",
|
printf("Program %p %u 0x%x Refcount-- to %d\n",
|
||||||
*ptr, (*ptr)->Id, (*ptr)->Target, (*ptr)->RefCount - 1);
|
*ptr, (*ptr)->Id, (*ptr)->Target, (*ptr)->RefCount - 1);
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -400,7 +400,7 @@ _mesa_reference_program(GLcontext *ctx,
|
||||||
if (prog) {
|
if (prog) {
|
||||||
/*_glthread_LOCK_MUTEX(prog->Mutex);*/
|
/*_glthread_LOCK_MUTEX(prog->Mutex);*/
|
||||||
prog->RefCount++;
|
prog->RefCount++;
|
||||||
#if 01
|
#if 0
|
||||||
printf("Program %p %u 0x%x Refcount++ to %d\n",
|
printf("Program %p %u 0x%x Refcount++ to %d\n",
|
||||||
prog, prog->Id, prog->Target, prog->RefCount);
|
prog, prog->Id, prog->Target, prog->RefCount);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue