Commit Graph

1526 Commits (dbe2f010a2ca370e605e36955b8579f9f6face94)
 

Author SHA1 Message Date
FlightlessMango dbe2f010a2 Don't build mangoapp by default 1 year ago
Alessandro Toia f7c3ec2072 Add redlauncher(CDPR) to blacklist 1 year ago
Alessandro Toia edac405d57 Fix reporting temp of AMD zen4 CPUs, zen4 doesn't use Tdie, use Tctl instead 1 year ago
Bitwolf a67ba60773 Blacklist GOG Galaxy 2.0
FPS counter appears in the client, it probably shouldn't.
1 year ago
FlightlessMango d4aa74c149 Create static and shared libs separately 1 year ago
FlightlessMango c37c0de4fb build.sh: add mangoapp to install/uninstall 1 year ago
FlightlessMango 6f23cdeaf1 mangoapp: meson option to install lib32 1 year ago
FlightlessMango 8d064db204 mangoapp: install by default 1 year ago
FlightlessMango 03d64e5afb params: exec_name 1 year ago
Bill Li 8ea3f86dbf add missing include to test 1 year ago
Alessandro Toia b2bcd889f0 Skip OpenGL impl if vulkan is loaded togther with zink or wined3d. 1 year ago
FlightlessMango e3995ffcbf mangoapp: compile using static mangohud_library 1 year ago
Alessandro Toia 7b248efef7 Check if libvulkan is loaded when opengl is also loaded and skip opengl rendering
Fixes #866 #852 issues with zink and multiple games using DXVK that load OpenGL for some reason
1 year ago
Alessandro Toia b61f83f522 Add lib_loaded function to check for current loaded libraries 1 year ago
Kurt Kartaltepe 1a3fa6e4ff overlay: Fixup device detection on intel GPUs
This resolves missing GPU names due to deviceID only being computed for
AMD gpus. It also filters out display adapters so there is less noise in
the logs when scanning cards.
1 year ago
FlightlessMango 7dee12a75a params: toggle_hud_position 1 year ago
FlightlessMango 61596104ce params: hud_compact default off 1 year ago
Alessandro Toia d56451f7cd Check for Artix linux dependencies 1 year ago
Alessandro Toia 5bf4091cdf Add window padding if hud_compact = 0 1 year ago
FlightlessMango ddbb4f5be1 intel: use json for parsing intel_gpu_top output 1 year ago
FlightlessMango f8ca49f627 allow for compact hud layout 2 years ago
FlightlessMango e38413b2d8 use intel_gpu_top for gpu stats 2 years ago
Zebediah Figura 2f01d15690 Bind a zero pixel unpack buffer if necessary when uploading fonts texture 2 years ago
FlightlessMango abb7cdcb6e test: amdgpu: fix renamed test 2 years ago
FlightlessMango e6c5ff4a4b overlay.cpp: fixed renamed check metrics function 2 years ago
FlightlessMango cb7d2a2447 amdgpu tests 2 years ago
FlightlessMango ed6a427751 tests: cmocka subproject 2 years ago
Gustavo Parreira 96f72e2352 fix: Look for NAVI in device name for AMD GPUs 2 years ago
Vir Chaudhury c670203a5b add logging for when the OpenGL context fails to initialize 2 years ago
Stephan Lachnit 0292bf169e make icon a square
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2 years ago
Stephan Lachnit b8b6d61b25 Build mangoapp and mangohudctl for any CPU architecture
On 32-bit-only machines, building these for the 32-bit architecture makes sense.

Signed-off-by: Simon McVittie <smcv@debian.org>
2 years ago
Deis Dupeyron b46908bdbc src/battery.cpp: fix getTimeRemaining for energy_now 2 years ago
Witold Baryluk 1b9b466115 Update instructions for Debian / Ubuntu
Just a minor rewording. I have seen people struggling to see
that mangohud is in Ubuntu and other Debian-based distro repos.
2 years ago
wael 9a6809daca meson_options: fix bool options 2 years ago
FlightlessMango ebb0f969de params: don't enable hud_no_margin and log_versioning with full 2 years ago
jackun fc31ac6264
Update MangoHud.conf
gpu_mem_clock and vram
2 years ago
jackun a5dc1fffdd
README.md: add example config file location 2 years ago
FlightlessMango a76e8a26f5 hud elements: battery: adjust remaining time for normal and horizontal view 2 years ago
FlightlessMango 57c4e4e6c2 increase width based on table_columns 2 years ago
FlightlessMango bc89947df0 hud_elements: battery: don't show plug or watt in horizontal 2 years ago
FlightlessMango 4f49ffea7b frame_timing: minor adjustments for horizontal and mangoapp 2 years ago
FlightlessMango 3949c6c87f amdgpu: change cpu/gpu temps from max to avg 2 years ago
MasterDevX 99f0e4139c Add support for it8603 sensor 2 years ago
FlightlessMango d0a1c4ea07 horizontal view and hud_no_margin 2 years ago
NoXPhasma 356a41f456 Add navigation to the Readme 2 years ago
jackun dcabe6b33f
Explicitly include array 2 years ago
NoXPhasma 3e67f44a38 Remove the Ubunutu PPA from the Readme
The Ubuntu PPA is extremely outdated, it's time to remove it.
2 years ago
jackun 021df9b932
`env -u` doesn't affect "piped" commands, use `unset` instead 2 years ago
jackun a05dd84bf5
Don't use unsetenv in `exec`
Hopefully fixes #809
2 years ago
Bill Li 6a68814e0a Updated PKGBUILD to honor the user set compiler using CC and CXX environment variables. 2 years ago