From: Eric Anholt Date: Thu, 26 Oct 2017 23:03:59 +0000 (-0700) Subject: broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d6088f2a34570ef34d0e202c66d92dbe0f57994;p=mesa.git broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels. --- 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; }