1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 22:44:36 +01:00
Ryujinx/Ryujinx.Graphics.GAL/Multithreading/Commands
gdkchan b46b63e06a
Add support for alpha to coverage dithering (#3069)
* Add support for alpha to coverage dithering

* Shader cache version bump

* Fix wrong alpha register

* Ensure support buffer is cleared

* New shader specialization based approach
2022-07-05 19:58:36 -03:00
..
Buffer
CounterEvent
Program
Renderer
Sampler
Texture
Window
BarrierCommand.cs
BeginTransformFeedbackCommand.cs
ClearBufferCommand.cs
ClearRenderTargetColorCommand.cs
ClearRenderTargetDepthStencilCommand.cs
CommandBufferBarrierCommand.cs
CopyBufferCommand.cs
DispatchComputeCommand.cs
DrawCommand.cs
DrawIndexedCommand.cs
DrawTextureCommand.cs
EndHostConditionalRenderingCommand.cs
EndTransformFeedbackCommand.cs
IGALCommand.cs
MultiDrawIndexedIndirectCountCommand.cs
MultiDrawIndirectCountCommand.cs
SetAlphaTestCommand.cs
SetBlendStateCommand.cs
SetDepthBiasCommand.cs
SetDepthClampCommand.cs
SetDepthModeCommand.cs
SetDepthTestCommand.cs
SetFaceCullingCommand.cs
SetFrontFaceCommand.cs
SetImageCommand.cs
SetIndexBufferCommand.cs
SetLineParametersCommand.cs
SetLogicOpStateCommand.cs
SetMultisampleStateCommand.cs
SetPatchParametersCommand.cs
SetPointParametersCommand.cs
SetPolygonModeCommand.cs
SetPrimitiveRestartCommand.cs
SetPrimitiveTopologyCommand.cs
SetProgramCommand.cs
SetRasterizerDiscardCommand.cs
SetRenderTargetColorMasksCommand.cs
SetRenderTargetScaleCommand.cs
SetRenderTargetsCommand.cs
SetSamplerCommand.cs
SetScissorCommand.cs
SetStencilTestCommand.cs
SetStorageBuffersCommand.cs
SetTextureCommand.cs
SetTransformFeedbackBuffersCommand.cs
SetUniformBuffersCommand.cs
SetUserClipDistanceCommand.cs
SetVertexAttribsCommand.cs
SetVertexBuffersCommand.cs
SetViewportsCommand.cs
TextureBarrierCommand.cs
TextureBarrierTiledCommand.cs
TryHostConditionalRenderingCommand.cs
TryHostConditionalRenderingFlushCommand.cs
UpdateRenderScaleCommand.cs