Keaton-Ryujinx/src/Ryujinx.Graphics.Shader
Kurochi51 d604e98227
Fix regression introduced by 1.1.1733 on Intel GPUs (#5311)
* Fix regression introduced by 1.1733 on Intel iGPUs

* Should have actually figured the variable, oops.

* maybe something goes wrong here? honestly lost

* Shader cache bump
2023-06-22 21:35:06 +02:00
..
CodeGen Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
Decoders Ensure shader local and shared memory sizes are not zero (#5321) 2023-06-17 16:28:27 -03:00
Instructions Fix regression introduced by 1.1.1733 on Intel GPUs (#5311) 2023-06-22 21:35:06 +02:00
IntermediateRepresentation Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
StructuredIr Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
Translation Ensure shader local and shared memory sizes are not zero (#5321) 2023-06-17 16:28:27 -03:00
AlphaTestOp.cs
AttributeType.cs
BufferDescriptor.cs
BufferUsageFlags.cs
Constants.cs Implement transform feedback emulation for hardware without native support (#5080) 2023-06-10 18:31:38 -03:00
IGpuAccessor.cs Implement transform feedback emulation for hardware without native support (#5080) 2023-06-10 18:31:38 -03:00
InputTopology.cs
OutputTopology.cs
Ryujinx.Graphics.Shader.csproj Implement Load/Store Local/Shared and Atomic shared using new instructions (#5241) 2023-06-15 17:31:53 -03:00
SamplerType.cs
ShaderIdentification.cs
ShaderProgram.cs
ShaderProgramInfo.cs
ShaderStage.cs
SupportBuffer.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
TessPatchType.cs
TessSpacing.cs
TextureDescriptor.cs
TextureFormat.cs
TextureHandle.cs Removing shift by 0 (#5249) 2023-06-09 11:23:44 +02:00
TextureUsageFlags.cs