1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-10 10:21:43 +00:00
Ryujinx/Ryujinx.Graphics.OpenGL
gdkchan ab4867505e
Implement GPU scissors (#1058)
* Implement GPU scissors

* Remove unused using

* Add missing changes for Clear
2020-03-29 14:02:58 +11:00
..
Buffer.cs
Counters.cs
Debugger.cs Change GPU errors to debug and reduce log messages 2020-01-09 02:13:00 +01:00
EnumConversion.cs
FormatInfo.cs Add basic error logging to the GPU 2020-01-09 02:13:00 +01:00
FormatTable.cs
Framebuffer.cs Support copy of slices to 3D textures, remove old 3D render target layered render support, do not delete textures with existing views created from them 2020-01-09 02:13:00 +01:00
HwCapabilities.cs
Pipeline.cs Implement GPU scissors (#1058) 2020-03-29 14:02:58 +11:00
Program.cs
Renderer.cs
Ryujinx.Graphics.OpenGL.csproj
Sampler.cs
Shader.cs
TextureCopy.cs
TextureCopyUnscaled.cs Reduce copy destination size by target mipmap level, rather than source size. (#959) 2020-03-01 07:50:44 +11:00
TextureStorage.cs
TextureView.cs Enable stencil texturing (fixes #866) (#910) 2020-01-31 14:42:03 +11:00
VertexArray.cs
VertexBuffer.cs
Window.cs