iris: Correctly set NOS for geometry shader state changes
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Backport-to: 25.0 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33658>
This commit is contained in:
@@ -3486,9 +3486,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);
|
||||
|
||||
Reference in New Issue
Block a user