isl: Don't set "Enable Unorm Path in Color Pipe" on Alchemist
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 15 Jun 2023 21:25:22 +0000 (14:25 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 29 Jun 2023 21:45:13 +0000 (21:45 +0000)
This bit no longer exists and is marked MBZ.  I assume that the
optimization is just permanently enabled; this was always a basically
a chicken bit.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23684>

src/intel/isl/isl_surface_state.c

index 747363d..396d57f 100644 (file)
@@ -461,7 +461,7 @@ isl_genX(surf_fill_state_s)(const struct isl_device *dev, void *state,
    s.RenderCacheReadWriteMode = 0;
 #endif
 
-#if GFX_VER >= 11
+#if GFX_VER >= 11 && GFX_VERx10 < 125
    /* We've seen dEQP failures when enabling this bit with UINT formats,
     * which particularly affects blorp_copy() operations.  It shouldn't
     * have any effect on UINT textures anyway, so disable it for them.