iris/gfx12: Hook up dual-SIMD8 fragment shader dispatch.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26585>
This commit is contained in:
Francisco Jerez
2022-06-22 16:54:11 -07:00
committed by Marge Bot
parent ccb5795938
commit 4ec54e84da
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1966,7 +1966,7 @@ iris_compile_fs(struct iris_screen *screen,
.prog_data = fs_prog_data,
.allow_spilling = true,
.max_polygons = 1,
.max_polygons = UCHAR_MAX,
.vue_map = vue_map,
};