Commit Graph

2017 Commits (4307450c02614fb1c929e01c7fdaea3e6bc7f64e)
 

Author SHA1 Message Date
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
FlightlessMango 77b3033cc7 Removed frametime_alpha and replace it with an overall alpha for text and frametime 4 years ago
FlightlessMango ab9e3e2625 fixed install script after libdir change 4 years ago
FlightlessMango a1eafc3403 Install .so into subdirectory in libdir 4 years ago
jackun a64b6cada2
Build/install scripts: verbose tar output and set files' owner/group to root 4 years ago
FlightlessMango 987b72174c [readme] install needs sudo now 4 years ago
FlightlessMango 8558d038d7 refactored the install process 4 years ago
FlightlessMango ccf870e630 changed offset_x/y to int so it can be negative 4 years ago
FlightlessMango c021c7d67e try to load both vulkan and opengl with the run script 4 years ago
FlightlessMango 88ad5de2ab Fix so preloading doesn't break vulkan layer 4 years ago
FlightlessMango a5ae5fc30f added param background_alpha to readme 4 years ago
FlightlessMango 163c76bea7 added param background_color 4 years ago
FlightlessMango 7dc532b956 Added background_alpha and frametime_alpha to readme 4 years ago
FlightlessMango 28e765a6a3 added param frametime_alpha 4 years ago
FlightlessMango a94ccfc082 added frametime_color to readme 4 years ago
FlightlessMango 906a8cde23 added param frametime_color 4 years ago
FlightlessMango a2735693ba Merge opengl into develop 4 years ago
FlightlessMango a5c0d39519 Updated readme to include the new color params 4 years ago
FlightlessMango 755558ecb9 added param io_color 4 years ago
FlightlessMango d8b3c3c81f params for changing color of cpu, gpu, vram, ram and engine text 4 years ago
FlightlessMango 13f5de1e10 fixed install script not properly updating .json files 4 years ago