Ryujinx/Ryujinx.Graphics.Shader/Translation/Optimizations
riperiperi 33a4d7d1ba
GPU: Eliminate CB0 accesses when storage buffer accesses are resolved (#3847)
* Eliminate CB0 accesses

Still some work to do, decouple from hle?

* Forgot the important part somehow

* Fix and improve alignment test

* Address Feedback

* Remove some complexity when checking storage buffer alignment

* Update Ryujinx.Graphics.Shader/Translation/Optimizations/GlobalToStorage.cs

Co-authored-by: gdkchan <gab.dark.100@gmail.com>

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2022-11-17 18:47:41 +01:00
..
BindlessElimination.cs Fix bindless 1D textures having a buffer type on the shader (#3697) 2022-09-13 08:53:55 +02:00
BindlessToIndexed.cs
BranchElimination.cs
ConstantFolding.cs Transform shader LDC into constant buffer access if offset is constant (#3672) 2022-09-07 20:25:22 -03:00
GlobalToStorage.cs GPU: Eliminate CB0 accesses when storage buffer accesses are resolved (#3847) 2022-11-17 18:47:41 +01:00
HalfConversion.cs
Optimizer.cs Propagate Shader phi nodes with the same source value from all blocks (#3457) 2022-07-12 00:36:58 +02:00
Simplification.cs
Utils.cs