ryujinx_ryubing/src/Ryujinx.Graphics.GAL/Multithreading/Commands
jhorv 73f985d27c
Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<byte> (#7171)
* refactor(perf): pass MemoryOwner<byte> around as itself rather than IMemoryOwner<byte>

* fix(perf): get span via MemoryOwner<byte>.Span property instead of through Memory property

* fix: incorrect comment change
2024-09-18 23:00:54 -03:00
..
Buffer
CounterEvent
ImageArray Change image format view handling to allow view incompatible formats (#7311) 2024-09-17 15:52:30 -03:00
Program
Renderer
Sampler
Texture Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<byte> (#7171) 2024-09-18 23:00:54 -03:00
TextureArray Vulkan separate descriptor set fixes (#6895) 2024-06-02 22:40:28 -03:00
Window
BarrierCommand.cs
BeginTransformFeedbackCommand.cs
ClearBufferCommand.cs
ClearRenderTargetColorCommand.cs
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
SetBlendStateAdvancedCommand.cs
SetBlendStateCommand.cs
SetDepthBiasCommand.cs
SetDepthClampCommand.cs
SetDepthModeCommand.cs
SetDepthTestCommand.cs
SetFaceCullingCommand.cs
SetFrontFaceCommand.cs
SetImageArrayCommand.cs
SetImageArraySeparateCommand.cs
SetImageCommand.cs Change image format view handling to allow view incompatible formats (#7311) 2024-09-17 15:52:30 -03:00
SetIndexBufferCommand.cs
SetLineParametersCommand.cs
SetLogicOpStateCommand.cs
SetMultisampleStateCommand.cs
SetPatchParametersCommand.cs
SetPointParametersCommand.cs
SetPolygonModeCommand.cs
SetPrimitiveRestartCommand.cs
SetPrimitiveTopologyCommand.cs
SetProgramCommand.cs
SetRasterizerDiscardCommand.cs
SetRenderTargetColorMasksCommand.cs
SetRenderTargetsCommand.cs
SetScissorsCommand.cs
SetStencilTestCommand.cs
SetStorageBuffersCommand.cs
SetTextureAndSamplerCommand.cs
SetTextureArrayCommand.cs
SetTextureArraySeparateCommand.cs
SetTransformFeedbackBuffersCommand.cs
SetUniformBuffersCommand.cs
SetUserClipDistanceCommand.cs
SetVertexAttribsCommand.cs
SetVertexBuffersCommand.cs
SetViewportsCommand.cs
TextureBarrierCommand.cs
TextureBarrierTiledCommand.cs
TryHostConditionalRenderingCommand.cs
TryHostConditionalRenderingFlushCommand.cs