diff --git a/.pick_status.json b/.pick_status.json index cb785e024c9..e99db4d6111 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1474,7 +1474,7 @@ "description": "iris: Correctly set NOS for geometry shader state changes", "nominated": true, "nomination_type": 4, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/gallium/drivers/iris/iris_program.c b/src/gallium/drivers/iris/iris_program.c index 71762b82d98..0b805583caf 100644 --- a/src/gallium/drivers/iris/iris_program.c +++ b/src/gallium/drivers/iris/iris_program.c @@ -3496,9 +3496,7 @@ iris_create_shader_state(struct pipe_context *ctx, break; case MESA_SHADER_GEOMETRY: - /* User clip planes */ - if (info->clip_distance_array_size == 0) - ish->nos |= (1ull << IRIS_NOS_RASTERIZER); + ish->nos |= (1ull << IRIS_NOS_RASTERIZER); key.gs = (struct iris_gs_prog_key) { KEY_INIT(vue.base) }; key_size = sizeof(key.gs);