rpcsx/rpcs3/Emu/RSX/Common
kd-11 eed32cf3a4 rsx: Decompiler fixups and improvements
- Fix 2D coordinate sampling of W coordinate.
  W is actually HPOS.w and not 1. Z is however always 0.
- Optimize register usage a bit
  Disassembling compiled SPV shows that global declaration results in less ops than using inout modifiers. Modifiers generate extra mov instructions.
2019-08-26 20:03:31 +03:00
..
BufferUtils.cpp Properly ignore SIMD macros to avoid warning 2019-06-28 01:40:52 +03:00
BufferUtils.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
FragmentProgramDecompiler.cpp rsx: Decompiler fixups and improvements 2019-08-26 20:03:31 +03:00
FragmentProgramDecompiler.h rsx: Decompiler fixups and improvements 2019-08-26 20:03:31 +03:00
GLSLCommon.h rsx: Implement depth_buffer_float support. 2019-08-26 20:03:31 +03:00
GLSLTypes.h glsl: Refactoring, cleanup and optimizations 2019-06-25 20:50:54 +03:00
ProgramStateCache.cpp rsx/decompiler: Restructure program register behavior 2019-08-26 20:03:31 +03:00
ProgramStateCache.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
ring_buffer_helper.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
ShaderParam.cpp RSX: Add a class factorizing decompiler code 2015-05-23 20:45:07 +02:00
ShaderParam.h rsx/decompiler: Restructure program register behavior 2019-08-26 20:03:31 +03:00
surface_store.cpp EXCEPTION macro removed 2016-08-08 19:19:32 +03:00
surface_store.h rsx: Free memory 'held hostage' by storage sections in the surface cache 2019-08-21 21:17:15 +03:00
surface_utils.h rsx: Implement depth_buffer_float support. 2019-08-26 20:03:31 +03:00
TextGlyphs.h rsx: TextGlyphs optimizations 2019-06-09 23:09:11 +01:00
texture_cache.h rsx: Implement depth_buffer_float support. 2019-08-26 20:03:31 +03:00
texture_cache_checker.h Texture cache cleanup, refactoring and fixes 2018-09-24 15:26:40 +03:00
texture_cache_predictor.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
texture_cache_utils.h rsx: Implement depth_buffer_float support. 2019-08-26 20:03:31 +03:00
TextureUtils.cpp rsx: Fix handling of ARGB8 memory 2019-08-21 21:17:15 +03:00
TextureUtils.h rsx: Implement depth_buffer_float support. 2019-08-26 20:03:31 +03:00
VertexProgramDecompiler.cpp rsx: Decompiler fixups for conditional execution 2019-08-26 20:03:31 +03:00
VertexProgramDecompiler.h rsx: Apply Clang-Tidy fix "readability-avoid-const-params-in-decls" 2019-06-12 15:11:52 +03:00