Commit Graph

1998 Commits (master)
 

Author SHA1 Message Date
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
jackun e3b51df0a0 Update Dear ImGui `tables` branch 4 years ago
jackun 952d7352e3
Merge remote-tracking branch 'origin/master' into develop 4 years ago
flightlessmango 907caa8887
Merge pull request #55 from egee-irl/master
fixed typos
4 years ago
egee-irl e7a252eaf7 fixed typos 4 years ago
jackun 5e4bd7b8c8
Keep time outside the table or it gets clipped if using too fancy a format 4 years ago
jackun b4f1402461 Right align value texts 4 years ago
jackun e881a1538a Pre-convert crosshair's color to ImGui's format 4 years ago
jackun 1a8b98e09d Divide memory sizes by 1024 byte chunks 4 years ago
FlightlessMango 857dcf7fb8 use hmwon freq1/2 instead for amdgpu core/mem clocks 4 years ago
FlightlessMango 274b3e67ca don't extend hud width if gpu_stats is disabled 4 years ago
FlightlessMango 4d5f62386b added gpu mem and core clocks to hud 4 years ago
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).
4 years ago
FlightlessMango 534ca9416d Spruced up iostats and change to bool from custom 4 years ago
FlightlessMango 4847cb8e31 Using table for hud layout 4 years ago
FlightlessMango 5f5ce9598d set ImGui to tables branch 4 years ago
jackun 2472e69205
Check if pApplicationInfo is null 4 years ago
jackun ea8f0ad666
Includes cleanup 4 years ago
jackun fad35b9540
Just check hwmon sysfs folder for cpu temp sensors 4 years ago
jackun 83d235e630
README.md: add `time` params 4 years ago