gdkchan 9daf029f35 Use vector transform feedback outputs if possible (#3832) 3 years ago
..
Optimizations 66f16f4392 Fix bindless 1D textures having a buffer type on the shader (#3697) 3 years ago
AggregateType.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
AttributeConsts.cs 51a27032f0 Fix VertexId and InstanceId on Vulkan (#3833) 3 years ago
AttributeInfo.cs 51a27032f0 Fix VertexId and InstanceId on Vulkan (#3833) 3 years ago
ControlFlowGraph.cs a7109c767b Rewrite shader decoding stage (#2698) 4 years ago
Dominance.cs a7109c767b Rewrite shader decoding stage (#2698) 4 years ago
EmitterContext.cs 2df16ded9b Improve shader BRX instruction code generation (#3759) 3 years ago
EmitterContextInsts.cs 650cc41c02 Implement remaining shader double-precision instructions (#2845) 4 years ago
FeatureFlags.cs 911ea38e93 Support shader gl_Color, gl_SecondaryColor and gl_TexCoord built-ins (#2817) 4 years ago
FunctionMatch.cs 99445dd0a6 Add support for fragment shader interlock (#2768) 4 years ago
GlobalMemory.cs 63f1663fa9 Fix shader 8-bit and 16-bit STS/STG (#2741) 4 years ago
RegisterUsage.cs 053dcfdb05 Use multiple dest operands for shader call instructions (#1975) 5 years ago
Rewriter.cs 7f8a3541eb Fix decoding of block after shader BRA.CC instructions without predicate (#3472) 3 years ago
ShaderConfig.cs 9daf029f35 Use vector transform feedback outputs if possible (#3832) 3 years ago
ShaderHeader.cs 3bd357045f Do not allow render targets not explicitly written by the fragment shader to be modified (#3063) 4 years ago
Ssa.cs 2232e4ae87 Vulkan backend (#2518) 3 years ago
TargetApi.cs d125fce3e8 Allow shader language and target API to be specified on the shader translator (#2402) 4 years ago
TargetLanguage.cs 97a2133207 shadertools: Prepare for new target Languages and APIs (#2465) 4 years ago
TranslationFlags.cs 7e967d796c Stop using glTransformFeedbackVaryings and use explicit layout on the shader (#3012) 4 years ago
TranslationOptions.cs d125fce3e8 Allow shader language and target API to be specified on the shader translator (#2402) 4 years ago
Translator.cs c6d05301aa infra: Migrate to .NET 7 (#3795) 3 years ago
TranslatorContext.cs 9c2500de5f Fix incorrect tessellation inputs/outputs (#3728) 3 years ago