Commit Graph

1962 Commits

Author SHA1 Message Date
jackun
a8c5221c6e
Add read_cfg to README.md 2020-03-13 15:41:12 +02:00
FlightlessMango
501d7d74d2 install example config with meson 2020-03-13 12:41:22 +01:00
jackun
f7547aa1f0
Add gl_sync to MangoHud.conf 2020-03-13 10:38:53 +02:00
jackun
5caeb10882
[OpenGL] Apply swap interval from glXMakeCurrent 2020-03-13 10:05:41 +02:00
jackun
297b44bfe6
[OpenGL] Force-load libGL.so.1 with dlopen() if dlsym fails to find functions 2020-03-13 09:35:14 +02:00
jackun
e0ce0493f7
[OpenGL] Set swap interval (vsync) with gl_vsync param 2020-03-12 12:12:21 +02:00
jackun
690c7e7e1f
Make paths in libmangohud.conf lowercase 2020-03-12 12:12:21 +02:00
FlightlessMango
62a3759d07 only add ld.so.conf file for build.sh 2020-03-12 09:24:36 +01:00
FlightlessMango
8133048e9c Add blank configuration for project_name and layer_suffix with build.sh 2020-03-12 09:20:22 +01:00
FlightlessMango
8153e29eb3 forgot to add '/' to end of path 2020-03-12 08:31:33 +01:00
FlightlessMango
8599484032 configure .json files with meson 2020-03-12 08:24:37 +01:00
jackun
69947c3732
Update mangohud-setup.sh for new libdir paths 2020-03-11 19:01:59 +02:00
jackun
37e34335ae
Sprinkle NDEBUG over gl debug prints 2020-03-11 18:57:21 +02:00
jackun
ad598f7ec4
[OpenGL] Fix double-free with ImGui context 2020-03-11 18:56:31 +02:00
jackun
f99129f9de
Libdirs: once more, with feeling 2020-03-11 18:11:35 +02:00
jackun
4761078133
Fix small font for gl 2020-03-11 12:23:39 +02:00
jackun
c88b930a37
Match gl PushPopStyle count with vulkan's 2020-03-11 12:16:53 +02:00
jackun
bc7db582bd
Single ImGui context for OpenGL
Seems only VAO is not shareable between OpenGL context
but that gets recreated every render anyway.
2020-03-11 12:15:44 +02:00
jackun
373bba5fcf
Keep time outside the table or it gets clipped if using too fancy a format 2020-03-11 12:11:16 +02:00
FlightlessMango
d62c70172e [build/install script] rm recusive not needed 2020-03-11 10:01:46 +01:00
FlightlessMango
2d01a9f5ba [install/build script] remove old mangohud files 2020-03-11 09:57:38 +01:00
FlightlessMango
c6df71a4be [readme] updated installed instructions 2020-03-11 06:46:59 +01:00
FlightlessMango
42d6b8b2b3 [readme] added text_color 2020-03-11 06:20:59 +01:00
FlightlessMango
8bf8723ad5 added param text_color 2020-03-11 06:20:18 +01:00
FlightlessMango
d39bcd2cdb [readme] changed frametime_alpha to alpha 2020-03-11 06:15:04 +01:00
FlightlessMango
77b3033cc7 Removed frametime_alpha and replace it with an overall alpha for text and frametime 2020-03-11 06:07:41 +01:00
FlightlessMango
ab9e3e2625 fixed install script after libdir change 2020-03-11 05:21:47 +01:00
FlightlessMango
a1eafc3403 Install .so into subdirectory in libdir 2020-03-11 05:19:48 +01:00
jackun
a64b6cada2
Build/install scripts: verbose tar output and set files' owner/group to root 2020-03-10 23:41:55 +02:00
FlightlessMango
987b72174c [readme] install needs sudo now 2020-03-10 15:20:58 +01:00
FlightlessMango
8558d038d7 refactored the install process 2020-03-10 13:39:52 +01:00
FlightlessMango
ccf870e630 changed offset_x/y to int so it can be negative 2020-03-10 10:18:59 +01:00
FlightlessMango
c021c7d67e try to load both vulkan and opengl with the run script 2020-03-10 08:28:12 +01:00
FlightlessMango
88ad5de2ab Fix so preloading doesn't break vulkan layer 2020-03-10 08:27:27 +01:00
FlightlessMango
a5ae5fc30f added param background_alpha to readme 2020-03-10 07:48:21 +01:00
FlightlessMango
163c76bea7 added param background_color 2020-03-10 07:48:04 +01:00
FlightlessMango
7dc532b956 Added background_alpha and frametime_alpha to readme 2020-03-10 07:29:56 +01:00
FlightlessMango
28e765a6a3 added param frametime_alpha 2020-03-10 07:27:28 +01:00
FlightlessMango
a94ccfc082 added frametime_color to readme 2020-03-10 06:31:36 +01:00
FlightlessMango
906a8cde23 added param frametime_color 2020-03-10 06:30:37 +01:00
FlightlessMango
a2735693ba Merge opengl into develop 2020-03-10 06:19:18 +01:00
FlightlessMango
a5c0d39519 Updated readme to include the new color params 2020-03-10 05:45:35 +01:00
FlightlessMango
755558ecb9 added param io_color 2020-03-10 05:01:31 +01:00
FlightlessMango
d8b3c3c81f params for changing color of cpu, gpu, vram, ram and engine text 2020-03-10 04:51:27 +01:00
FlightlessMango
13f5de1e10 fixed install script not properly updating .json files 2020-03-10 04:29:13 +01:00
jackun
e3b51df0a0 Update Dear ImGui tables branch 2020-03-08 20:09:05 +02:00
jackun
952d7352e3
Merge remote-tracking branch 'origin/master' into develop 2020-03-08 16:46:43 +02:00
flightlessmango
907caa8887
Merge pull request #55 from egee-irl/master
fixed typos
2020-03-08 07:20:36 +01:00
egee-irl
e7a252eaf7 fixed typos 2020-03-07 18:49:06 -08:00
jackun
5e4bd7b8c8
Keep time outside the table or it gets clipped if using too fancy a format 2020-03-07 14:10:52 +02:00