diff options
author | Eric Anholt <[email protected]> | 2017-10-26 16:03:59 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-10-30 13:31:28 -0700 |
commit | 2d6088f2a34570ef34d0e202c66d92dbe0f57994 (patch) | |
tree | fca842184c5b770a47b7c6f0e6d4853b5a7e03fc /src/gallium | |
parent | 1b32786de6f78559615c1c28953fdd80c9751069 (diff) |
broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/vc5/vc5_emit.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |