Commit Graph

143 Commits (e170e64f9cfe17a39a5b46f311933af85c2caf12)

Author SHA1 Message Date
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
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
FlightlessMango 35d8f7c829
add ram/vram param options 4 years ago
FlightlessMango beaac191d1
Displaying used ram and vram on the hud 4 years ago
FlightlessMango e3b380b970
changed mem color 4 years ago
FlightlessMango 14ad1e015a
Display memory stats on the hud 4 years ago
FlightlessMango d20a92a0c4 Write system info to log file 4 years ago
FlightlessMango 68599a02a3 param options for cpu_stats and gpu_stats 4 years ago
jackun bba8702ff3
Check if engine name is set 4 years ago
jackun 6d3d869586
Fix system info and stats parsing 4 years ago
telans 539e1bb4dc
saturate the colors a little 4 years ago
jackun ca0462f817
Revert "Fix Get*ProcAddr functions' exports"
This reverts commit 3f036dd3a0.
4 years ago
FlightlessMango dcb0dcd441 Merge branch 'dynamic_nvml' 4 years ago
FlightlessMango 3d711005d4 Merge branch 'cpu' 4 years ago
FlightlessMango 3d49422325 cleaning up 4 years ago
jackun 90416278e0
Total cpu periods 4 years ago
FlightlessMango c9e9c2feaf bring back cpu temp 4 years ago
FlightlessMango 1a60999243 New cpu implementation 4 years ago
jackun 3f036dd3a0
Fix Get*ProcAddr functions' exports 4 years ago
FlightlessMango ac719b2ffd Check if nvml is avaible on intel vendorID 4 years ago
FlightlessMango af17b20bd7 Use vendorID instead of deviceName to detect GPU 4 years ago
FlightlessMango 1b00d29792 Removed unused histogram 4 years ago
FlightlessMango 369b18eb07
Use nvml to display gpu values in hud 4 years ago
jackun b28e0d2606
Remove unused pipeline stats counters 4 years ago
telans b67a2aad16
Merge branch 'telans'
Remove unused python file
Fix includes
Add package build.sh option
4 years ago
FlightlessMango d3a588b0b0 Removed unused variables and fixed compiler warnings 4 years ago
telans e82e3721b7
update header location & duration_env 4 years ago
telans 0287920776
remove unused git_sha1.h 4 years ago
telans ae08d0cc21
Merge branch 'gui-color' 4 years ago
FlightlessMango e3008126f3 We don't need to push the default font 4 years ago
FlightlessMango af99e711b5 Reduced ImGui ItemSpacing 4 years ago
jackun ca78a59d54 Removed graph background, plotlines color to green 4 years ago
jackun 64fd81a471 Add Unispace as default font or load a font from file specified by envvar MANGOHUD_FONT
Could make built-in font configurable by including some other source file with font data instead of src/font_unispace.c
4 years ago
FlightlessMango dd78c02ed8 MangoHud Standalone
Co-authored-by: jackun <jack.un@gmail.com>
Co-authored-by: telans <telans@protonmail.com>
4 years ago