From 3bcc395253e020df40763d36ba9401b126b17173 Mon Sep 17 00:00:00 2001 From: gdk Date: Sun, 27 Oct 2019 17:51:33 -0300 Subject: Add shader support for the round mode on the F2F instruction, support mipmaps on ASTC compressed textures --- Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation') diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs index 74194f35..88918f3f 100644 --- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs +++ b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs @@ -71,6 +71,7 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation PackHalf2x16, ReciprocalSquareRoot, Return, + Round, ShiftLeft, ShiftRightS32, ShiftRightU32, -- cgit v1.2.3