CamilleLaVey
|
51cc1bc6be
|
[scheduler, dma, maxwell] Reduce CPU stalls in the GPU command processing pipeline through multiple targeted optimizations (#3296)
- Scheduler: Reduced lock scope to allow parallel command preparation across channels
- DmaPusher: Added command prefetching (16-command lookahead) to improve cache hit rate
- Maxwell3D: Pre-allocated macro parameter vectors to eliminate dynamic allocations and unrolls dirty register tracking loop for better cache locality
- MacroEngine: Added last-executed macro cache to skip hash table lookups on hot path
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3296
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: DraVee <dravee@eden-emu.dev>
Co-authored-by: CamilleLaVey <camillelavey99@gmail.com>
Co-committed-by: CamilleLaVey <camillelavey99@gmail.com>
|
2026-01-18 03:45:18 +01:00 |
|
Gamer64
|
bb94cff886
|
[chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398)
Co-authored-by: Jarrod Norwell <official.antique@gmail.com>
Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/398
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: Gamer64 <gamer64@eden-emu.dev>
Co-committed-by: Gamer64 <gamer64@eden-emu.dev>
|
2025-12-26 02:55:52 +01:00 |
|
Fernando Sahmkow
|
1595e77913
|
General: address feedback
|
2022-10-06 21:00:54 +02:00 |
|
Morph
|
5ee9e5e84b
|
general: Format licenses as per SPDX guidelines
|
2022-10-06 21:00:54 +02:00 |
|
Fernando Sahmkow
|
a6425c97e4
|
VideoCore: Refactor syncing.
|
2022-10-06 21:00:52 +02:00 |
|
Fernando Sahmkow
|
8847b6645c
|
VideoCore: implement channels on gpu caches.
|
2022-10-06 21:00:51 +02:00 |
|