MangoHud/src
2022-03-15 22:56:36 +01:00
..
app mangoapp: layer: append libdir to json 2022-03-15 22:29:51 +01:00
gl Make get_device_name return GPU name 2022-03-06 22:02:09 +02:00
loaders Remove libdrm_amdgpu metrics 2022-03-12 10:28:18 +00:00
mesa Couple of whitespace fixes 2022-03-06 19:03:35 +00:00
win Some fixes for windows compiling 2022-02-24 22:26:28 +01:00
amdgpu.cpp Merge pull request #703 from evelikov/misc-mixes 2022-03-15 19:47:48 +02:00
amdgpu.h Use gpu_metrics instead of libdrm when available 2022-02-04 19:55:00 +01:00
battery.cpp Check if battery status is full 2022-02-13 14:40:04 -08:00
battery.h Battery remaining time 2022-02-09 05:20:59 +01:00
blacklist.cpp Blacklist: add EADesktop.exe and EALauncher.exe 2022-01-03 15:49:08 -08:00
blacklist.h Make add_blacklist const& 2020-12-26 22:55:39 +02:00
config.cpp Remove unused parseConfigFile() return type 2022-03-06 19:02:39 +00:00
config.h Remove unused parseConfigFile() return type 2022-03-06 19:02:39 +00:00
control.cpp Remove unused-but-set variables 2022-03-06 19:01:23 +00:00
cpu_win32.cpp Win32 cpu usage 2020-09-06 13:52:18 +02:00
cpu.cpp mangoapp: remove debug stuff 2022-03-13 16:48:36 +01:00
cpu.h mangoapp: don't assume APU for temps 2022-03-13 15:51:41 +01:00
dbus_helpers.h [dbus] Also check if gamemode is enabled with D-Bus 2021-08-21 18:45:47 +03:00
dbus_info.h Use spdlog's 'fmt' to format media player metadata 2021-09-23 14:54:22 +03:00
dbus.cpp [dbus] Don't stop D-Bus thread or remove filter if not completely deiniting 2021-09-08 23:35:09 +03:00
elfhacks.cpp Add __ELF_NATIVE_CLASS to musl systems 2020-04-21 15:50:19 +03:00
file_utils_win32.cpp Remove find_folder() API 2022-03-12 18:10:04 +00:00
file_utils.cpp Remove find_folder() API 2022-03-12 18:10:04 +00:00
file_utils.h Remove find_folder() API 2022-03-12 18:10:04 +00:00
font_default.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
font_unispace.c [editorconfig] Apply whitespace rules 2020-05-10 15:18:59 +03:00
font.cpp More quotation glyphs 2021-07-01 17:36:34 +03:00
forkawesome.h Scale down icons if font is small 2021-05-27 15:40:33 -07:00
gamepad.cpp gamepad: add bool is_charging 2022-02-18 18:16:41 -08:00
gamepad.h gamepad: add bool is_charging 2022-02-18 18:16:41 -08:00
gpu.cpp Remove libdrm_amdgpu metrics 2022-03-12 10:28:18 +00:00
gpu.h Skip the standalone nodes, when gpu_metrics is present 2022-03-12 18:10:31 +00:00
hook_dlsym.cpp [OpenGL] Some nullptr guards 2021-02-03 18:52:53 +02:00
hud_elements.cpp don't set hide_fsr_sharpness with full 2022-03-08 18:28:27 +01:00
hud_elements.h GAMEPAD: remove unused param and change xone to xbox 2022-02-18 18:16:38 -08:00
iostats.cpp Use single IO stats instance 2022-02-18 16:44:10 +02:00
iostats.h Use single IO stats instance 2022-02-18 16:44:10 +02:00
keybinds.cpp keybinds: move ifdef spaghetti into the header 2022-03-12 10:28:18 +00:00
keybinds.h keybinds: move ifdef spaghetti into the header 2022-03-12 10:28:18 +00:00
logging.cpp Move logging() to Logger struct 2022-03-06 21:31:17 +02:00
logging.h Move logging() to Logger struct 2022-03-06 21:31:17 +02:00
mangohud.json.in simplify cross arch preloading 2020-08-04 18:36:16 +03:00
mangohud.version Try to limit exported symbols with --version-script 2020-06-19 23:42:30 +03:00
memory.cpp Fix integer overflow on 32 bit, for procmem 2021-08-08 17:21:45 +03:00
memory.h Fix integer overflow on 32 bit, for procmem 2021-08-08 17:21:45 +03:00
meson.build nlohmann_json wrap 2022-03-15 22:56:36 +01:00
notify.cpp Use spdlog macros so logging can be completely disabled during compile-time 2021-07-27 16:16:39 +03:00
notify.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
nvapi.cpp win32: load correct NVAPI dll by checking _WIN64 2020-09-09 10:39:42 +03:00
nvctrl.cpp Use spdlog macros so logging can be completely disabled during compile-time 2021-07-27 16:16:39 +03:00
nvctrl.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
nvidia_info.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
nvml.cpp Log an error if nvmlDeviceGetUtilizationRates failed 2022-02-04 16:50:51 +02:00
overlay_params.cpp overlay: completely remove force_amdgpu_hwmon option 2022-03-12 18:12:05 +00:00
overlay_params.h overlay: completely remove force_amdgpu_hwmon option 2022-03-12 18:12:05 +00:00
overlay.cpp overlay: rework misleading gpu_busy_percent check 2022-03-12 20:19:16 +00:00
overlay.frag Use 1-channel font textures; glyph ranges support; vulkan image descriptors and "helper" functions 2020-06-29 17:15:50 +03:00
overlay.h mangoapp: vulkan layer 2022-03-14 19:49:20 +01:00
overlay.vert MangoHud Standalone 2020-01-28 05:11:05 +01:00
pci_ids.cpp Fix parse_pciids when trying to open pci.ids from alternate location 2021-07-21 19:00:49 +03:00
pci_ids.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
real_dlsym.cpp Iterate through libraries for possible locations of dlopen/dlsym functions 2021-10-07 09:02:59 +03:00
real_dlsym.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
shared_x11.cpp Use spdlog macros so logging can be completely disabled during compile-time 2021-07-27 16:16:39 +03:00
shared_x11.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
string_utils.h Use spdlog's 'fmt' to format media player metadata 2021-09-23 14:54:22 +03:00
timing.hpp General cleanup (#272) 2020-07-06 20:31:40 +03:00
vulkan.cpp Make get_device_name return GPU name 2022-03-06 22:02:09 +02:00