mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels.
This commit is contained in:
parent
1b32786de6
commit
2d6088f2a3
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue