Commit Graph

507 Commits (e170e64f9cfe17a39a5b46f311933af85c2caf12)
 

Author SHA1 Message Date
flightlessmango 63c07d5844
Merge pull request #59 from Newbytee/patch-1
Supporting setting up dependencies in elementary OS
4 years ago
Newbyte aaab43ef97
Supporting setting up dependencies in elementaryOS
Add elementary OS to list of Debian-family operating systems. Tested on 5.1 Hera.
4 years ago
FlightlessMango b3286cbe48 check if opengl/vulkan with is_vulkan bool 4 years ago
jackun 13e57578c3
Fix update_hud_info indentation 4 years ago
jackun 154380e056
Don't update time if not enabled 4 years ago
jackun 9a7a4d99e0
Don't update CPU freq/temp if not enabled 4 years ago
jackun 6bbc89a9cc
Don't update CPU stats if not enabled 4 years ago
jackun 16552b25e3 Don't update RAM/IO stats if not enabled 4 years ago
jackun c850507314
[OpenGL] Initialize MangoHud from glXSwapBuffers even if glXMakeCurrent is skipped for some reason 4 years ago
FlightlessMango 779f79de91 [readme] example config location 4 years ago
jackun c2fb89ace5 Bump to v0.3.0 4 years ago
flightlessmango ee9c2df771
Merge pull request #58 from LiamDawe/patch-1
update readme based on new command
4 years ago
Liam Dawe abada4f406
update readme based on new command
Adjust the Normal use text, to account for OpenGL and the new command.
4 years ago
jackun 6527b17318
Update README.md 4 years ago
jackun d455cc3cb9
Update README.md 4 years ago
jackun d46fbd948d
Uninstall docs too 4 years ago
jackun 71afd173bb
Update mangohud-setup.sh 4 years ago
FlightlessMango ae27b4b58e Merge branch 'develop' 4 years ago
jackun fa41e6f882
Always configure vulkan json 4 years ago
jackun deaccb7dd8
Update build.sh 4 years ago
jackun ad64bf345d
Update build scripts, again
Install to $prefix$libdir/mangohud by default.
4 years ago
FlightlessMango f73ea2e3ce Merge branch 'master' into develop 4 years ago
FlightlessMango 4df0fa559a make sure all mangohud files are being uninstalled 4 years ago
FlightlessMango 5e6fe9876c Merge branch 'develop' 4 years ago
FlightlessMango d76c2a3830 [build/install script] remove entire defunct mangohud folder 4 years ago
jackun 50cef9621b
Remove ~/.local/share/MangoHud/MangoHud.conf support 4 years ago
jackun 57f3b3470d
Remove param_unit() 4 years ago
jackun 2e3f8077cb
Remove parse_output_file 4 years ago
jackun 3d4a4cf336
Update README.md 4 years ago
FlightlessMango 1e19a62f67 [readme] opengl vsync option 4 years ago
jackun da9120f971
Add parse_signed() for gl_sync 4 years ago
jackun 125dbc1403
[OpenGL] Allow swap interval of -1 for adaptive sync, if supported 4 years ago
FlightlessMango dbfa6d8f8b [readme] vsync opengl and vulkan explanation 4 years ago
FlightlessMango e24f5dfc8b added log_duration param and updated readme 4 years ago
FlightlessMango b4cd837328 [OpenGL] custom font file 4 years ago
FlightlessMango 8641392ca7 added MANGOHUD_FONT to params as font_file 4 years ago
FlightlessMango d1bdf71580 added MANGOHUD_OUTPUT to params as output_file 4 years ago
jackun 4adb6ed25f
Convert tabs to spaces in cpu.cpp/cpu.h 4 years ago
jackun 72d7f6ef71
Print also a reason for skipping a config file 4 years ago
jackun 31a651133c
[OpenGL] Cleanup stderr output a little 4 years ago
jackun bbfad2e073
[OpenGL] Parse and initialize configuration just once 4 years ago
jackun a52dce875f
[OpenGL] Keep glClipControl local to imgui_impl_opengl3.cpp 4 years ago
jackun 05d61ee77e
Init CPUStats just once 4 years ago
FlightlessMango e68dd48f3f forgot one refresh_config 4 years ago
FlightlessMango fe69ec2955 changed refresh_config to reload_cfg 4 years ago
jackun a8c5221c6e
Add read_cfg to README.md 4 years ago
FlightlessMango 501d7d74d2 install example config with meson 4 years ago
jackun f7547aa1f0
Add gl_sync to MangoHud.conf 4 years ago
jackun 5caeb10882
[OpenGL] Apply swap interval from glXMakeCurrent 4 years ago
jackun 297b44bfe6
[OpenGL] Force-load libGL.so.1 with dlopen() if dlsym fails to find functions 4 years ago