rpcsx/rpcs3/Emu/RSX/GL
kd-11 d361eedbec rsx: Clean up window management code
- Removes a lot of wm_event code that was used to perform window management and is no longer needed.
- Significantly simplifies the vulkan code.
- Implements resource management when vulkan window is minimized to allow resources to be freed.
2019-06-10 14:57:03 +03:00
..
CMakeLists.txt CMake: Refactor CMake build (#5032) 2018-09-18 13:07:33 +03:00
GLCommonDecompiler.cpp rsx/vk/gl: Cleanup and refector glsl::getFunctionImpl 2017-11-08 13:15:34 +03:00
GLCommonDecompiler.h rsx/vk/gl: Cleanup and refector glsl::getFunctionImpl 2017-11-08 13:15:34 +03:00
GLExecutionState.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
GLFragmentProgram.cpp rsx: Compensate for nvidia's low precision attribute interpolation 2019-04-25 16:23:05 +03:00
GLFragmentProgram.h rsx: Shader decompiler cleanup and improvements 2019-04-25 16:23:05 +03:00
GLGSRender.cpp rsx: Clean up window management code 2019-06-10 14:57:03 +03:00
GLGSRender.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
GLHelpers.cpp rsx: Remove some old restrictions affecting memory persistence 2019-04-09 13:40:54 +03:00
GLHelpers.h Limit shaderlog writing behind log_programs setting 2019-05-31 19:49:32 +03:00
GLOverlays.h gl/vk: Improvements to overlay rendering 2019-02-05 12:15:12 +03:00
GLProcTable.h gl: Reimplement textures 2018-04-25 19:14:36 +03:00
GLProgramBuffer.h rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
GLRenderTargets.cpp rsx: Fix zombie image references from inside the texture cache 2019-05-16 19:25:26 +03:00
GLRenderTargets.h rsx: Always initialize memory unless it is guaranteed to be wiped 2019-05-16 19:25:26 +03:00
GLTextOut.h rsx: Code cleanup. Fixes several dozen warnings 2017-06-22 23:36:15 +03:00
GLTexture.cpp gl: Fix staging buffer size calculation 2019-05-22 01:18:46 +03:00
GLTexture.h GLTexture: add missing #pragma once directive 2019-05-12 18:32:11 +03:00
GLTextureCache.h rsx: Use clear() instead of resize(0) 2019-06-01 22:59:23 +03:00
GLVertexBuffers.cpp gl: Fixup - inline arrays 2019-01-25 14:34:22 +03:00
GLVertexProgram.cpp Limit shaderlog writing behind log_programs setting 2019-05-31 19:49:32 +03:00
GLVertexProgram.h rsx/vp: CodeGen improvements 2018-07-07 16:20:33 +03:00
OpenGL.cpp Partial compilation fixes for osx 2018-03-24 11:14:40 +00:00
OpenGL.h gl: Implement swap control on linux 2018-01-30 21:16:43 +03:00