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.
simply0001
629ebf1bde
[video_core/maxwell3d] compute macro param address on demand ( #4067 )
GetMacroAddress only reads a couple of indices per macro, but ProcessMacro was
then building a full std::vector GPUVAddr> with one push_back per parameter word
every submission. macro_segments already holds base, count per chunk, so
GetMacroAddress can just walk it instead, drops the per-word loop, a
.clear(), and a vector member.
Also makes it so it returns on the first match in the macro dispatch instead of running every
std::get_if check.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4067
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
1 week ago
..
FindDiscordRPC.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
FindFFmpeg.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
FindLLVM.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
FindOpus.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
FindRenderDoc.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
FindSimpleIni.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findenet.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findgamemode.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findhttplib.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findlibiw.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findlibusb.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findlz4.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findstb.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago
Findzstd.cmake
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
2 weeks ago