rpcsx/rpcs3/Emu/RSX/Common
Nekotekina 580bd2b25e Initial Linux Aarch64 support
* Update asmjit dependency (aarch64 branch)
* Disable USE_DISCORD_RPC by default
* Dump some JIT objects in rpcs3 cache dir
* Add SIGILL handler for all platforms
* Fix resetting zeroing denormals in thread pool
* Refactor most v128:: utils into global gv_** functions
* Refactor PPU interpreter (incomplete), remove "precise"
* - Instruction specializations with multiple accuracy flags
* - Adjust calling convention for speed
* - Removed precise/fast setting, replaced with static
* - Started refactoring interpreters for building at runtime JIT
*   (I got tired of poor compiler optimizations)
* - Expose some accuracy settings (SAT, NJ, VNAN, FPCC)
* - Add exec_bytes PPU thread variable (akin to cycle count)
* PPU LLVM: fix VCTUXS+VCTSXS instruction NaN results
* SPU interpreter: remove "precise" for now (extremely non-portable)
* - As with PPU, settings changed to static/dynamic for interpreters.
* - Precise options will be implemented later
* Fix termination after fatal error dialog
2022-01-15 06:48:04 +03:00
..
Interpreter rsx: Fix interpreter texture fetch 2021-08-04 20:28:25 +03:00
bitfield.hpp vk: Clean up around vkQueueSubmit handling 2021-09-28 23:18:26 +03:00
BufferUtils.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
BufferUtils.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
profiling_timer.hpp rsx: refactor rsx_utils a bit 2021-09-28 17:43:15 +03:00
ring_buffer_helper.h RSX: fix 'Working buffer not big enough' 2021-07-27 23:59:12 +02:00
simple_array.hpp rsx: refactor rsx_utils a bit 2021-09-28 17:43:15 +03:00
surface_store.cpp Move align helpers to util/asm.hpp 2020-12-18 18:07:42 +03:00
surface_store.h rsx: Rework invalidation tagging 2022-01-07 22:55:27 +03:00
surface_utils.h rsx: Use 32 bit integers for pitch 2022-01-10 12:27:30 +03:00
TextGlyphs.h More random changes 2021-04-11 14:01:51 +03:00
texture_cache.cpp More random changes 2021-04-11 14:01:51 +03:00
texture_cache.h rsx: Use 32 bit integers for pitch 2022-01-10 12:27:30 +03:00
texture_cache_checker.h types.hpp: implement min_v<>, max_v<>, SignedInt, UnsignedInt, FPInt concepts 2021-05-23 19:43:51 +03:00
texture_cache_helpers.h rsx: Use 32 bit integers for pitch 2022-01-10 12:27:30 +03:00
texture_cache_predictor.h Put std::hash specialization out of std 2021-12-07 13:04:10 +03:00
texture_cache_types.h rsx: Minor refactoring (#10358) 2021-05-27 23:44:07 +01:00
texture_cache_utils.h rsx: Use 32 bit integers for pitch 2022-01-10 12:27:30 +03:00
TextureUtils.cpp macOS: Implement texture converter for Metal (2) (#11289) 2021-12-24 15:46:37 +03:00
TextureUtils.h rsx: Fix surface access bit flags 2021-08-29 11:10:30 +03:00