1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-10 19:28:46 +01:00
Ryujinx/Ryujinx.Graphics.GAL
Mary 57d3296ba4
infra: Migrate to .NET 6 ()
* infra: Migrate to .NET 6

* Rollback version naming change

* Workaround .NET 6 ZipArchive API issues

* ci: Switch to VS 2022 for AppVeyor

CI is now ready for .NET 6

* Suppress WebClient warning in DoUpdateWithMultipleThreads

* Attempt to workaround System.Drawing.Common changes on 6.0.0

* Change keyboard rendering from System.Drawing to ImageSharp

* Make the software keyboard renderer multithreaded

* Bump ImageSharp version to 1.0.4 to fix a bug in Image.Load

* Add fallback fonts to the keyboard renderer

* Fix warnings

* Address caian's comment

* Clean up linux workaround as it's uneeded now

* Update readme

Co-authored-by: Caian Benedicto <caianbene@gmail.com>
2021-11-28 21:24:17 +01:00
..
Multithreading Implement DrawTexture functionality () 2021-11-10 15:37:49 -03:00
AddressMode.cs
BlendDescriptor.cs
BlendFactor.cs
BlendOp.cs
BufferHandle.cs
BufferRange.cs
Capabilities.cs Add support for fragment shader interlock () 2021-10-28 19:53:12 -03:00
ColorF.cs
CompareMode.cs
CompareOp.cs
CounterType.cs
DepthMode.cs
DepthStencilMode.cs
DepthStencilState.cs
DepthTestDescriptor.cs
Extents2D.cs
Extents2DF.cs Implement DrawTexture functionality () 2021-11-10 15:37:49 -03:00
Face.cs
Format.cs
FrontFace.cs
ICounterEvent.cs Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime () 2021-08-27 00:31:29 +02:00
ImageCrop.cs
IndexType.cs
IPipeline.cs Implement DrawTexture functionality () 2021-11-10 15:37:49 -03:00
IProgram.cs
IRenderer.cs Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime () 2021-08-27 00:31:29 +02:00
ISampler.cs
IShader.cs
ITexture.cs
IWindow.cs Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime () 2021-08-27 00:31:29 +02:00
LogicalOp.cs
MagFilter.cs Some code cleanup 2020-01-09 02:13:00 +01:00
MinFilter.cs
Origin.cs
PolygonMode.cs Initial tessellation shader support () 2021-10-18 18:38:04 -03:00
PolygonModeMask.cs
PrimitiveTopology.cs
ProgramLinkStatus.cs
RectangleF.cs
Ryujinx.Graphics.GAL.csproj infra: Migrate to .NET 6 () 2021-11-28 21:24:17 +01:00
SamplerCreateInfo.cs
ScreenCaptureImageInfo.cs
StencilOp.cs
StencilTestDescriptor.cs
SwizzleComponent.cs
Target.cs
TextureCreateInfo.cs Clamp number of mipmap levels to avoid API errors due to invalid textures () 2021-11-03 20:58:24 -03:00
TextureReleaseCallback.cs
TransformFeedbackDescriptor.cs
VertexAttribDescriptor.cs
VertexBufferDescriptor.cs
Viewport.cs
ViewportSwizzle.cs