mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
undo a test/debug change
This commit is contained in:
parent
4cc2674aee
commit
ced6f76404
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ init_machine(GLcontext *ctx, struct gl_program_machine *machine,
|
|||
if (ctx->FragmentProgram.CallbackEnabled)
|
||||
inputsRead = ~0;
|
||||
|
||||
if (1/*program->Base.Target == GL_FRAGMENT_PROGRAM_NV*/) {
|
||||
if (program->Base.Target == GL_FRAGMENT_PROGRAM_NV) {
|
||||
/* Clear temporary registers (undefined for ARB_f_p) */
|
||||
_mesa_bzero(machine->Temporaries,
|
||||
MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue