MangoHud/src
jackun e72a7bdd76
[config] Try to set notifier file descriptor to non-blocking mode; add start/stop_notifier functions
If setting to non-blocking fails, just closing the fd should kill it anyway
2020-03-24 00:02:42 +02:00
..
gl [config] Try to set notifier file descriptor to non-blocking mode; add start/stop_notifier functions 2020-03-24 00:02:42 +02:00
loaders More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 2020-03-20 16:36:00 +02:00
mesa Use std::unordered_map and std::mutex instead for object mapping and related cleanups 2020-02-20 01:03:35 +02:00
config.cpp [config] Move options map and config_file_path to overlay_params 2020-03-16 18:32:48 +02:00
config.h [config] Move options map and config_file_path to overlay_params 2020-03-16 18:32:48 +02:00
cpu.cpp Check if CPU sensor file handle is valid 2020-03-14 23:14:48 +02:00
cpu.h Check if CPU sensor file handle is valid 2020-03-14 23:14:48 +02:00
elfhacks.cpp [OpenGL] Add elfhacks 2020-03-16 22:37:42 +02:00
file_utils.cpp config file: respect XDG dirs 2020-02-15 13:23:18 +02:00
file_utils.h config file: respect XDG dirs 2020-02-15 13:23:18 +02:00
font_default.h Add Unispace as default font or load a font from file specified by envvar MANGOHUD_FONT 2020-01-28 08:58:04 +02:00
font_unispace.c Add Unispace as default font or load a font from file specified by envvar MANGOHUD_FONT 2020-01-28 08:58:04 +02:00
gpu.cpp More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 2020-03-20 16:36:00 +02:00
gpu.h If NVML fails fallback to NVctrl 2020-03-20 12:54:54 +01:00
iostats.cpp Add I/O stats 2020-03-07 02:07:24 +01:00
iostats.h Add I/O stats 2020-03-07 02:07:24 +01:00
keybinds.h forgot to include functional 2020-03-14 19:27:25 +01:00
logging.h added log_duration param and updated readme 2020-03-13 16:27:45 +01:00
mangohud.json refactored the install process 2020-03-10 13:39:52 +01:00
mangohud.json.in configure .json files with meson 2020-03-12 08:24:37 +01:00
memory.cpp detach memory thread when done 2020-02-05 14:16:15 +02:00
memory.h Display memory stats on the hud 2020-02-05 14:16:15 +02:00
meson.build NVCtrl meson build 2020-03-20 12:54:20 +01:00
notify.cpp [config] Try to set notifier file descriptor to non-blocking mode; add start/stop_notifier functions 2020-03-24 00:02:42 +02:00
notify.h [config] Try to set notifier file descriptor to non-blocking mode; add start/stop_notifier functions 2020-03-24 00:02:42 +02:00
nvctrl.cpp More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 2020-03-20 16:36:00 +02:00
nvctrl.h More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 2020-03-20 16:36:00 +02:00
nvidia_info.h More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 2020-03-20 16:36:00 +02:00
nvml.cpp More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 2020-03-20 16:36:00 +02:00
overlay_params.cpp [config] Move options map and config_file_path to overlay_params 2020-03-16 18:32:48 +02:00
overlay_params.h Added param 'arch' 2020-03-23 20:11:53 +01:00
overlay.cpp [config] Try to set notifier file descriptor to non-blocking mode; add start/stop_notifier functions 2020-03-24 00:02:42 +02:00
overlay.frag MangoHud Standalone 2020-01-28 05:11:05 +01:00
overlay.h Keep engine name per vulkan instance 2020-03-23 18:59:39 +02:00
overlay.vert MangoHud Standalone 2020-01-28 05:11:05 +01:00
string_utils.h try_stoi: spam in debug build only 2020-03-20 15:25:45 +02:00