You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lizzie
312c1cc0f6
[shader_recompiler] Simplify translate loop and directly call (the now uniform functions); remove repetitive declarations on impl.h ( #2972 )
Function polymorphism where it wasn't needed? especially on tight code loops like translating code and whatnot?
You may think the compiler was fine with this but nah, it just made codegen for all those paths; I didn't check LTO but I'd assume it behaves the same (since the "black box" from most walkers suck) - basically bunch of code that isn't longer used
Also uniformly declaring all functions (i.e same args, return value) makes the entire switch statment way nicer
Signed-off-by: lizzie lizzie@eden-emu.dev
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2972
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
3 months ago
..
CPM.cmake
[cmake, tools, docs] Update CPMUtil (#2790)
4 months ago
CPMUtil.cmake
[cmake] ffmpeg: use static on MSVC (#2946)
4 months ago
CopyYuzuQt6Deps.cmake
[qt] Fix title bar for windows being forced to light theme (#236)
6 months ago
DownloadExternals.cmake
CMake improvements: ccache, bundled Qt, MoltenVK, LTO, and Linux deps (#2622)
5 months ago
FindDiscordRPC.cmake
[dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755)
4 months ago
FindFFmpeg.cmake
[cmake] account for sysroot when cross compiling for SunOS/FBSD/etc; dynarmic now uses ARCHITECTURE_* from global defs (#2928)
4 months ago
FindLLVM.cmake
fix LLVM not using current top level src dir (#30)
7 months ago
FindOpus.cmake
cmake: move find-modules to root cmake dir
3 years ago
FindRenderDoc.cmake
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
FindSPIRV-Tools.cmake
[cmake] refactor: cpmfile, deps prefetch, force system and more (#322)
6 months ago
FindSimpleIni.cmake
cmake: support simpleini cmake config and pc file
2 years ago
Findenet.cmake
cmake: move find-modules to root cmake dir
3 years ago
Findgamemode.cmake
cmake: prefer system gamemode library
2 years ago
Findhttplib.cmake
cmake: support components in find modules
3 years ago
Findlibiw.cmake
Add Airplane Mode + Host Network Interface Details (#204)
8 months ago
Findlibusb.cmake
cmake: move find-modules to root cmake dir
3 years ago
Findlz4.cmake
cmake: move find-modules to root cmake dir
3 years ago
Findstb.cmake
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
Findzstd.cmake
[meta] add missing license headers for some .cmake/.sh (#2878)
4 months ago
GenerateDepHashes.cmake
[cmake, frontend] feat: CPMUtil + dependency viewer (#238)
6 months ago
GenerateSCMRev.cmake
[meta] allow customisation of auto-updater, remove hardcoded title names and fix dup title names (#2588)
5 months ago
GetSCMRev.cmake
[cmake] fix OpenGL, git rev identifier (#2530)
5 months ago
MinGWClangCross.cmake
chore: make yuzu REUSE compliant
4 years ago
MinGWCross.cmake
chore: make yuzu REUSE compliant
4 years ago
WindowsCopyFiles.cmake
[meta] fix license headers (#2547)
5 months ago
aqt_config.ini
Some fixes before Release (#92)
9 months ago