rpcsx/rpcs3/Emu/RSX/GL
kd-11 60f3059d22 rsx: Compensate for nvidia's low precision attribute interpolation
- The hw generates inaccurate values when doing perspective-correct
  interpolation of vertex output attributes and makes the comparison (a ==
  b) fail even when they are a fixed constant value.
- Increase equality tolerance when doing comparisons in fragment
  shaders for NV cards only to work around this issue.
- Teepo fix
2019-04-25 16:23:05 +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 rsx: Texture cache refactor 2019-01-06 10:44:40 +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: Fix race on clearing native_ui vs emu_requested flag 2019-04-20 01:04:41 +03:00
GLGSRender.h rsx: Fix race on clearing native_ui vs emu_requested flag 2019-04-20 01:04:41 +03:00
GLHelpers.cpp rsx: Remove some old restrictions affecting memory persistence 2019-04-09 13:40:54 +03:00
GLHelpers.h rsx: Use native half float types if available 2019-04-25 16:23:05 +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: Fixups for data cast operations via typeless transfer 2019-04-09 13:40:54 +03:00
GLRenderTargets.h rsx: Silence some compiler noise 2019-03-22 21:27:15 +03:00
GLTextOut.h rsx: Code cleanup. Fixes several dozen warnings 2017-06-22 23:36:15 +03:00
GLTexture.cpp rsx: Fixups for data cast operations via typeless transfer 2019-04-09 13:40:54 +03:00
GLTexture.h rsx: Fixups for data cast operations via typeless transfer 2019-04-09 13:40:54 +03:00
GLTextureCache.h rsx: Fixups for data cast operations via typeless transfer 2019-04-09 13:40:54 +03:00
GLVertexBuffers.cpp gl: Fixup - inline arrays 2019-01-25 14:34:22 +03:00
GLVertexProgram.cpp rsx: Compensate for nvidia's low precision attribute interpolation 2019-04-25 16:23:05 +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