Commit Graph

935 Commits (079f67a7295a47eb2ca98a79f95ecf22dd17a5e1)
 

Author SHA1 Message Date
FlightlessMango 50cff923e8 Changed vram to display GB from MB 4 years ago
FlightlessMango 3c4fcda623 Added offset x/y in params 4 years ago
FlightlessMango 2590426ef6 Merge branch 'config' 4 years ago
FlightlessMango a8e4ac84f9 Merge branch 'crosshair' 4 years ago
FlightlessMango 69ed9db4c1 Merge branch 'limiter' 4 years ago
FlightlessMango f56c53c152 Removed unused header 4 years ago
FlightlessMango 2003ae93c9 Continue parsing overlay params without env 4 years ago
jackun 1fc94f6db5
Remove unused histogram's get_stat() 4 years ago
Georg Lehmann 7a4ffe8206
Vulkan overlay: use the corresponding image index for each swapchain
pImageIndices should be a pointer to the current image index
otherwise every swapchain but the first one could have a wrong image index
4 years ago
jackun b2f20f02d2
Prefix check links too 4 years ago
FlightlessMango 5a62a1b0de Cleaning up 4 years ago
FlightlessMango 33f48c91be Apply params from config file 4 years ago
FlightlessMango ebc49ae8c5 Basic parse config 4 years ago
FlightlessMango d578d612d4 Renamed overlay_param.c to .cpp 4 years ago
FlightlessMango 47f293a722 Change param keybind vars to KeySym 4 years ago
FlightlessMango 784cb427ff Use params for keybinds 4 years ago
FlightlessMango 25f4c88175 Change param keybind vars to KeySym 4 years ago
FlightlessMango e5341dd86b Use params for keybinds 4 years ago
FlightlessMango 9d8fbe561d Keybind params for toggle hud and log 4 years ago
FlightlessMango 1a523a735f Keybind params for toggle hud and log 4 years ago
FlightlessMango e359058430 Fixed hud being wider than intended 4 years ago
telans 4d2f3876d5 Merge pull request #20 from guihkx/patch-3
Use dpkg-query -s to query for packages
4 years ago
jackun 5f6c3c9190
Fix ImGui::PopStyleColor() being in wrong place 4 years ago
Guilherme Silva d5e06975b6
Add Zorin OS to build script 4 years ago
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.
4 years ago
FlightlessMango c5ea98a243 Added a crosshair and params for it 4 years ago
FlightlessMango be8dc8929d Don't use fps limiter unless limit is set 4 years ago
FlightlessMango 148d19422d Added vsync option 4 years ago
FlightlessMango cd131e0c39 Add fps_limit param 4 years ago
FlightlessMango a99720f311 Change to nanoseconds 4 years ago
FlightlessMango f38389b967 FPS limiter 4 years ago
FlightlessMango 4be6d4c748 Added frametime ms next to frametime graph 4 years ago
FlightlessMango bd4c402824 Added Frametime label 4 years ago
FlightlessMango c6d7fdd110 Fixed some issue with calculating hud height 4 years ago
telans 1bc513f572
remove nvidiaSmiThread 4 years ago
jackun 97fcafd030
Check if amdgpu file handles are valid 4 years ago
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>
4 years ago
jackun 3c8376588a
Init gpu stats when VkDevice gets created 4 years ago
telans 435f58f710
build.sh update package based timestamp 4 years ago
jackun d534a46c54
build.sh: fix copy/paste error, install mako too 4 years ago
FlightlessMango 1e475ac02c removed unused nvctrl 4 years ago
jackun 46d8a03b50
Use PRId64 for int64_t string format 4 years ago
telans 6b219fcb6f
update example gif with vram 4 years ago
telans eedf06acbe
add "ram" & "vram" options to readme 4 years ago
FlightlessMango 36eba167d8
use nvml for nvidia gpu memory instead of nvctrl 4 years ago
FlightlessMango 35d8f7c829
add ram/vram param options 4 years ago
FlightlessMango beaac191d1
Displaying used ram and vram on the hud 4 years ago
FlightlessMango 6affdb8c51
fetch nvidia vram used from nvctrl 4 years ago
FlightlessMango 23280e0e78
fetching vram for amd gpus 4 years ago
FlightlessMango d97719e3d6
get nvidia vram from nvml 4 years ago