mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 13:10:28 +01:00
Release temporary
This commit is contained in:
parent
6e2ab82f5c
commit
ab377ce414
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue