rpcsx/rpcs3/Emu/RSX/GL
kd-11 3150619320 rsx: Preserve read AA state separate from write AA state
- Some applications (e.g Backbreaker) use an evil hack to resolve MSAA.
  The application respecifies a formerly AA region as a region with no AA then performs a framebuffer feedback lookup.
  The old memory keeps AA during read, but writes back to itself with AA resolved.
  This is evil on several levels but it just happens to work on PS3
2018-06-08 22:17:50 +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 typos 2018-05-14 21:14:39 +04:00
GLFragmentProgram.h typos 2018-05-14 21:14:39 +04:00
GLGSRender.cpp rsx: Preserve read AA state separate from write AA state 2018-06-08 22:17:50 +03:00
GLGSRender.h vk/gl: Fix flush synchronization to be kinder to weaker CPUs but not harm higher end CPUs 2018-05-30 13:30:23 +03:00
GLHelpers.cpp gl: Reimplement textures 2018-04-25 19:14:36 +03:00
GLHelpers.h typos 2018-05-14 21:14:39 +04:00
GLOverlays.h overlays: Allow for non-interactable UI components 2018-05-30 12:35:41 +03:00
GLProcTable.h gl: Reimplement textures 2018-04-25 19:14:36 +03:00
GLProgramBuffer.h Parallel shader cache loading (#4677) 2018-06-01 19:49:29 +03:00
GLRenderTargets.cpp rsx: Preserve read AA state separate from write AA state 2018-06-08 22:17:50 +03:00
GLRenderTargets.h rsx: Preserve read AA state separate from write AA state 2018-06-08 22:17:50 +03:00
GLTextOut.h rsx: Code cleanup. Fixes several dozen warnings 2017-06-22 23:36:15 +03:00
GLTexture.cpp typos 2018-05-14 21:14:39 +04:00
GLTexture.h rsx: Blit engine fixes 2018-04-25 19:14:36 +03:00
GLTextureCache.h rsx: Preserve read AA state separate from write AA state 2018-06-08 22:17:50 +03:00
GLVertexBuffers.cpp typos 2018-05-14 21:14:39 +04:00
GLVertexProgram.cpp typos 2018-05-14 21:14:39 +04:00
GLVertexProgram.h gl: Move vertex processing to the GPU 2017-08-16 23:58:30 +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