mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
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 commit1b090f065e)
This commit is contained in:
parent
80514527e5
commit
b871874de7
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue