We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94306f5 commit 41a3dc9Copy full SHA for 41a3dc9
Source/GmmLib/Resource/GmmResourceInfoCommonEx.cpp
@@ -59,7 +59,7 @@ bool GmmLib::GmmResourceInfoCommon::CopyClientParams(GMM_RESCREATE_PARAMS &Creat
59
CreateParams.Flags.Info.TiledY = true;
60
61
// Pre-Gen11 Planar
62
- if(GmmIsPlanar(CreateParams.Format))
+ if(GmmIsPlanar(CreateParams.Format) && (GFX_GET_CURRENT_RENDERCORE(pGmmGlobalContext->GetPlatformInfo().Platform) < IGFX_GEN11_CORE))
63
{
64
CreateParams.Flags.Info.TiledX = true;
65
}
0 commit comments