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
|
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
|
8bf8723ad5
|
added param text_color
|
2020-03-11 06:20:18 +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
|
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
|
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
|
88ad5de2ab
|
Fix so preloading doesn't break vulkan layer
|
2020-03-10 08:27:27 +01:00 |
|
FlightlessMango
|
163c76bea7
|
added param background_color
|
2020-03-10 07:48:04 +01:00 |
|
FlightlessMango
|
28e765a6a3
|
added param frametime_alpha
|
2020-03-10 07:27:28 +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
|
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 |
|
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 |
|
jackun
|
b4f1402461
|
Right align value texts
|
2020-03-07 02:08:01 +01:00 |
|
jackun
|
e881a1538a
|
Pre-convert crosshair's color to ImGui's format
|
2020-03-07 02:08:01 +01:00 |
|
jackun
|
1a8b98e09d
|
Divide memory sizes by 1024 byte chunks
|
2020-03-07 02:08:01 +01:00 |
|
FlightlessMango
|
857dcf7fb8
|
use hmwon freq1/2 instead for amdgpu core/mem clocks
|
2020-03-07 02:08:01 +01:00 |
|
FlightlessMango
|
274b3e67ca
|
don't extend hud width if gpu_stats is disabled
|
2020-03-07 02:08:01 +01:00 |
|
FlightlessMango
|
4d5f62386b
|
added gpu mem and core clocks to hud
|
2020-03-07 02:08:01 +01:00 |
|
jackun
|
f8398c3e7a
|
Add I/O stats
Using /proc/self/io 'read_bytes' and 'write_bytes' fields which count only
reads/writes that hit the storage (i.e no cached reads).
|
2020-03-07 02:07:24 +01:00 |
|
FlightlessMango
|
534ca9416d
|
Spruced up iostats and change to bool from custom
|
2020-03-07 02:06:40 +01:00 |
|
FlightlessMango
|
4847cb8e31
|
Using table for hud layout
|
2020-03-07 02:06:40 +01:00 |
|
jackun
|
2472e69205
|
Check if pApplicationInfo is null
|
2020-03-07 02:29:31 +02:00 |
|
jackun
|
ea8f0ad666
|
Includes cleanup
|
2020-03-06 23:07:28 +02:00 |
|
jackun
|
fad35b9540
|
Just check hwmon sysfs folder for cpu temp sensors
|
2020-03-05 09:52:14 +02:00 |
|
jackun
|
6bf37f8510
|
Add "time_format" parameter; update time string every "fps_sampling_period" interval
See std::put_time docs for supported formatting
|
2020-03-02 22:53:43 +02:00 |
|
jackun
|
9a4c9033fa
|
Support escaping delimiters in MANGOHUD_CONFIG
|
2020-03-02 22:53:42 +02:00 |
|
jackun
|
417b1aac8d
|
config: trim only surrounding whitespace
|
2020-03-02 22:53:29 +02:00 |
|
FlightlessMango
|
58c7831d5c
|
hud width correction
|
2020-02-29 01:38:40 +01:00 |
|
FlightlessMango
|
80cff1ac86
|
Fixed hud width not applying
|
2020-02-29 01:16:41 +01:00 |
|
FlightlessMango
|
12ba4f9ea5
|
No need to set hud height manually anymore
|
2020-02-28 22:01:04 +01:00 |
|
jackun
|
8a348ffbf0
|
Disable gpu_timing for now
Issue #44
|
2020-02-20 23:08:09 +02:00 |
|
jackun
|
b91be85ff9
|
Use std::unordered_map and std::mutex instead for object mapping and related cleanups
|
2020-02-20 01:03:35 +02:00 |
|
jackun
|
54950853b5
|
Remove redundant 'no_display' code
|
2020-02-18 15:36:20 +02:00 |
|
jackun
|
d78622a322
|
Don't enable 'read_cfg' too when 'full' is set in MANGOHUD_CONFIG
Could use OVERLAY_PARAM_INTERNAL or something similar but currently
less code to just save the boolean and reset.
|
2020-02-18 15:13:22 +02:00 |
|
jackun
|
8f66bd7d87
|
Set stats window height to ImGui::GetCursorPosY()
|
2020-02-18 14:35:58 +02:00 |
|
jackun
|
2fb0453e28
|
Create ImGui fonts per swapchain
|
2020-02-18 14:21:22 +02:00 |
|
FlightlessMango
|
099082affc
|
Refresh config keybind
|
2020-02-18 12:04:59 +01:00 |
|
FlightlessMango
|
7593582f4a
|
Fixed parsing crosshair color function
|
2020-02-18 11:44:45 +01:00 |
|
jackun
|
9053b63142
|
Allocate instance_data with "new"
|
2020-02-18 11:49:09 +02:00 |
|