mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
iris: larger polygon offset
This commit is contained in:
parent
5188e54e97
commit
d207f97840
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ iris_create_rasterizer_state(struct pipe_context *ctx,
|
|||
rr.GlobalDepthOffsetEnableSolid = state->offset_tri;
|
||||
rr.GlobalDepthOffsetEnableWireframe = state->offset_line;
|
||||
rr.GlobalDepthOffsetEnablePoint = state->offset_point;
|
||||
rr.GlobalDepthOffsetConstant = state->offset_units;
|
||||
rr.GlobalDepthOffsetConstant = state->offset_units * 2;
|
||||
rr.GlobalDepthOffsetScale = state->offset_scale;
|
||||
rr.GlobalDepthOffsetClamp = state->offset_clamp;
|
||||
rr.SmoothPointEnable = state->point_smooth;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue