Commit Graph

543 Commits (59d021f7d5a9d957bd54cb42791c44f2f76a7251)
 

Author SHA1 Message Date
flightlessmango a5f691284d
Merge pull request #95 from Faalagorn/patch-1
Updated ManogoHud.conf with the recent values
4 years ago
FlightlessMango a84f5ef178 Show mangohud arch in hud 4 years ago
FlightlessMango 43d5bac40d Set MANGOHUD_ARCH in meson 4 years ago
FlightlessMango 23adda92b7 Added param 'arch' 4 years ago
jackun 52382834d5
Added nvctrl build dep for Fedora/openSUSE 4 years ago
FlightlessMango f2e11d5cb0 Added nvctrl build dep for arch based 4 years ago
FlightlessMango 994f6bd188 Added nvctrl build dep for ubuntu family 4 years ago
FlightlessMango c9558eec50 Merge branch 'xnvctrl' into develop 4 years ago
Faalagorn f25b0dbea9
Updated ManogoHud.conf color usage 4 years ago
jackun ae3a155e22
Keep engine name per vulkan instance 4 years ago
flightlessmango e1d4843e1e
Merge pull request #99 from gasinvein/flatpak-id-change
Change flatpak ID in readme
4 years ago
gasinvein 4627c59f22 Change flatpak ID in readme 4 years ago
jackun 9722e101ac
[build.sh] exit script on error 4 years ago
jackun 053a07d83c
[OpenGL] Don't set display size to scissor box if its size is just 1 by 1 4 years ago
Faalagorn 76bb50bd01
Updated ManogoHud.conf with the recent values
Fixes #92
4 years ago
jackun ab9c9ea7ea
Meson recommends using 'threads' dependency instead of 'pthread' 4 years ago
jackun f92a2a07db
GiB not GB 4 years ago
Newbyte 634adb4b3e
build.sh: Improve usage message (#93)
* Improve usage message
4 years ago
jackun 26d770d2bb
Merge branch 'master' into develop 4 years ago
jackun a579be8c9c
[installer] `tar -h` may still delete symlinks 4 years ago
jackun fbae1dfcc0
More checks for XNVCtrl support. Favor NVML but fallback to XNVCtrl if supported. 4 years ago
jackun b059fa26bc
xnvctrl: parse tokenized attributes 4 years ago
jackun c16f4b4275
try_stoi: spam in debug build only 4 years ago
FlightlessMango 79add746b5 Removed debugging messages 4 years ago
FlightlessMango f2b770abac Use XNVCTRLQueryTargetAttribute64 instead 4 years ago
FlightlessMango 2c979e52e6 Set nvmlSuccess to false if NVML gpu load is unsupported 4 years ago
FlightlessMango e7b5a18d87 If NVML fails fallback to NVctrl 4 years ago
FlightlessMango f81af99ee5 NVCtrl meson build 4 years ago
FlightlessMango aaaf30b807 NVctrl fetching 4 years ago
FlightlessMango 8ee0ec2c3f NVCtrl loader 4 years ago
jackun f1c8acdb0f
elfhacks: check UINTPTR_MAX size of architecture bitness instead 4 years ago
jackun 1915352c86
Draw versions after table so they don't get clipped 4 years ago
jackun 76cd637755
Merge branch 'develop' 4 years ago
jackun 65f5ae773d
Bump to v0.3.1 4 years ago
flightlessmango 7b8c1563fd
create FUNDING.yml 4 years ago
flightlessmango 05a757e14c
Merge pull request #86 from Newbytee/opensuse-dependency-check-fix
Fix missing dependency checking on OpenSUSE
4 years ago
Newbyte 012a6503f2 Fix missing dependency checking on OpenSUSE 4 years ago
flightlessmango 699a30af34
Merge pull request #84 from Newbytee/opensuse-gcc-typo-fix
Fix gcc-c++-32bit being misspelt as gcc-c++-31bit in OpenSUSE section
4 years ago
Newbyte 2be2e1154f Fix gcc-c++-32bit being misspelt as gcc-c++-31bit in OpenSUSE section 4 years ago
jackun c7bee1a99d
[OpenGL] Compare if viewport or scissor box size changed with window resizing and use that for display size 4 years ago
jackun 6ad6bffade
Use ImGui's DisplaySize so display size for layer positioning etc can be set the same way for vulkan and OpenGL 4 years ago
jackun 3d46ccafe1
Show OpenGL version below engine name too to avoid it getting clipped 4 years ago
jackun 8aa0783b4a
Show vulkan/opengl version
OpenGL glGetIntegerv(GL_[MAJOR|MINOR]_VERSION) don't work on versions < 3.0 though
4 years ago
jackun 70bcb2b23d
Merge branch 'master' into develop 4 years ago
jackun 9323db4a07
Add missing case delimiter 4 years ago
jackun 89180336b9
Merge remote-tracking branch 'origin/master' into develop 4 years ago
flightlessmango dd041b22a3
Merge pull request #79 from TheRealDannyBoy/master
openSUSE Dependency Resolution
4 years ago
TheRealDannyBoy 2c2d393064
Updated README to acknowledge openSUSE dependency resolution 4 years ago
jackun bb3aba9080
[OpenGL] Use elfhacks to load real OpenGL functions 4 years ago
jackun 85801bcc17
[OpenGL] Add elfhacks
https://github.com/ienorand/elfhacks
4 years ago