mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
st/mesa: remove debug code
This commit is contained in:
parent
0311d9ccf4
commit
c90baf444c
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ static void emit_ddy( struct st_translate *t,
|
|||
{
|
||||
struct ureg_program *ureg = t->ureg;
|
||||
struct ureg_src src = translate_src( t, SrcReg );
|
||||
if(1) src = ureg_negate( src );
|
||||
src = ureg_negate( src );
|
||||
ureg_DDY( ureg, dst, src );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue