mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* Do not allow render targets not explicitly written by the fragment shader to be modified * Shader cache version bump * Remove blank lines * Avoid redundant color mask updates * HostShaderCacheEntry can be null * Avoid more redundant glColorMask calls * nit: Mask -> Masks * Fix currentComponentMask * More efficient way to update _currentComponentMasks |
||
|---|---|---|
| .. | ||
| Multithreading | ||
| AddressMode.cs | ||
| BlendDescriptor.cs | ||
| BlendFactor.cs | ||
| BlendOp.cs | ||
| BufferHandle.cs | ||
| BufferRange.cs | ||
| Capabilities.cs | ||
| ColorF.cs | ||
| CompareMode.cs | ||
| CompareOp.cs | ||
| CounterType.cs | ||
| DepthMode.cs | ||
| DepthStencilMode.cs | ||
| DepthStencilState.cs | ||
| DepthTestDescriptor.cs | ||
| Extents2D.cs | ||
| Extents2DF.cs | ||
| Face.cs | ||
| Format.cs | ||
| FrontFace.cs | ||
| ICounterEvent.cs | ||
| ImageCrop.cs | ||
| IndexType.cs | ||
| IPipeline.cs | ||
| IProgram.cs | ||
| IRenderer.cs | ||
| ISampler.cs | ||
| IShader.cs | ||
| ITexture.cs | ||
| IWindow.cs | ||
| LogicalOp.cs | ||
| MagFilter.cs | ||
| MinFilter.cs | ||
| Origin.cs | ||
| PolygonMode.cs | ||
| PolygonModeMask.cs | ||
| PrimitiveTopology.cs | ||
| ProgramLinkStatus.cs | ||
| RectangleF.cs | ||
| Ryujinx.Graphics.GAL.csproj | ||
| SamplerCreateInfo.cs | ||
| ScreenCaptureImageInfo.cs | ||
| ShaderInfo.cs | ||
| StencilOp.cs | ||
| StencilTestDescriptor.cs | ||
| SupportBufferUpdater.cs | ||
| SwizzleComponent.cs | ||
| Target.cs | ||
| TextureCreateInfo.cs | ||
| TextureReleaseCallback.cs | ||
| VertexAttribDescriptor.cs | ||
| VertexBufferDescriptor.cs | ||
| Viewport.cs | ||
| ViewportSwizzle.cs | ||