Ryujinx/Ryujinx.Graphics.Gpu/Shader
gdkchan de06ffb0f7
Fix shaders with global memory access from unknown locations (#4029)
* Fix shaders with global memory access from unknown locations

* Shader cache version bump
2022-12-06 01:09:24 +00:00
..
DiskCache Fix shaders with global memory access from unknown locations (#4029) 2022-12-06 01:09:24 +00:00
HashTable Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
CachedShaderBindings.cs
CachedShaderProgram.cs GPU: Swap bindings array instead of copying (#4003) 2022-12-04 18:18:40 +01:00
CachedShaderStage.cs
ComputeShaderCacheHashTable.cs
GpuAccessor.cs
GpuAccessorBase.cs
GpuAccessorState.cs
GpuChannelComputeState.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
GpuChannelGraphicsState.cs
GpuChannelPoolState.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
ResourceCounts.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
ShaderAddresses.cs
ShaderCache.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
ShaderCacheHashTable.cs
ShaderCacheState.cs
ShaderCodeAccessor.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
ShaderDumper.cs
ShaderDumpPaths.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
ShaderSpecializationList.cs
ShaderSpecializationState.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
TransformFeedbackDescriptor.cs Rename ToSpan to AsSpan (#3556) 2022-08-11 18:07:37 -03:00