Commit Graph

330 Commits (e170e64f9cfe17a39a5b46f311933af85c2caf12)

Author SHA1 Message Date
jackun 9a4c9033fa
Support escaping delimiters in MANGOHUD_CONFIG 4 years ago
jackun 417b1aac8d
config: trim only surrounding whitespace 4 years ago
FlightlessMango 58c7831d5c hud width correction 4 years ago
FlightlessMango 80cff1ac86 Fixed hud width not applying 4 years ago
FlightlessMango 12ba4f9ea5 No need to set hud height manually anymore 4 years ago
jackun 8a348ffbf0
Disable gpu_timing for now
Issue #44
4 years ago
jackun b91be85ff9
Use std::unordered_map and std::mutex instead for object mapping and related cleanups 4 years ago
jackun 54950853b5
Remove redundant 'no_display' code 4 years ago
jackun d78622a322
Don't enable 'read_cfg' too when 'full' is set in MANGOHUD_CONFIG
Could use OVERLAY_PARAM_INTERNAL or something similar but currently
less code to just save the boolean and reset.
4 years ago
jackun 8f66bd7d87
Set stats window height to ImGui::GetCursorPosY() 4 years ago
jackun 2fb0453e28
Create ImGui fonts per swapchain 4 years ago
FlightlessMango 099082affc Refresh config keybind 4 years ago
FlightlessMango 7593582f4a Fixed parsing crosshair color function 4 years ago
jackun 9053b63142
Allocate instance_data with "new" 4 years ago
jackun 68e880a101
config: rename param to "read_cfg" 4 years ago
jackun ad2ed4a99a
config: load highest priority config available only 4 years ago
jackun 80f29aad9d
Allow MANGOHUD_CONFIG to override configuration files' settings.
Use `MANGOHUD_CONFIG=some_setting=1` to skip reading the configuration files
and just use the settings specified with MANGOHUD_CONFIG.

Use `MANGOHUD_CONFIG=read_configs,...` to read configuration files too and
add other settings that you would like to override.
4 years ago
jackun f7e7146883
config: find_last_of can search for multiple characters, doh 4 years ago
jackun 6a45ac84b3
config: sometimes wine exe has forward-slashes instead 4 years ago
jackun 65b90fc01b
config file: respect XDG dirs
Other half of #37
4 years ago
jackun 67eab673d8
Override previous setting, std::unordered_map::insert() does not. 4 years ago
jackun 70d0e81c36
Clone vulkan headers if needed 4 years ago
Danilo Spinella 18edd4eb50 meson: Add option to use system vulkan headers 4 years ago
jackun 5c4816efa5
Unused instance_data 4 years ago
jackun 69cf83d3bc
config file: print that config file is skipped if we failed to open it 4 years ago
jackun 3e0eda559d
print if done parsing config file 4 years ago
jackun 6086a6b9ab
config file: try to detect Wine executable's path 4 years ago
jackun 169d5ff99a
Search configs in ~/.config/MangoHud 4 years ago
jackun 08debe5d09
Add per-executable config file support
* executable's name + ".conf" in config dir
* "MangoHud.conf" in executable's folder
4 years ago
jackun 90a93fd2fc
Add "get executable's path" function 4 years ago
jackun 74c9803087
config file: if parameter line has no equal sign, default value to 1 4 years ago
jackun 27848bd253
Don't crash if there's nothing to draw 4 years ago
FlightlessMango d8783d3002 Added time param 4 years ago
FlightlessMango 29bacea97f Add param option full 4 years ago
jackun b9ae979a05
Don't interpolate fps limit sleep overhead
Random hiccups and game pauses can make it go crazy otherwise.
4 years ago
FlightlessMango dba31e6a11 Set background alpha color to 1.0 4 years ago
FlightlessMango e947dae9ed Fixed fps limiter accuracy 4 years ago
FlightlessMango c73df54166 Added background_alpha param 4 years ago
jackun 60763420eb
Use defines instead of magic numbers for HUD hotkeys' 4 years ago
FlightlessMango e81fa5776e Added crosshair_color param 4 years ago
FlightlessMango d79d06271f Repurposed no_display param 4 years ago
FlightlessMango 50cff923e8 Changed vram to display GB from MB 4 years ago
FlightlessMango 3c4fcda623 Added offset x/y in params 4 years ago
FlightlessMango 2590426ef6 Merge branch 'config' 4 years ago
FlightlessMango a8e4ac84f9 Merge branch 'crosshair' 4 years ago
FlightlessMango 69ed9db4c1 Merge branch 'limiter' 4 years ago
FlightlessMango f56c53c152 Removed unused header 4 years ago
FlightlessMango 2003ae93c9 Continue parsing overlay params without env 4 years ago
jackun 1fc94f6db5
Remove unused histogram's get_stat() 4 years ago
Georg Lehmann 7a4ffe8206
Vulkan overlay: use the corresponding image index for each swapchain
pImageIndices should be a pointer to the current image index
otherwise every swapchain but the first one could have a wrong image index
4 years ago
jackun b2f20f02d2
Prefix check links too 4 years ago
FlightlessMango 5a62a1b0de Cleaning up 4 years ago
FlightlessMango 33f48c91be Apply params from config file 4 years ago
FlightlessMango ebc49ae8c5 Basic parse config 4 years ago
FlightlessMango d578d612d4 Renamed overlay_param.c to .cpp 4 years ago
FlightlessMango 47f293a722 Change param keybind vars to KeySym 4 years ago
FlightlessMango 784cb427ff Use params for keybinds 4 years ago
FlightlessMango 25f4c88175 Change param keybind vars to KeySym 4 years ago
FlightlessMango e5341dd86b Use params for keybinds 4 years ago
FlightlessMango 9d8fbe561d Keybind params for toggle hud and log 4 years ago
FlightlessMango 1a523a735f Keybind params for toggle hud and log 4 years ago
FlightlessMango e359058430 Fixed hud being wider than intended 4 years ago
jackun 5f6c3c9190
Fix ImGui::PopStyleColor() being in wrong place 4 years ago
FlightlessMango c5ea98a243 Added a crosshair and params for it 4 years ago
FlightlessMango be8dc8929d Don't use fps limiter unless limit is set 4 years ago
FlightlessMango 148d19422d Added vsync option 4 years ago
FlightlessMango cd131e0c39 Add fps_limit param 4 years ago
FlightlessMango a99720f311 Change to nanoseconds 4 years ago
FlightlessMango f38389b967 FPS limiter 4 years ago
FlightlessMango 4be6d4c748 Added frametime ms next to frametime graph 4 years ago
FlightlessMango bd4c402824 Added Frametime label 4 years ago
FlightlessMango c6d7fdd110 Fixed some issue with calculating hud height 4 years ago
telans 1bc513f572
remove nvidiaSmiThread 4 years ago
jackun 97fcafd030
Check if amdgpu file handles are valid 4 years ago
Georg Lehmann 908d46d6ea
Correctly wait in the fragment stage until all semaphores are signaled
This fixes two issues:
- a crash if the application uses more than one semaphore for presenting because the driver expects one stage per semaphore
- the swapchain image could be not ready yet if the semaphores aren't signaled, \#946[1] is possible related

[1] https://gitlab.freedesktop.org/mesa/mesa/issues/946

Signed-off-by: jackun <jack.un@gmail.com>
4 years ago
jackun 3c8376588a
Init gpu stats when VkDevice gets created 4 years ago
FlightlessMango 1e475ac02c removed unused nvctrl 4 years ago
jackun 46d8a03b50
Use PRId64 for int64_t string format 4 years ago
FlightlessMango 36eba167d8
use nvml for nvidia gpu memory instead of nvctrl 4 years ago
FlightlessMango 35d8f7c829
add ram/vram param options 4 years ago
FlightlessMango beaac191d1
Displaying used ram and vram on the hud 4 years ago
FlightlessMango 6affdb8c51
fetch nvidia vram used from nvctrl 4 years ago
FlightlessMango 23280e0e78
fetching vram for amd gpus 4 years ago
FlightlessMango d97719e3d6
get nvidia vram from nvml 4 years ago
FlightlessMango 5201a26d95
detach memory thread when done 4 years ago
FlightlessMango e3b380b970
changed mem color 4 years ago
FlightlessMango 14ad1e015a
Display memory stats on the hud 4 years ago
FlightlessMango 8ab7cd0f20
Basic memory fetching 4 years ago
FlightlessMango d20a92a0c4 Write system info to log file 4 years ago
FlightlessMango 68599a02a3 param options for cpu_stats and gpu_stats 4 years ago
jackun bba8702ff3
Check if engine name is set 4 years ago
jackun bf45bd9a02
Don't increment cpuData index inline 4 years ago
jackun 6d3d869586
Fix system info and stats parsing 4 years ago
jackun 217b65f0e9
Some cpu/gpu stats parsing fixes 4 years ago
jackun b5bfd437a6
Add file and string utility functions 4 years ago
jackun f559730d2f
Return bool from checkNvidia() 4 years ago
telans 539e1bb4dc
saturate the colors a little 4 years ago
jackun ca0462f817
Revert "Fix Get*ProcAddr functions' exports"
This reverts commit 3f036dd3a0.
4 years ago
jackun 7f6bc9434a
Fix nvml loader's ctor 4 years ago
FlightlessMango dcb0dcd441 Merge branch 'dynamic_nvml' 4 years ago
FlightlessMango 3d711005d4 Merge branch 'cpu' 4 years ago
FlightlessMango 3d49422325 cleaning up 4 years ago
jackun 90416278e0
Total cpu periods 4 years ago
FlightlessMango c9e9c2feaf bring back cpu temp 4 years ago
FlightlessMango 1a60999243 New cpu implementation 4 years ago
jackun 3f036dd3a0
Fix Get*ProcAddr functions' exports 4 years ago
FlightlessMango ac719b2ffd Check if nvml is avaible on intel vendorID 4 years ago
FlightlessMango af17b20bd7 Use vendorID instead of deviceName to detect GPU 4 years ago
FlightlessMango 3e2f33ba1d nvmlSuccess default false 4 years ago
FlightlessMango a93eb906e9 Don't increase size if frame_timing is false 4 years ago
FlightlessMango 1b00d29792 Removed unused histogram 4 years ago
FlightlessMango 8cdd9f19cf Dynamically load nvml library 4 years ago
FlightlessMango a045ae3b64
Don't build with nvml for non-nvidia 4 years ago
FlightlessMango a3fb14c0d6
Check nvmlInit() once 4 years ago
FlightlessMango 369b18eb07
Use nvml to display gpu values in hud 4 years ago
FlightlessMango ef0b3d429e
Basic nvml implementation 4 years ago
jackun b28e0d2606
Remove unused pipeline stats counters 4 years ago
telans b67a2aad16
Merge branch 'telans'
Remove unused python file
Fix includes
Add package build.sh option
4 years ago
FlightlessMango d3a588b0b0 Removed unused variables and fixed compiler warnings 4 years ago
telans 678207f052
remove unused mesa-overlay-control.py 4 years ago
telans e82e3721b7
update header location & duration_env 4 years ago
telans 0287920776
remove unused git_sha1.h 4 years ago
telans ae08d0cc21
Merge branch 'gui-color' 4 years ago
FlightlessMango e3008126f3 We don't need to push the default font 4 years ago
FlightlessMango af99e711b5 Reduced ImGui ItemSpacing 4 years ago
telans f3bedf3bce
add build script "build.sh" 4 years ago
jackun ca78a59d54 Removed graph background, plotlines color to green 4 years ago
jackun 64fd81a471 Add Unispace as default font or load a font from file specified by envvar MANGOHUD_FONT
Could make built-in font configurable by including some other source file with font data instead of src/font_unispace.c
4 years ago
FlightlessMango f434f627fa MangoHud implicit layer manifest 4 years ago
FlightlessMango dd78c02ed8 MangoHud Standalone
Co-authored-by: jackun <jack.un@gmail.com>
Co-authored-by: telans <telans@protonmail.com>
4 years ago