Ryujinx/src/Ryujinx.Graphics.Gpu
Zoltan Csizmadia 29e192f241
Migrate to .NET 8 (#5887)
* Change TargetFramework to net8.0

* Disable info messages

* Fix warings

* Disable additional analyzer messages

* Fix typo

* Add whitespace

* Fix ref vs in warnings

* Use explicit [In] on array parameters

* No need to guard Remove with Contains

* Use 'ArgumentOutOfRangeException.ThrowIf...' instead of explicitly throwing a new exception instance

* Bump .NET SDK version

* Enable JsonSerializerIsReflectionEnabledByDefault

* Use 8.0.100 GA release

* Bump System package versions

---------

Co-authored-by: Zoltan Csizmadia <Zoltan.Csizmadia@vericast.com>
2023-11-15 17:41:31 +01:00
..
Engine Disable DMA GPU copy for block linear to linear copies (#5927) 2023-11-14 23:24:42 -03:00
Image Work around issue apparently caused by 5909 (#5926) 2023-11-14 22:24:54 -03:00
Memory Geometry shader emulation for macOS (#5551) 2023-08-29 21:10:34 -03:00
Shader GPU: Add fallback when textureGatherOffsets is not supported (#5792) 2023-10-20 15:05:09 +02:00
Synchronization Migrate to .NET 8 (#5887) 2023-11-15 17:41:31 +01:00
ClassId.cs [Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367) 2023-07-02 02:47:54 +02:00
Constants.cs [Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367) 2023-07-02 02:47:54 +02:00
GpuChannel.cs Geometry shader emulation for macOS (#5551) 2023-08-29 21:10:34 -03:00
GpuContext.cs Move support buffer update out of the backends (#5411) 2023-07-11 14:07:41 -03:00
GraphicsConfig.cs Implement color space passthrough option (#5531) 2023-08-07 18:54:05 +01:00
Ryujinx.Graphics.Gpu.csproj Migrate to .NET 8 (#5887) 2023-11-15 17:41:31 +01:00
Window.cs GPU: Discard data when getting texture before full clear (#5719) 2023-09-25 23:07:03 +02:00