On Friday, October 20, 2017 10:33:39 AM PDT Lionel Landwerlin wrote: > This workaround isn't listed on Gen10. > > Signed-off-by: Lionel Landwerlin <[email protected]> > --- > src/intel/vulkan/gen8_cmd_buffer.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/intel/vulkan/gen8_cmd_buffer.c > b/src/intel/vulkan/gen8_cmd_buffer.c > index f19867ca320..751212b8f43 100644 > --- a/src/intel/vulkan/gen8_cmd_buffer.c > +++ b/src/intel/vulkan/gen8_cmd_buffer.c > @@ -259,6 +259,8 @@ want_depth_pma_fix(struct anv_cmd_buffer *cmd_buffer) > UNUSED static bool > want_stencil_pma_fix(struct anv_cmd_buffer *cmd_buffer) > { > + if (GEN_GEN > 9) > + return false; > assert(GEN_GEN == 9); > > /* From the Skylake PRM Vol. 2c CACHE_MODE_1::STC PMA Optimization Enable: >
Subject should be
anv: Disable stencil pma fix on Gen > 9
...the depth PMA fix is already off on Gen9+.
Reviewed-by: Kenneth Graunke <[email protected]>
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
