projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85cc78a
)
isl: Drop UnormPathInColorPipe for buffer surfaces.
author
Kenneth Graunke
<kenneth@whitecape.org>
Sat, 24 Aug 2019 00:32:24 +0000
(17:32 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Mon, 26 Aug 2019 16:54:20 +0000
(16:54 +0000)
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 <jason@jlekstrand.net>
src/intel/isl/isl_surface_state.c
patch
|
blob
|
history
diff --git
a/src/intel/isl/isl_surface_state.c
b/src/intel/isl/isl_surface_state.c
index be9566d05c347dbab38c930b96de455b39198ff0..9bef9bc0dee7f88f3667c950ae6e46cdc0d8cdf8 100644
(file)
--- 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;