FlightlessMango
e5341dd86b
Use params for keybinds
2020-02-09 12:25:23 +01:00
FlightlessMango
1a523a735f
Keybind params for toggle hud and log
2020-02-09 12:10:41 +01:00
telans
4d2f3876d5
Merge pull request #20 from guihkx/patch-3
...
Use dpkg-query -s to query for packages
2020-02-09 08:55:23 +13:00
jackun
5f6c3c9190
Fix ImGui::PopStyleColor() being in wrong place
2020-02-08 20:32:33 +02:00
Guilherme Silva
d5e06975b6
Add Zorin OS to build script
2020-02-08 09:52:51 -03:00
Guilherme Silva
ceda055feb
Use dpkg-query -s to query for packages
...
By own experience, dpkg-query -l doesn't always return 1 if a package isn't installed.
dpkg-query -s seems more reliable.
2020-02-08 09:47:41 -03:00
FlightlessMango
4be6d4c748
Added frametime ms next to frametime graph
2020-02-07 00:00:40 +01:00
FlightlessMango
bd4c402824
Added Frametime label
2020-02-06 23:58:45 +01:00
FlightlessMango
c6d7fdd110
Fixed some issue with calculating hud height
2020-02-06 23:57:32 +01:00
telans
1bc513f572
remove nvidiaSmiThread
2020-02-06 18:45:32 +13:00
jackun
97fcafd030
Check if amdgpu file handles are valid
2020-02-05 22:37:03 +02:00
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>
2020-02-05 22:37:03 +02:00
jackun
3c8376588a
Init gpu stats when VkDevice gets created
2020-02-05 22:37:03 +02:00
telans
435f58f710
build.sh update package based timestamp
2020-02-06 09:01:28 +13:00
jackun
d534a46c54
build.sh: fix copy/paste error, install mako too
2020-02-05 21:18:09 +02:00
FlightlessMango
1e475ac02c
removed unused nvctrl
2020-02-05 13:23:08 +01:00
jackun
46d8a03b50
Use PRId64 for int64_t string format
2020-02-05 14:19:16 +02:00
telans
6b219fcb6f
update example gif with vram
2020-02-05 14:16:17 +02:00
telans
eedf06acbe
add "ram" & "vram" options to readme
2020-02-05 14:16:16 +02:00
FlightlessMango
36eba167d8
use nvml for nvidia gpu memory instead of nvctrl
2020-02-05 14:16:16 +02:00
FlightlessMango
35d8f7c829
add ram/vram param options
2020-02-05 14:16:16 +02:00
FlightlessMango
beaac191d1
Displaying used ram and vram on the hud
2020-02-05 14:16:16 +02:00
FlightlessMango
6affdb8c51
fetch nvidia vram used from nvctrl
2020-02-05 14:16:16 +02:00
FlightlessMango
23280e0e78
fetching vram for amd gpus
2020-02-05 14:16:16 +02:00
FlightlessMango
d97719e3d6
get nvidia vram from nvml
2020-02-05 14:16:16 +02:00
FlightlessMango
5201a26d95
detach memory thread when done
2020-02-05 14:16:15 +02:00
FlightlessMango
e3b380b970
changed mem color
2020-02-05 14:16:15 +02:00
FlightlessMango
14ad1e015a
Display memory stats on the hud
2020-02-05 14:16:15 +02:00
FlightlessMango
8ab7cd0f20
Basic memory fetching
2020-02-05 14:16:06 +02:00
FlightlessMango
d20a92a0c4
Write system info to log file
2020-02-05 07:07:23 +01:00
FlightlessMango
68599a02a3
param options for cpu_stats and gpu_stats
2020-02-05 01:06:10 +01:00
flightlessmango
04de13987e
Added LICENSE
2020-02-05 00:20:07 +01:00
jackun
bba8702ff3
Check if engine name is set
2020-02-05 00:43:32 +02:00
jackun
bf45bd9a02
Don't increment cpuData index inline
2020-02-04 23:33:36 +02:00
jackun
6d3d869586
Fix system info and stats parsing
2020-02-04 23:23:01 +02:00
jackun
217b65f0e9
Some cpu/gpu stats parsing fixes
2020-02-04 23:23:01 +02:00
jackun
6400ab3cdc
meson: option to add _GLIBCXX_ASSERTIONS define
2020-02-04 23:23:01 +02:00
jackun
b5bfd437a6
Add file and string utility functions
2020-02-04 23:23:01 +02:00
jackun
f559730d2f
Return bool from checkNvidia()
2020-02-04 23:23:00 +02:00
telans
56099d1035
build.sh: fix VERSION with tags
2020-02-05 08:29:39 +13:00
jackun
4ee5670ac2
Update README.md
...
Add `frame_timing` and how to hide it.
2020-02-04 21:20:38 +02:00
telans
1b5bc3de7b
update overlay example
2020-02-05 00:00:15 +13:00
telans
56ef50c77e
update README
2020-02-04 23:30:40 +13:00
telans
539e1bb4dc
saturate the colors a little
2020-02-04 20:58:35 +13:00
telans
845d4c73ad
build.sh: fix installation
...
appears as if case doesn't play well when stringing together multiple arguments
2020-02-04 11:03:21 +13:00
telans
5ead806acb
Merge branch 'package-install'
2020-02-03 10:13:38 +00:00
telans
cbf235ad69
build.sh: support multiple arguments
2020-02-03 23:09:24 +13:00
jackun
ca0462f817
Revert "Fix Get*ProcAddr functions' exports"
...
This reverts commit 3f036dd3a0
.
2020-02-03 02:58:43 +02:00
telans
b6b8b157e7
install.sh: verbose
2020-02-03 11:57:38 +13:00
telans
f2798a2cd9
build.sh: distributable package
2020-02-03 11:40:06 +13:00