MangoHud/src
2023-04-15 20:29:47 +02:00
..
app meson: unwrap ld_libdir_mangohud handling, remove ld_libdir_abs 2023-03-13 21:53:27 +01:00
gl [OpenGL] Check GL_VENDOR too to determine GPU's vendor id 2023-03-27 19:27:04 +03:00
loaders Add gpu throttling status 2022-05-03 11:00:05 +02:00
mesa Couple of whitespace fixes 2022-03-06 19:03:35 +00:00
win windows build: use mingw d3d12 headers instead of wine 2023-04-09 18:40:52 +02:00
amdgpu.cpp Add missing division for fallback AMD CPU power calculation. 2023-04-13 18:37:59 +02:00
amdgpu.h Cleanup cpu.cpp and and support for gpu_metrics_v2_3 2023-04-04 02:42:49 +02:00
battery.cpp src/battery.cpp: fix getTimeRemaining for energy_now 2022-10-11 14:37:20 +02:00
battery.h Battery remaining time 2022-02-09 05:20:59 +01:00
blacklist.cpp blacklist: Add Amazon client 2023-03-28 02:59:05 +02:00
blacklist.h params: exec_name 2023-01-08 05:26:21 +01:00
config.cpp Add preset param and allow for preset config 2023-04-06 08:35:44 +02:00
config.h Add preset param and allow for preset config 2023-04-06 08:35:44 +02:00
control.cpp build: Fix building with GCC 13 2023-03-14 21:54:37 +01:00
cpu_win32.cpp Win32 cpu usage 2020-09-06 13:52:18 +02:00
cpu.cpp Fix for AMD Ryzen 7000 CPU when using the iGPU. 2023-04-04 02:42:49 +02:00
cpu.h Fix for AMD Ryzen 7000 CPU when using the iGPU. 2023-04-04 02:42:49 +02: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 dbus: reshuffle HAVE_DBUS handling 2023-03-04 21:31:25 +02:00
dbus.cpp meson: build with -Werror=missing-declarations 2023-03-04 21:40:56 +02:00
elfhacks.cpp meson: build with -Werror=missing-declarations 2023-03-04 21:40:56 +02:00
engine_types.h Generalize control over socket so it works with OpenGL too 2022-05-23 18:07:39 +03:00
fcat.h Introduce FCAT overlay support 2022-05-23 17:53:49 +03:00
file_utils_win32.cpp Remove find_folder() API 2022-03-12 18:10:04 +00:00
file_utils.cpp Remove extraneous break 2023-02-01 16:18:50 -08:00
file_utils.h Add lib_loaded function to check for current loaded libraries 2023-01-04 18:05:56 -08: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 build: Fix building with GCC 13 2023-03-14 21:54:37 +01:00
forkawesome.h Scale down icons if font is small 2021-05-27 15:40:33 -07:00
gamepad.cpp gamepad: Change DS5 to DS4/5 as DS4 was added to hid_playstation in kernel 6.2 2023-03-07 16:12:14 -08:00
gamepad.h gamepad: add bool is_charging 2022-02-18 18:16:41 -08:00
gpu.cpp gpu: amdgpuinfo: ifdef linux for windows build 2023-04-09 19:18:35 +02:00
gpu.h use intel_gpu_top for gpu stats 2022-11-01 12:01:50 +01:00
hook_dlsym.cpp [OpenGL] Some nullptr guards 2021-02-03 18:52:53 +02:00
hud_elements.cpp Hud elements: Put frame_timing inside a child window to prevent it messing with the parent layout 2023-04-06 07:44:21 +02:00
hud_elements.h params: exec_name 2023-01-08 05:26:21 +01:00
intel.cpp meson: build with -Werror=missing-declarations 2023-03-04 21:40:56 +02: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 X11 keyboard poller thread 2023-03-20 03:53:53 +01:00
keybinds.h X11 keyboard poller thread 2023-03-20 03:53:53 +01:00
logging.cpp Fix building with mingw 2023-03-12 14:44:40 +01:00
logging.h logging: change frametime to float 2023-01-23 15:36:00 +01:00
mangohud.json.in meson: unwrap ld_libdir_mangohud handling, remove ld_libdir_abs 2023-03-13 21:53:27 +01: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 More windows fixes 2023-04-09 19:06:46 +02:00
notify.cpp Specify fileChanged argument type 2022-03-29 09:33:25 +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 meson: build with -Werror=missing-declarations 2023-03-04 21:40:56 +02:00
nvctrl.h meson: build with -Werror=missing-declarations 2023-03-04 21:40:56 +02:00
nvidia_info.h Nvidia: only do throttling checks if enabled 2022-05-10 14:02:18 +02:00
nvml.cpp Nvidia: only do throttling checks if enabled 2022-05-10 14:02:18 +02:00
overlay_params.cpp sampler: don't apply picmip unless it's set in config 2023-04-15 20:29:47 +02:00
overlay_params.h Add preset param and allow for preset config 2023-04-06 08:35:44 +02:00
overlay.cpp More windows fixes 2023-04-09 19:06:46 +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 overlay_params: Add FPS limit method 2023-03-16 03:33:42 +01:00
overlay.vert MangoHud Standalone 2020-01-28 05:11:05 +01:00
pci_ids.cpp meson: build with -Werror=missing-declarations 2023-03-04 21:40:56 +02:00
pci_ids.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
real_dlsym.cpp meson: build with -Werror=missing-declarations 2023-03-04 21:40:56 +02:00
real_dlsym.h General cleanup (#272) 2020-07-06 20:31:40 +03:00
shared_x11.cpp X11 keyboard poller thread 2023-03-20 03:53:53 +01: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 sampler: don't apply picmip unless it's set in config 2023-04-15 20:29:47 +02:00