diff options
author | Brian Paul <[email protected]> | 2009-03-07 11:53:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-07 11:53:18 -0700 |
commit | 69e07bdeb42f2454f5052f86119adfb68f253098 (patch) | |
tree | b470fe705977cb5173f85c31c806bba5a48a504c /src/mesa/main/ffvertex_prog.c | |
parent | 34e77493ce451e888a5c4292e3b5d49063d6d0a6 (diff) |
mesa: remove GL_MESA_program_debug extension
This was never fully fleshed out and hasn't been used.
Diffstat (limited to 'src/mesa/main/ffvertex_prog.c')
-rw-r--r-- | src/mesa/main/ffvertex_prog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c index 42c8cc97c08..72b880e28ee 100644 --- a/src/mesa/main/ffvertex_prog.c +++ b/src/mesa/main/ffvertex_prog.c @@ -655,7 +655,6 @@ static void emit_op3fn(struct tnl_program *p, inst = &p->program->Base.Instructions[nr]; inst->Opcode = (enum prog_opcode) op; - inst->StringPos = 0; inst->Data = 0; emit_arg( &inst->SrcReg[0], src0 ); |