ryujinx/Ryujinx.Graphics.Shader
gdkchan 79b3243f54
Do not attempt to normalize SNORM image buffers on shaders (#2317)
* Do not attempt to normalize SNORM image buffers on shaders

* Shader cache version bump
2021-05-31 21:59:23 +02:00
..
CodeGen Fix constant buffer array size when indexing is used and other buffer descriptor and resolution scale regressions (#2298) 2021-05-20 15:12:15 -03:00
Decoders Implement shader HelperThreadNV (#2163) 2021-04-02 21:50:35 +11:00
Instructions Move shader resource descriptor creation out of the backend (#2290) 2021-05-19 23:15:26 +02:00
IntermediateRepresentation Move shader resource descriptor creation out of the backend (#2290) 2021-05-19 23:15:26 +02:00
StructuredIr Fix constant buffer array size when indexing is used and other buffer descriptor and resolution scale regressions (#2298) 2021-05-20 15:12:15 -03:00
Translation Do not attempt to normalize SNORM image buffers on shaders (#2317) 2021-05-31 21:59:23 +02:00
BufferDescriptor.cs
BufferUsageFlags.cs
IGpuAccessor.cs Fix constant buffer array size when indexing is used and other buffer descriptor and resolution scale regressions (#2298) 2021-05-20 15:12:15 -03:00
InputTopology.cs
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj
SamplerType.cs
ShaderProgram.cs
ShaderProgramInfo.cs Only enable clip distance if written to on shader (#2217) 2021-04-20 12:33:54 +02:00
ShaderStage.cs
TextureDescriptor.cs
TextureFormat.cs
TextureUsageFlags.cs