You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src
Georg Lehmann 908d46d6ea
Correctly wait in the fragment stage until all semaphores are signaled
This fixes two issues:
- a crash if the application uses more than one semaphore for presenting because the driver expects one stage per semaphore
- the swapchain image could be not ready yet if the semaphores aren't signaled, \#946[1] is possible related

[1] https://gitlab.freedesktop.org/mesa/mesa/issues/946

Signed-off-by: jackun <jack.un@gmail.com>
4 years ago
..
loaders use nvml for nvidia gpu memory instead of nvctrl 4 years ago
mesa MangoHud Standalone 4 years ago
cpu.cpp Don't increment cpuData index inline 4 years ago
cpu.h Total cpu periods 4 years ago
cpu_gpu.h removed unused nvctrl 4 years ago
file_utils.cpp Add file and string utility functions 4 years ago
file_utils.h Add file and string utility functions 4 years ago
font_default.h Add Unispace as default font or load a font from file specified by envvar MANGOHUD_FONT 4 years ago
font_unispace.c Add Unispace as default font or load a font from file specified by envvar MANGOHUD_FONT 4 years ago
keybinds.h MangoHud Standalone 4 years ago
logging.h Write system info to log file 4 years ago
mangohud.json Revert "Fix Get*ProcAddr functions' exports" 4 years ago
memory.cpp detach memory thread when done 4 years ago
memory.h Display memory stats on the hud 4 years ago
meson.build use nvml for nvidia gpu memory instead of nvctrl 4 years ago
nvidia_info.h get nvidia vram from nvml 4 years ago
nvml.cpp use nvml for nvidia gpu memory instead of nvctrl 4 years ago
overlay.cpp Correctly wait in the fragment stage until all semaphores are signaled 4 years ago
overlay.frag MangoHud Standalone 4 years ago
overlay.vert MangoHud Standalone 4 years ago
overlay_params.c add ram/vram param options 4 years ago
overlay_params.h add ram/vram param options 4 years ago
string_utils.h Add file and string utility functions 4 years ago