Support ballot operations with divergent control flow on Adreno

This commit is contained in:
Gabriel A 2023-08-21 14:01:45 -03:00 committed by Emmanuel Hansen
parent dca4091930
commit 698ac0413b
11 changed files with 66 additions and 6 deletions

View file

@ -167,6 +167,7 @@ namespace Ryujinx.Graphics.OpenGL
supportsNonConstantTextureOffset: HwCapabilities.SupportsNonConstantTextureOffset,
supportsScaledVertexFormats: true,
supportsShaderBallot: HwCapabilities.SupportsShaderBallot,
supportsShaderBallotDivergence: true,
supportsShaderBarrierDivergence: !(intelWindows || intelUnix),
supportsShaderFloat64: true,
supportsTextureGatherOffsets: true,