rpcsx/rpcs3/Emu
kd-11 a96b4412d3 rsx: Do not rely on program env state, instead, always use program ucode analysis results when doing codegen
- Some things can be present in program env but not ucode state
  e.g A texture can be active and bound in a redirected manner but not actually be used in ucode
  In such a case, only the ucode analysis or decompilation can decide whether to inject decoding routines
2020-12-25 02:39:08 +03:00
..
Audio Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
Cell Fix minor typo 2020-12-23 20:50:33 +03:00
CPU MSVC: remove MemLeak build support 2020-12-22 14:32:30 +03:00
Io types.hpp: more cleanup 2020-12-22 19:08:09 +03:00
Memory Implement util/auto_typemap.hpp 2020-12-24 14:55:25 +03:00
NP types.hpp: more cleanup 2020-12-22 19:08:09 +03:00
RSX rsx: Do not rely on program env state, instead, always use program ucode analysis results when doing codegen 2020-12-25 02:39:08 +03:00
CMakeLists.txt rsx: Refactor shader codegen and fix shadow sampling on depth-float 2020-12-25 02:39:08 +03:00
GameInfo.h Move types.h to util/types.hpp 2020-12-12 15:12:01 +03:00
GDB.cpp Add usz alias for std::size_t 2020-12-18 12:23:53 +03:00
GDB.h GDB: remove wrong_checksum_exception 2019-11-08 19:27:11 +03:00
IdManager.cpp Remove BOM markers 2020-12-06 15:30:12 +03:00
IdManager.h Move types.h to util/types.hpp 2020-12-12 15:12:01 +03:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
localized_string.cpp Remove BOM markers 2020-12-06 15:30:12 +03:00
localized_string.h Remove BOM markers 2020-12-06 15:30:12 +03:00
localized_string_id.h Remove BOM markers 2020-12-06 15:30:12 +03:00
perf_meter.cpp perf_meter.cpp: register only named threads 2020-12-22 14:32:30 +03:00
perf_meter.hpp types.hpp: remove intrinsic includes 2020-12-21 21:11:25 +03:00
System.cpp types.hpp: remove intrinsic includes 2020-12-21 21:11:25 +03:00
System.h Don't randomly include "stdafx.h" 2020-12-22 14:32:30 +03:00
system_config.cpp Cleanup and move sysinfo.h -> util/sysinfo.hpp 2020-12-18 12:55:54 +03:00
system_config.h rsx: Make debug overlay dynamic 2020-12-16 10:10:06 +03:00
system_config_types.cpp Firmware libraries settings overhaul 2020-12-13 21:52:24 +03:00
system_config_types.h Firmware libraries settings overhaul 2020-12-13 21:52:24 +03:00
title.cpp Cleanup and move sysinfo.h -> util/sysinfo.hpp 2020-12-18 12:55:54 +03:00
title.h Remove BOM markers 2020-12-06 15:30:12 +03:00
VFS.cpp types.hpp: remove intrinsic includes 2020-12-21 21:11:25 +03:00
VFS.h Improve Trophy Installer robustness 2020-10-01 22:00:57 +03:00