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
jackun a0a57038c1
Fix redefinition of 'open'
musl pulls in fcntl.h from somewhere
3 years ago
..
gl Improve Zink detection 3 years ago
loaders [OpenGL] Support apitrace in debug build 3 years ago
mesa Use std::unordered_map and std::mutex instead for object mapping and related cleanups 4 years ago
win Don't need vulkan hooking in kiero 3 years ago
blacklist.cpp Merge pull request #433 from baryluk/programname 3 years ago
blacklist.h Make `add_blacklist` const& 3 years ago
config.cpp Improve code for program name extraction 3 years ago
config.h Improve code for program name extraction 3 years ago
cpu.cpp Re-init cpu stats if core count changes; fix off-by one error 3 years ago
cpu.h Re-init cpu stats if core count changes; fix off-by one error 3 years ago
cpu_win32.cpp Win32 cpu usage 4 years ago
dbus.cpp [dbus] re-init active player so `media_player_name` changes take effect 3 years ago
dbus_helpers.h Remove more "not" and "and" in if statments 3 years ago
dbus_info.h [dbus] Don't clear metadata when reloading config file 4 years ago
elfhacks.cpp Add __ELF_NATIVE_CLASS to musl systems 4 years ago
file_utils.cpp Remove ".exe" from wine executable's name 3 years ago
file_utils.h Improve code for program name extraction 3 years ago
file_utils_win32.cpp Improve code for program name extraction 3 years ago
font.cpp Resize fonts 4 years ago
font_default.h General cleanup (#272) 4 years ago
font_unispace.c [editorconfig] Apply whitespace rules 4 years ago
gpu.cpp Perform updates of gpuInfo struct in more atomic way 3 years ago
gpu.h Add `checkNvidia` for nvml/xnvctrl/nvapi checks, for header cleanup 4 years ago
hook_dlsym.cpp [OpenGL] Some nullptr guards 3 years ago
hud_elements.cpp Add round_corners param 3 years ago
hud_elements.h Merge pull request #428 from flgx16/swap 3 years ago
iostats.cpp Divide IO stats by time difference since last update 3 years ago
iostats.h Divide IO stats by time difference since last update 3 years ago
keybinds.cpp Rename `last_f3_press` to more generic `toggle_fps_limit_press` 4 years ago
keybinds.h Rename `last_f3_press` to more generic `toggle_fps_limit_press` 4 years ago
logging.cpp Fix log file using `wine-preloader` etc instead of executable's filename 3 years ago
logging.h Add checking cpu scheduler 3 years ago
mangohud.json.in simplify cross arch preloading 4 years ago
mangohud.version Try to limit exported symbols with --version-script 4 years ago
memory.cpp Add swap 3 years ago
memory.h Add swap 3 years ago
meson.build Add option to prepend libdir to library's path in vulkan manifest 3 years ago
notify.cpp Re-add config file watch in case of IN_DELETE_SELF 4 years ago
notify.h General cleanup (#272) 4 years ago
nvapi.cpp win32: load correct NVAPI dll by checking _WIN64 4 years ago
nvctrl.cpp Load libnvidia-ml and libXNVCtrl on demand 4 years ago
nvctrl.h General cleanup (#272) 4 years ago
nvidia_info.h General cleanup (#272) 4 years ago
nvml.cpp [NVML] Only get pci info once 4 years ago
overlay.cpp Fix redefinition of 'open' 3 years ago
overlay.frag Use 1-channel font textures; glyph ranges support; vulkan image descriptors and "helper" functions 4 years ago
overlay.h Add new param custom_header 3 years ago
overlay.vert MangoHud Standalone 4 years ago
overlay_params.cpp Add round_corners param 3 years ago
overlay_params.h Add round_corners param 3 years ago
pci_ids.cpp Also check for pci.ids in /usr/share/misc/ 4 years ago
pci_ids.h General cleanup (#272) 4 years ago
real_dlsym.cpp Add utility lib with dlsym hooking 4 years ago
real_dlsym.h General cleanup (#272) 4 years ago
shared_x11.cpp Fix `init_x11` return value and X11/XNVCtrl logic checks 4 years ago
shared_x11.h General cleanup (#272) 4 years ago
string_utils.h Use str_tokenize for multiple delimiters 4 years ago
timing.hpp General cleanup (#272) 4 years ago
vulkan.cpp Use aligned buffer size with vkMapMemory too 3 years ago