Ryujinx/Ryujinx.Graphics.OpenGL
Thog 416ddd0f6e
Some fixes for the new GLRenderer (#930)
* Some fixes for the new GLRenderer

Changelog:
- Fix transparency of the window on some games on Windows.
- Fix escape key not being able to exit emulation.
- Fix inverted logic in fullscreen event handling.
- Fix a race condition when stoping emulation causing a hang.
- Fix a memory leak of the OpenGL context when stoping emulation (saving ~200MB of RAM when stoping emulation).
- Simplify and document behaviours when exiting the emulator while the
emulation is running.

* Make sure to clear alpha channel when presenting Texture

This fix once and for all the transparency issue on Windows.

* Enforce footer bar size to avoid gl widget to get resized to 1280x724

* Fix full screen inversion in MainWindow and make sure _listStatusBox don't come back when not needed

* Remove previous transparency clear attempt that is useless now

* Remove an extra line return
2020-02-13 14:43:29 -03:00
..
Buffer.cs Add a GetSpan method to the memory manager and use it on GPU (#877) 2020-01-13 10:27:50 +11:00
Counters.cs Initial work 2020-01-09 02:13:00 +01:00
Debugger.cs Change GPU errors to debug and reduce log messages 2020-01-09 02:13:00 +01:00
EnumConversion.cs Enable stencil texturing (fixes #866) (#910) 2020-01-31 14:42:03 +11:00
FormatInfo.cs Add basic error logging to the GPU 2020-01-09 02:13:00 +01:00
FormatTable.cs Fix R5G6B5 in SurfaceFlinger (#863) 2020-01-09 19:12:47 +01:00
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 Address PR feedback 2020-01-09 02:13:00 +01:00
Pipeline.cs Support configurable point size (#916) 2020-02-02 10:19:46 +11:00
Program.cs Use correct shader local memory size instead of a hardcoded size (#914) 2020-02-02 14:25:52 +11:00
Renderer.cs Replace glFinish with barrier for WaitForIdle (#878) 2020-01-13 09:12:40 +11:00
Ryujinx.Graphics.OpenGL.csproj Add inbuilt Opengl renderer to window (#922) 2020-02-12 01:56:19 +01:00
Sampler.cs Some code cleanup 2020-01-09 02:13:00 +01:00
Shader.cs Initial work 2020-01-09 02:13:00 +01:00
TextureCopy.cs Address PR feedback 2020-01-09 02:13:00 +01:00
TextureCopyUnscaled.cs Some code cleanup 2020-01-09 02:13:00 +01:00
TextureStorage.cs Change GPU errors to debug and reduce log messages 2020-01-09 02:13:00 +01:00
TextureView.cs Enable stencil texturing (fixes #866) (#910) 2020-01-31 14:42:03 +11:00
VertexArray.cs GPU resource disposal 2020-01-09 02:13:00 +01:00
VertexBuffer.cs Initial work 2020-01-09 02:13:00 +01:00
Window.cs Some fixes for the new GLRenderer (#930) 2020-02-13 14:43:29 -03:00