MangoHud/src
2021-03-16 23:45:43 +02:00
..
gl Rework blending equation to preserve alpha in output buffer 2021-03-07 23:42:54 +02:00
loaders [OpenGL] Just "refcount" by glXCreate/DestroyContext calls; recreate "lost" objects 2020-08-18 19:16:15 +03:00
mesa Use std::unordered_map and std::mutex instead for object mapping and related cleanups 2020-02-20 01:03:35 +02:00
win Don't need vulkan hooking in kiero 2020-12-06 04:51:20 +01:00
blacklist.cpp Merge pull request #433 from baryluk/programname 2021-01-20 09:58:10 +01:00
blacklist.h Make add_blacklist const& 2020-12-26 22:55:39 +02:00
config.cpp Improve code for program name extraction 2020-12-13 11:35:40 +00:00
config.h Improve code for program name extraction 2020-12-13 11:35:40 +00:00
cpu_win32.cpp Win32 cpu usage 2020-09-06 13:52:18 +02:00
cpu.cpp Re-init cpu stats if core count changes; fix off-by one error 2021-01-30 15:50:02 +02:00
cpu.h Re-init cpu stats if core count changes; fix off-by one error 2021-01-30 15:50:02 +02:00
dbus_helpers.h Remove more "not" and "and" in if statments 2020-12-03 22:00:18 -08:00
dbus_info.h [dbus] Don't clear metadata when reloading config file 2020-07-31 23:05:50 +03:00
dbus.cpp [dbus] re-init active player so media_player_name changes take effect 2021-01-10 00:33:44 +02:00
elfhacks.cpp Add __ELF_NATIVE_CLASS to musl systems 2020-04-21 15:50:19 +03:00
file_utils_win32.cpp Improve code for program name extraction 2020-12-13 11:35:40 +00:00
file_utils.cpp Improve code for program name extraction 2020-12-13 11:35:40 +00:00
file_utils.h Improve code for program name extraction 2020-12-13 11:35:40 +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 Resize fonts 2020-11-26 22:52:10 +02:00
gpu.cpp Perform updates of gpuInfo struct in more atomic way 2020-12-01 05:32:37 +00:00
gpu.h Add checkNvidia for nvml/xnvctrl/nvapi checks, for header cleanup 2020-09-09 11:24:24 +03:00
hook_dlsym.cpp [OpenGL] Some nullptr guards 2021-02-03 18:52:53 +02:00
hud_elements.cpp Divide IO stats by time difference since last update 2021-03-13 17:10:25 +02:00
hud_elements.h Merge pull request #428 from flgx16/swap 2021-01-05 23:40:43 +01:00
iostats.cpp Divide IO stats by time difference since last update 2021-03-13 17:10:25 +02:00
iostats.h Divide IO stats by time difference since last update 2021-03-13 17:10:25 +02:00
keybinds.cpp Rename last_f3_press to more generic toggle_fps_limit_press 2020-09-19 13:53:24 +03:00
keybinds.h Rename last_f3_press to more generic toggle_fps_limit_press 2020-09-19 13:53:24 +03:00
logging.cpp Fix log file using wine-preloader etc instead of executable's filename 2021-03-16 22:32:25 +02:00
logging.h Add checking cpu scheduler 2021-02-10 09:16:51 +01: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 Add swap 2020-12-13 11:07:17 +01:00
memory.h Add swap 2020-12-13 11:07:17 +01:00
meson.build Meson option to have absolute paths in LD_PRELOAD 2020-11-27 17:44:22 +02:00
notify.cpp Re-add config file watch in case of IN_DELETE_SELF 2020-06-29 14:38:47 +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 Load libnvidia-ml and libXNVCtrl on demand 2020-08-04 21:43:09 +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 [NVML] Only get pci info once 2020-08-15 16:35:04 +02:00
overlay_params.cpp Allow overriding config file options with MANGOHUD_CONFIG if using legacy layout 2021-03-16 23:45:43 +02:00
overlay_params.h Merge pull request #428 from flgx16/swap 2021-01-05 23:40:43 +01:00
overlay.cpp Fix scoped_lock clash with >= c++17 2021-03-02 13:01:04 +02: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 Add new param custom_header 2020-12-07 18:35:08 -08:00
overlay.vert MangoHud Standalone 2020-01-28 05:11:05 +01:00
pci_ids.cpp Also check for pci.ids in /usr/share/misc/ 2020-06-19 14:05:46 +02:00
pci_ids.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
real_dlsym.cpp Add utility lib with dlsym hooking 2020-04-21 17:05:37 +03:00
real_dlsym.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
shared_x11.cpp Fix init_x11 return value and X11/XNVCtrl logic checks 2020-04-14 00:26:23 +03:00
shared_x11.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
string_utils.h Use str_tokenize for multiple delimiters 2020-11-27 20:00:39 +02:00
timing.hpp General cleanup (#272) 2020-07-06 20:31:40 +03:00
vulkan.cpp Rework blending equation to preserve alpha in output buffer 2021-03-07 23:42:54 +02:00