diff options
Diffstat (limited to 'src/gallium/tests/graw/tri-gs.c')
-rw-r--r-- | src/gallium/tests/graw/tri-gs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/tests/graw/tri-gs.c b/src/gallium/tests/graw/tri-gs.c index ab92dd02325..7fe340d549f 100644 --- a/src/gallium/tests/graw/tri-gs.c +++ b/src/gallium/tests/graw/tri-gs.c @@ -62,12 +62,10 @@ static void set_viewport( float x, float y, vp.scale[0] = half_width; vp.scale[1] = half_height; vp.scale[2] = half_depth; - vp.scale[3] = 1.0f; vp.translate[0] = half_width + x; vp.translate[1] = half_height + y; vp.translate[2] = half_depth + z; - vp.translate[3] = 0.0f; ctx->set_viewport_states( ctx, 0, 1, &vp ); } |