isl: Drop UnormPathInColorPipe for buffer surfaces.

Jason suggested I remove this in review, and he's right.  AFAICT this
affects blending, and that just isn't going to happen on buffers.

Fixes: f741de236b ("isl: Enable Unorm Path in Color Pipe")
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
(cherry picked from commit 1b090f065e)
This commit is contained in:
Kenneth Graunke 2019-08-23 17:32:24 -07:00 committed by Dylan Baker
parent 80514527e5
commit b871874de7

View file

@ -764,10 +764,6 @@ isl_genX(buffer_fill_state_s)(void *state,
s.RenderCacheReadWriteMode = 0;
#endif
#if GEN_GEN >= 11
s.EnableUnormPathInColorPipe = true;
#endif
s.SurfaceBaseAddress = info->address;
#if GEN_GEN >= 6
s.MOCS = info->mocs;