Commit Graph

287 Commits (ad64bf345d7bf32521a0bb46820101daec9fe7b6)
 

Author SHA1 Message Date
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
jackun e0ce0493f7
[OpenGL] Set swap interval (vsync) with `gl_vsync` param 4 years ago
jackun 690c7e7e1f
Make paths in libmangohud.conf lowercase 4 years ago
FlightlessMango 62a3759d07 only add ld.so.conf file for build.sh 4 years ago
FlightlessMango 8133048e9c Add blank configuration for project_name and layer_suffix with build.sh 4 years ago
FlightlessMango 8153e29eb3 forgot to add '/' to end of path 4 years ago
FlightlessMango 8599484032 configure .json files with meson 4 years ago
jackun 69947c3732
Update mangohud-setup.sh for new libdir paths 4 years ago
jackun 37e34335ae
Sprinkle NDEBUG over gl debug prints 4 years ago
jackun ad598f7ec4
[OpenGL] Fix double-free with ImGui context 4 years ago
jackun f99129f9de
Libdirs: once more, with feeling 4 years ago
jackun 4761078133
Fix small font for gl 4 years ago
jackun c88b930a37
Match gl PushPopStyle count with vulkan's 4 years ago
jackun bc7db582bd
Single ImGui context for OpenGL
Seems only VAO is not shareable between OpenGL context
but that gets recreated every render anyway.
4 years ago
jackun 373bba5fcf
Keep time outside the table or it gets clipped if using too fancy a format 4 years ago
FlightlessMango d62c70172e [build/install script] rm recusive not needed 4 years ago
FlightlessMango 2d01a9f5ba [install/build script] remove old mangohud files 4 years ago
FlightlessMango c6df71a4be [readme] updated installed instructions 4 years ago
FlightlessMango 42d6b8b2b3 [readme] added text_color 4 years ago
FlightlessMango 8bf8723ad5 added param text_color 4 years ago
FlightlessMango d39bcd2cdb [readme] changed frametime_alpha to alpha 4 years ago