Commit Graph

1117 Commits (75cf178abda328200ad5a56fed774eb18c640576)
 

Author SHA1 Message Date
jackun 75cf178abd
Update build scripts for libdrm/SRT 3 years ago
jackun c093f9823e
Use libdrm_amdgpu for amdgpu sensor info, if available
Using plain `open` as `drmOpen` needs bus id check which needs interface 1.4 ioctl which gives EPERM cause only DRM_MASTER can call it :(

https://github.com/clbr/radeontop/issues/48#issuecomment-493792404
3 years ago
jackun 88d801bd7e
Move functions not directly related to vulkan from vulkan.cpp to overlay.cpp 3 years ago
FlightlessMango e42002c57b Bump version to 0.6.5 3 years ago
jackun 8244d7f288
Fix vulkan driver's patch version 3 years ago
Joshua Martin 3b0b6fbc42
Add position options to place the overlay halfway down the screen (#561) 3 years ago
jackun 564c254eea
[build-srt] Install newer meson 3 years ago
jackun b6dab97d08
[OpenGL] Some code clean-ups 3 years ago
jackun ea45caa876
Cache Steam runtime SDKs in their own subdirs 3 years ago
jackun f8bb948de2
More quotation glyphs 3 years ago
jackun db34d1ddd8
Run build-package workflow on 'release: published'
Should work with prereleases and drafts too.
3 years ago
flightlessmango 6824ccb439
Merge pull request #556 from flgx16/togl
Detect ToGL
3 years ago
Lukáš Horáček 213953089d
Detect ToGL 3 years ago
Lukáš Horáček f1eae93253
Use map_files instead of lsof for wined3d detection 3 years ago
jackun 750d2cddb5
Make engine type per instance 3 years ago
FlightlessMango e39513cfa4 still check PengineName if engine OpenGL 3 years ago
FlightlessMango 7bddec9397 bump to v0.6.4 3 years ago
FlightlessMango 3f120b1fc5 don't set engine to vulkan if already set 3 years ago
Alessandro Toia 0bc6d33a24 Fix frame spikes when using battery parameter 3 years ago
Alessandro Toia 570bef468b Cosmetic changes to engine detection 3 years ago
FlightlessMango 5330573c8c don't rely on std in engine detection 3 years ago
jackun 5f54a9cfe6
Bump to v0.6.3 3 years ago
jackun ea898ded45
Update workflows 3 years ago
jackun f529a8a53f
Update build-source workflow 3 years ago
FlightlessMango 94dda243a5 Battery: header include filesystem.h 3 years ago
jackun d2a594e002
Update build-source workflow 3 years ago
FlightlessMango b8ca0e377b README: Add vkbasalt, gamemode and battery 3 years ago
FlightlessMango 226330c0d7 Battery: assume unknown status is charging 3 years ago
jackun 9da427d093
Include u2019 (RIGHT SINGLE QUOTATION MARK) glyph by default 3 years ago
jackun 0ee101e0ac
Fix MPRIS ticker, microseconds to nanoseconds 3 years ago
FlightlessMango a50bbbac22 add battery, fps_limit and resolution to legacy layout 3 years ago
jackun 37d8c75c78 Skip calculating IO stats for first sample
Or you get high read/write speeds averaged over process' whole lifetime.
3 years ago
flightlessmango 428ddf4e8a
Merge pull request #536 from flightlessmango/battery_test
Battery info and font awesome icons
3 years ago
FlightlessMango 2e5fc31711 use vulkan to determine if zink 3 years ago
FlightlessMango 92282bcec2 convert frametime from ns to us 3 years ago
Joshua Ashton 815097718e Use nanoseconds to calculate fps
No need to round this earlier on.

Removes an unnecessary implicit float -> double conversion in the calculation also
3 years ago
Joshua Ashton 1f0119bc91 Use raw clocks if available
Avoids NTP synchronization having impact on frametime pacing.
3 years ago
Brisse89 9a5d63cbf1 Update README.md (#513)
* Update README.md

Add Debian install instructions.
3 years ago
medusalix 560930214a Fix CPU power calculations 3 years ago
Alessandro Toia 5c48b4729c Change param to battery, add param for icon, hide power when plugged in 3 years ago
FlightlessMango 370a2d5da6 Only use MANGOHUD=1 in script 3 years ago
jackun a0a57038c1
Fix redefinition of 'open'
musl pulls in fcntl.h from somewhere
3 years ago
Alessandro Toia 105ad9c2be Check for batteries only once 3 years ago
Alessandro Toia 500a65dd52 Only display battery stats if a battery is present 3 years ago
Alessandro Toia a533883a39 Check if there are battieres before attempting to retrieve stats 3 years ago
Alessandro Toia 8960a54813 Change battery path list to array 3 years ago
Alessandro Toia 6833ee3593 Check if battery(s) are fully charged 3 years ago
Alessandro Toia 6c69f68f7f Iterate over n batteries to find energy consumption 3 years ago
Alessandro Toia e63a5bd472 Iterate over n batteries to find percent 3 years ago
Alessandro Toia 62db1495d6 Scale down icons if font is small 3 years ago