rpcsx/rpcs3/Emu/RSX/GL
kd-11 59ee74a275 rsx: Disable vertex cache if multithreaded memory access is enabled
- When multithreaded RSX is enabled, the vertex cache just lowers performance
- The small cost of upload is paid by the asynchronous thread, allowing RSX to work optimally
2019-06-25 20:50:54 +03:00
..
CMakeLists.txt CMake: Refactor CMake build (#5032) 2018-09-18 13:07:33 +03:00
GLCommonDecompiler.cpp gl/vk: Add constexpr to varying_registers and sync functions between the two backends 2019-06-12 10:59:31 +01:00
GLCommonDecompiler.h gl/vk: Add constexpr to varying_registers and sync functions between the two backends 2019-06-12 10:59:31 +01:00
GLExecutionState.h Implement std::bit_cast<> 2019-06-02 23:22:16 +03:00
GLFragmentProgram.cpp glsl: Refactoring, cleanup and optimizations 2019-06-25 20:50:54 +03:00
GLFragmentProgram.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
GLGSRender.cpp rsx: Disable vertex cache if multithreaded memory access is enabled 2019-06-25 20:50:54 +03:00
GLGSRender.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
GLHelpers.cpp rsx: Apply Clang-Tidy fix "performance-unnecessary-value-param" 2019-06-12 15:11:52 +03:00
GLHelpers.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
GLOverlays.h rsx: Apply Clang-Tidy fix "modernize-loop-convert" + const when relevant 2019-06-12 15:11:52 +03:00
GLProcTable.h gl: Reimplement textures 2018-04-25 19:14:36 +03:00
GLProgramBuffer.h Move rsx::constants and rsx::limits to rsx_utils.h 2019-06-25 17:11:10 +03:00
GLRenderTargets.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
GLRenderTargets.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
GLTextOut.h rsx: Apply Clang-Tidy fix "modernize-use-equals-default" 2019-06-12 15:11:52 +03:00
GLTexture.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
GLTexture.h rsx: Apply Clang-Tidy fix "readability-inconsistent-declaration-parameter-name" 2019-06-12 15:11:52 +03:00
GLTextureCache.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
GLVertexBuffers.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
GLVertexProgram.cpp glsl: Refactoring, cleanup and optimizations 2019-06-25 20:50:54 +03:00
GLVertexProgram.h Remove unnecessary header includes 2019-06-25 17:11:10 +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