Commit Graph

559 Commits (92b86ad8bf4de9c097c2dbb40c38dcaa97a0900d)
 

Author SHA1 Message Date
jackun f5e3f3b73b
[config] Add MANGOHUD_CONFIGFILE envvar for specific configuration file
Issue #104
5 years ago
jackun f8cc3bbf06
[config] Allow fps_limit=0 or commenting it out to disable fps limit 5 years ago
jackun 49742e1cea
[config] Load config changes to local copy of overlay_params so it does not block rendering thread while parsing 5 years ago
FlightlessMango 0d53d7d39d Fixed typo in nvctrl 5 years ago
FlightlessMango 85291d25ef Added warning messages for nvctrl 5 years ago
Lionel Landwerlin 1fc94600e9
vulkan/overlay: Add a workaround semaphore for application presenting without one
When an application calls vkQueuePresent() on a different queue than
the one we run our drawing on and it doesn't give a semaphore to wait
on, let's insert our own semaphore so that we don't race the
application's drawing.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2540
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3893>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3893>
5 years ago
jackun 32ae051434
Add Bethesda launcher to blacklist 5 years ago
Sporif c24d9015cd
Blacklist support
Initial blacklist: Battle.net.exe, EpicGamesLauncher.exe, IGOProxy.exe, IGOProxy64.exe, Origin.exe, Steam.exe

Signed-off-by: jackun <jack.un@gmail.com>
5 years ago
jackun 25b0adfbf9
Move Wine exe name code from config.cpp to get_wine_exe_name(...) 5 years ago
jackun cf17f70dab
Remove unused statistics related code 5 years ago
jackun d3f895cbef
[config] keep pthread_t pointers in notify_thread struct for MT safety 5 years ago
jackun 1b192c4910
[config] join notifier thread just to be sure 5 years ago
jackun e72a7bdd76
[config] Try to set notifier file descriptor to non-blocking mode; add start/stop_notifier functions
If setting to non-blocking fails, just closing the fd should kill it anyway
5 years ago
jackun 841d76c6af
Quit config watcher thread if it fails to init and clean up 5 years ago
jackun 82243bf115
Use more general sizeof to get arch "bitness" 5 years ago
jackun 2ab386d70a
Fix double definition 5 years ago
flightlessmango a5f691284d
Merge pull request #95 from Faalagorn/patch-1
Updated ManogoHud.conf with the recent values
5 years ago
FlightlessMango a84f5ef178 Show mangohud arch in hud 5 years ago
FlightlessMango 43d5bac40d Set MANGOHUD_ARCH in meson 5 years ago
FlightlessMango 23adda92b7 Added param 'arch' 5 years ago
jackun 52382834d5
Added nvctrl build dep for Fedora/openSUSE 5 years ago
FlightlessMango f2e11d5cb0 Added nvctrl build dep for arch based 5 years ago
FlightlessMango 994f6bd188 Added nvctrl build dep for ubuntu family 5 years ago
FlightlessMango c9558eec50 Merge branch 'xnvctrl' into develop 5 years ago
Faalagorn f25b0dbea9
Updated ManogoHud.conf color usage 5 years ago
jackun ae3a155e22
Keep engine name per vulkan instance 5 years ago
flightlessmango e1d4843e1e
Merge pull request #99 from gasinvein/flatpak-id-change
Change flatpak ID in readme
5 years ago
gasinvein 4627c59f22 Change flatpak ID in readme 5 years ago
jackun 9722e101ac
[build.sh] exit script on error 5 years ago
jackun 053a07d83c
[OpenGL] Don't set display size to scissor box if its size is just 1 by 1 5 years ago
Faalagorn 76bb50bd01
Updated ManogoHud.conf with the recent values
Fixes #92
5 years ago
jackun ab9c9ea7ea
Meson recommends using 'threads' dependency instead of 'pthread' 5 years ago
jackun f92a2a07db
GiB not GB 5 years ago
Newbyte 634adb4b3e
build.sh: Improve usage message (#93)
* Improve usage message
5 years ago
jackun 26d770d2bb
Merge branch 'master' into develop 5 years ago
jackun a579be8c9c
[installer] `tar -h` may still delete symlinks 5 years ago
jackun fbae1dfcc0
More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 5 years ago
jackun b059fa26bc
xnvctrl: parse tokenized attributes 5 years ago
jackun c16f4b4275
try_stoi: spam in debug build only 5 years ago
FlightlessMango 79add746b5 Removed debugging messages 5 years ago
FlightlessMango f2b770abac Use XNVCTRLQueryTargetAttribute64 instead 5 years ago
FlightlessMango 2c979e52e6 Set nvmlSuccess to false if NVML gpu load is unsupported 5 years ago
FlightlessMango e7b5a18d87 If NVML fails fallback to NVctrl 5 years ago
FlightlessMango f81af99ee5 NVCtrl meson build 5 years ago
FlightlessMango aaaf30b807 NVctrl fetching 5 years ago
FlightlessMango 8ee0ec2c3f NVCtrl loader 5 years ago
jackun f1c8acdb0f
elfhacks: check UINTPTR_MAX size of architecture bitness instead 5 years ago
jackun 1915352c86
Draw versions after table so they don't get clipped 5 years ago
jackun 76cd637755
Merge branch 'develop' 5 years ago
jackun 65f5ae773d
Bump to v0.3.1 5 years ago