Ryujinx/Ryujinx.Graphics.GAL/Multithreading/Commands
gdkchan 7fea26e97e
Remove use of reflection on GAL multithreading (#4287)
* Introduce new IGALCommand<T> interface and use it

* Remove use of reflection on GAL multithreading

* Unmanaged constraint
2023-01-22 01:07:43 +01:00
..
Buffer
CounterEvent
Program
Renderer Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
Sampler
Texture Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
Window Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
BarrierCommand.cs
BeginTransformFeedbackCommand.cs
ClearBufferCommand.cs
ClearRenderTargetColorCommand.cs Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
ClearRenderTargetDepthStencilCommand.cs
CommandBufferBarrierCommand.cs
CopyBufferCommand.cs
DispatchComputeCommand.cs
DrawCommand.cs
DrawIndexedCommand.cs
DrawIndexedIndirectCommand.cs
DrawIndexedIndirectCountCommand.cs
DrawIndirectCommand.cs
DrawIndirectCountCommand.cs
DrawTextureCommand.cs
EndHostConditionalRenderingCommand.cs
EndTransformFeedbackCommand.cs
IGALCommand.cs
SetAlphaTestCommand.cs
SetBlendStateCommand.cs
SetDepthBiasCommand.cs Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
SetDepthClampCommand.cs
SetDepthModeCommand.cs
SetDepthTestCommand.cs Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
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 Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
SetRenderTargetsCommand.cs
SetScissorsCommand.cs
SetStencilTestCommand.cs
SetStorageBuffersCommand.cs
SetTextureAndSamplerCommand.cs
SetTransformFeedbackBuffersCommand.cs
SetUniformBuffersCommand.cs
SetUserClipDistanceCommand.cs
SetVertexAttribsCommand.cs
SetVertexBuffersCommand.cs Remove use of reflection on GAL multithreading (#4287) 2023-01-22 01:07:43 +01:00
SetViewportsCommand.cs
TextureBarrierCommand.cs
TextureBarrierTiledCommand.cs
TryHostConditionalRenderingCommand.cs
TryHostConditionalRenderingFlushCommand.cs
UpdateRenderScaleCommand.cs