ryujinx/src/Ryujinx.Graphics.Shader/Translation
gdkchan eb0bb36bbf
Implement transform feedback emulation for hardware without native support (#5080)
* Implement transform feedback emulation for hardware without native support

* Stop doing some useless buffer updates and account for non-zero base instance

* Reduce redundant updates even more

* Update descriptor init logic to account for ResourceLayout

* Fix transform feedback and storage buffers not being updated in some cases

* Shader cache version bump

* PR feedback

* SetInstancedDrawVertexCount must be always called after UpdateState

* Minor typo
2023-06-10 18:31:38 -03:00
..
Optimizations Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
AggregateType.cs Non-flags enums should not be used in bitwise operations (#5214) 2023-06-09 19:44:22 +02:00
AttributeConsts.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ControlFlowGraph.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Dominance.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
EmitterContext.cs Implement transform feedback emulation for hardware without native support (#5080) 2023-06-10 18:31:38 -03:00
EmitterContextInsts.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
FeatureFlags.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
FunctionMatch.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
HelperFunctionManager.cs Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
HelperFunctionName.cs Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
RegisterUsage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ResourceManager.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
Rewriter.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
ShaderConfig.cs Implement transform feedback emulation for hardware without native support (#5080) 2023-06-10 18:31:38 -03:00
ShaderHeader.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderIdentifier.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
Ssa.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TargetApi.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TargetLanguage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslationFlags.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslationOptions.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Translator.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
TranslatorContext.cs Share ResourceManager vertex vertex A and B shaders (#5181) 2023-05-31 17:17:50 -03:00