rpcsx/rpcs3/Emu/RSX/GL
kd-11 15488eb247 rsx: Avoid unnecessarily touching framebuffer memory
- Do not bind companion framebuffer when clearing single aspect; let the
  contest mechanism sort it out instead
- Do not prematurely tag framebuffers, instead only do so at
  write-confirmation time. Should avoid false tagging if setup does not
  allow a render to occur.
2019-01-06 10:44:40 +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
GLFragmentProgram.cpp rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
GLFragmentProgram.h typos 2018-05-14 21:14:39 +04:00
GLGSRender.cpp rsx: Check av configuration when selecting display buffers! 2018-12-24 09:05:19 +03:00
GLGSRender.h rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
GLHelpers.cpp gl: Fix problems with framebuffer reuse 2018-09-21 16:32:23 +03:00
GLHelpers.h rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
GLOverlays.h rsx/overlays: Implement blur, darkening and ability to disable custom background 2018-09-18 16:24:13 +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: Avoid unnecessarily touching framebuffer memory 2019-01-06 10:44:40 +03:00
GLRenderTargets.h rsx: Avoid unnecessarily touching framebuffer memory 2019-01-06 10:44:40 +03:00
GLTextOut.h rsx: Code cleanup. Fixes several dozen warnings 2017-06-22 23:36:15 +03:00
GLTexture.cpp rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
GLTexture.h rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
GLTextureCache.h rsx: Implement stencil mirror views 2018-12-24 09:05:19 +03:00
GLVertexBuffers.cpp rsx: Fixups 2018-11-30 23:51:25 +03:00
GLVertexProgram.cpp rsx: Fixup; input attributes blob decoding 2018-11-30 23:51:25 +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