Ryujinx/Ryujinx.Graphics/Shader/StructuredIr
Alex Barney b2b736abc2 Misc cleanup (#708)
* Fix typos

* Remove unneeded using statements

* Enforce var style more

* Remove redundant qualifiers

* Fix some indentation

* Disable naming warnings on files with external enum names

* Fix build

* Mass find & replace for comments with no spacing

* Standardize todo capitalization and for/if spacing
2019-07-02 04:39:22 +02:00
..
AstAssignment.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstBlock.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstBlockType.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstBlockVisitor.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
AstHelper.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstNode.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstOperand.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstOperation.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstOptimizer.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
AstTextureOperation.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
GotoElimination.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
GotoStatement.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
IAstNode.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
InstructionInfo.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
OperandInfo.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
PhiFunctions.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
StructuredProgram.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
StructuredProgramContext.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
StructuredProgramInfo.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00
VariableType.cs New shader translator implementation (#654) 2019-04-18 09:57:08 +10:00