mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 18:10:17 +01:00
freedreno: fix rast->depth_cleap_near/far
Fixes: daa19363de gallium: split depth_clip into depth_clip_near & depth_clip_far
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
fda7683726
commit
5404e0637f
1 changed files with 2 additions and 1 deletions
|
|
@ -297,7 +297,8 @@ fd_blitter_clear(struct pipe_context *pctx, unsigned buffers,
|
|||
.half_pixel_center = 1,
|
||||
.bottom_edge_rule = 1,
|
||||
.flatshade = 1,
|
||||
.depth_clip = 1,
|
||||
.depth_clip_near = 1,
|
||||
.depth_clip_far = 1,
|
||||
};
|
||||
ctx->clear_rs_state = pctx->create_rasterizer_state(pctx, &tmpl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue