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:
Rob Clark 2018-09-07 07:41:43 -04:00
parent fda7683726
commit 5404e0637f

View file

@ -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);
}