From ab377ce414ba5ca286bab0ddc8e80769bcb88656 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 5 May 2006 00:00:46 +0000 Subject: Release temporary --- src/mesa/tnl/t_vp_build.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 56800aafda..eb12dfe6aa 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -1154,6 +1154,8 @@ static void build_reflect_texgen( struct tnl_program *p, emit_op2(p, OPCODE_ADD, tmp, 0, tmp, tmp); /* (-2n.u)n + u */ emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); + + release_temp(p, tmp); } static void build_sphere_texgen( struct tnl_program *p, -- cgit v1.2.3