1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-14 09:36:42 +00:00
Ryujinx/Ryujinx.Graphics.Shader/CodeGen/Glsl/HelperFunctions
gdkchan 59900d7f00
Unscale textureSize when resolution scaling is used (#2441)
* Unscale textureSize when resolution scaling is used

* Fix textureSize on compute

* Flag texture size as needing res scale values too
2021-07-09 00:09:07 -03:00
..
AtomicMinMaxS32Shared.glsl Add support for shader atomic min/max (S32) (#1948) 2021-01-26 17:38:33 +11:00
AtomicMinMaxS32Storage.glsl Add support for shader atomic min/max (S32) (#1948) 2021-01-26 17:38:33 +11:00
HelperFunctionNames.cs Add support for shader atomic min/max (S32) (#1948) 2021-01-26 17:38:33 +11:00
MultiplyHighS32.glsl
MultiplyHighU32.glsl
Shuffle.glsl Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
ShuffleDown.glsl Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
ShuffleUp.glsl Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
ShuffleXor.glsl Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
SwizzleAdd.glsl
TexelFetchScale_cp.glsl Unscale textureSize when resolution scaling is used (#2441) 2021-07-09 00:09:07 -03:00
TexelFetchScale_fp.glsl Unscale textureSize when resolution scaling is used (#2441) 2021-07-09 00:09:07 -03:00