summaryrefslogtreecommitdiffstats
path: root/src/intel/isl
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-08-23 17:32:24 -0700
committerKenneth Graunke <[email protected]>2019-08-26 16:54:20 +0000
commit1b090f065e0f39856ef4b228091f76241f1bbe2b (patch)
treea2e8ea35e54c1fe03230d73fde7d01913e136a1e /src/intel/isl
parent85cc78a6242723b5e2fc24e5784d9d9b47f7dc15 (diff)
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: f741de236b5 ("isl: Enable Unorm Path in Color Pipe") Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/isl')
-rw-r--r--src/intel/isl/isl_surface_state.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intel/isl/isl_surface_state.c b/src/intel/isl/isl_surface_state.c
index be9566d05c3..9bef9bc0dee 100644
--- a/src/intel/isl/isl_surface_state.c
+++ b/src/intel/isl/isl_surface_state.c
@@ -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;