mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
mesa: debug output for ARL
This commit is contained in:
parent
1a366701b8
commit
a636f5b4d0
1 changed files with 3 additions and 0 deletions
|
|
@ -701,6 +701,9 @@ _mesa_execute_program(GLcontext * ctx,
|
|||
GLfloat t[4];
|
||||
fetch_vector4(&inst->SrcReg[0], machine, t);
|
||||
machine->AddressReg[0][0] = IFLOOR(t[0]);
|
||||
if (DEBUG_PROG) {
|
||||
printf("ARL %d\n", machine->AddressReg[0][0]);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case OPCODE_BGNLOOP:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue