18 Commits (ccd00731c622a3cac0fd5848243e9b902e608fba)

Author SHA1 Message Date
lizzie ccd00731c6 [shader_recompiler] use reusable stable_vector<> instead of object pools 4 months ago
lizzie df838a57fd
[dynarmic] reduce CPU usage on Spooky Mansion by making blocks be page-sized and page-aligned; replace std::set<> with ankerl set in arm64 (#3253) 6 months ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
ameerj 0df188787a shader_recompiler: Reduce unused includes 4 years ago
ReinUsesLisp 50d20bf0e9 shader: Add copy constructor to instructions 5 years ago
ReinUsesLisp 03f6d424ce glasm: Rework control flow introducing a syntax list 5 years ago
ReinUsesLisp b6bd6a5bce shader: Inline common IR::Block methods 5 years ago
lat9nq a4e7a41e7f shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
ReinUsesLisp a5f87011d3 shader: Primitive Vulkan integration 5 years ago
ReinUsesLisp 60342eb0c0 shader: Add support for forward declarations 5 years ago
ReinUsesLisp 76a3a2510f shader: Misc fixes 5 years ago
ReinUsesLisp c4d75e4b78 shader: Initial implementation of an AST 6 years ago
ReinUsesLisp 8e9207253c shader: Better constant folding 6 years ago
ReinUsesLisp 0dcc0d5f8a shader: Properly store phi on Inst 6 years ago
ReinUsesLisp b229ffc0bc shader: Add pools and rename files 6 years ago
ReinUsesLisp f5605b424f shader: Initial instruction support 6 years ago
ReinUsesLisp 1b576ed4cb shader: SSA and dominance 6 years ago
ReinUsesLisp e6892e9da6 shader: Initial recompiler work 6 years ago