Ryujinx/Ryujinx.Graphics.OpenGL
Xpl0itR 12d49c37d2
Make max anisotropy configurable (#1043)
* Make max anisotropy configurable

* Move opengl command to opengl project

* Add GUI option
2020-03-31 08:38:52 +11:00
..
Buffer.cs
Counters.cs
Debugger.cs Workaround for AMD and Intel view format bug (#1050) 2020-03-29 23:48:39 +11:00
EnumConversion.cs
FormatInfo.cs
FormatTable.cs
Framebuffer.cs Workaround for AMD and Intel view format bug (#1050) 2020-03-29 23:48:39 +11:00
HwCapabilities.cs Make max anisotropy configurable (#1043) 2020-03-31 08:38:52 +11:00
Pipeline.cs Workaround for AMD and Intel view format bug (#1050) 2020-03-29 23:48:39 +11:00
Program.cs
Renderer.cs Make max anisotropy configurable (#1043) 2020-03-31 08:38:52 +11:00
Ryujinx.Graphics.OpenGL.csproj
Sampler.cs
Shader.cs
TextureCopy.cs
TextureCopyUnscaled.cs Workaround for AMD and Intel view format bug (#1050) 2020-03-29 23:48:39 +11:00
TextureStorage.cs Workaround for AMD and Intel view format bug (#1050) 2020-03-29 23:48:39 +11:00
TextureView.cs Workaround for AMD and Intel view format bug (#1050) 2020-03-29 23:48:39 +11:00
VertexArray.cs Support constant attributes (with a value of zero) (#1066) 2020-03-30 13:11:24 +11:00
VertexBuffer.cs
Window.cs