From 2d6088f2a34570ef34d0e202c66d92dbe0f57994 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 26 Oct 2017 16:03:59 -0700 Subject: broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels. --- src/gallium/drivers/vc5/vc5_emit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/vc5/vc5_emit.c') diff --git a/src/gallium/drivers/vc5/vc5_emit.c b/src/gallium/drivers/vc5/vc5_emit.c index 158a2367aa0..9b5d293079c 100644 --- a/src/gallium/drivers/vc5/vc5_emit.c +++ b/src/gallium/drivers/vc5/vc5_emit.c @@ -215,7 +215,6 @@ vc5_emit_state(struct pipe_context *pctx) cl_emit(&job->bcl, CLIP_WINDOW, clip) { clip.clip_window_left_pixel_coordinate = minx; clip.clip_window_bottom_pixel_coordinate = miny; - clip.clip_window_height_in_pixels = maxy - miny; clip.clip_window_width_in_pixels = maxx - minx; clip.clip_window_height_in_pixels = maxy - miny; } -- cgit v1.2.3