Commit Graph

207 Commits (32c45150bcc309f61a9d40f4123d013f7f0f72e0)

Author SHA1 Message Date
jackun b0f36fad31
Expand paths only 5 years ago
FlightlessMango b0e1fe9321 [params] set targetFrameTime in params.cpp 5 years ago
FlightlessMango 71b602751d [meson] option to include_doc 5 years ago
jackun 6e40f9bdd5
Expand tilde to home dir if string param start with `~` 5 years ago
jackun f7a7256374
Clear options map so reloading config files actually has an effect 5 years ago
jackun 6b4103eae9
[config] Parse Wine application name without absolute path 5 years ago
jackun abef561573
Disable CPU stat(s) if it failed to initialize 5 years ago
jackun 712590befe
Check if CPU sensor file handle is valid 5 years ago
FlightlessMango 64a42df047 forgot to include functional 5 years ago
FlightlessMango cbb58ab79c make sure Xdisplay is closed on shutdown 5 years ago
FlightlessMango b3286cbe48 check if opengl/vulkan with is_vulkan bool 5 years ago
jackun 13e57578c3
Fix update_hud_info indentation 5 years ago
jackun 154380e056
Don't update time if not enabled 5 years ago
jackun 9a7a4d99e0
Don't update CPU freq/temp if not enabled 5 years ago
jackun 6bbc89a9cc
Don't update CPU stats if not enabled 5 years ago
jackun 16552b25e3 Don't update RAM/IO stats if not enabled 5 years ago
jackun c850507314
[OpenGL] Initialize MangoHud from glXSwapBuffers even if glXMakeCurrent is skipped for some reason 5 years ago
jackun fa41e6f882
Always configure vulkan json 5 years ago
jackun ad64bf345d
Update build scripts, again
Install to $prefix$libdir/mangohud by default.
5 years ago
jackun 50cef9621b
Remove ~/.local/share/MangoHud/MangoHud.conf support 5 years ago
jackun 57f3b3470d
Remove param_unit() 5 years ago
jackun 2e3f8077cb
Remove parse_output_file 5 years ago
jackun da9120f971
Add parse_signed() for gl_sync 5 years ago
jackun 125dbc1403
[OpenGL] Allow swap interval of -1 for adaptive sync, if supported 5 years ago
FlightlessMango e24f5dfc8b added log_duration param and updated readme 5 years ago
FlightlessMango b4cd837328 [OpenGL] custom font file 5 years ago
FlightlessMango 8641392ca7 added MANGOHUD_FONT to params as font_file 5 years ago
FlightlessMango d1bdf71580 added MANGOHUD_OUTPUT to params as output_file 5 years ago
jackun 4adb6ed25f
Convert tabs to spaces in cpu.cpp/cpu.h 5 years ago
jackun 72d7f6ef71
Print also a reason for skipping a config file 5 years ago
jackun 31a651133c
[OpenGL] Cleanup stderr output a little 5 years ago
jackun bbfad2e073
[OpenGL] Parse and initialize configuration just once 5 years ago
jackun a52dce875f
[OpenGL] Keep glClipControl local to imgui_impl_opengl3.cpp 5 years ago
jackun 05d61ee77e
Init CPUStats just once 5 years ago
FlightlessMango e68dd48f3f forgot one refresh_config 5 years ago
FlightlessMango fe69ec2955 changed refresh_config to reload_cfg 5 years ago
FlightlessMango 501d7d74d2 install example config with meson 5 years ago
jackun 5caeb10882
[OpenGL] Apply swap interval from glXMakeCurrent 5 years ago
jackun 297b44bfe6
[OpenGL] Force-load libGL.so.1 with dlopen() if dlsym fails to find functions 5 years ago
jackun e0ce0493f7
[OpenGL] Set swap interval (vsync) with `gl_vsync` param 5 years ago
FlightlessMango 8133048e9c Add blank configuration for project_name and layer_suffix with build.sh 5 years ago
FlightlessMango 8153e29eb3 forgot to add '/' to end of path 5 years ago
FlightlessMango 8599484032 configure .json files with meson 5 years ago
jackun 37e34335ae
Sprinkle NDEBUG over gl debug prints 5 years ago
jackun ad598f7ec4
[OpenGL] Fix double-free with ImGui context 5 years ago
jackun f99129f9de
Libdirs: once more, with feeling 5 years ago
jackun 4761078133
Fix small font for gl 5 years ago
jackun c88b930a37
Match gl PushPopStyle count with vulkan's 5 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.
5 years ago
jackun 373bba5fcf
Keep time outside the table or it gets clipped if using too fancy a format 5 years ago