Commit Graph

96 Commits (94dda243a56831692d691633e6d7d1ccdcd26d09)

Author SHA1 Message Date
FlightlessMango 370a2d5da6 Only use MANGOHUD=1 in script 3 years ago
jackun afa50a17c4
[OpenGL] Add gl_size_query, gl_bind_framebuffer, gl_dont_flip options for workarounds
`gl_size_query = viewport` - specify what to use for getting display size. Options are "viewport", "scissorbox" or disabled. Defaults to using glXQueryDrawable.
`gl_bind_framebuffer = 0` - (re)bind given framebuffer before MangoHud gets drawn. Helps with Crusader Kings 3.
`gl_dont_flip = 1` - don't swap origin if using GL_UPPER_LEFT. Helps with Ryujinx.
3 years ago
jackun a27984f343
Delete unused shell scripts 3 years ago
jackun 53cca5e723
Merge remote-tracking branch 'origin/master' into develop 3 years ago
freddii 2bbb7174e3 fixed typos 3 years ago
flightlessmango 8aa299630c Disable by default some vulkan layers that cause issues 3 years ago
Lukáš Horáček f11a49ae8b
Add swap 3 years ago
Alessandro Toia 75d9e51445 Remove custom_header, add new params custom_text_center and custom_text 3 years ago
Alessandro Toia db82ed0a1d Add documentation for custom_header param 3 years ago
Alessandro Toia 4ada6d1036 Add show_fps_limit param 4 years ago
FlightlessMango c8d68be476 Add resolution param 4 years ago
Alessandro Toia ed0c7a344d Add new param 'core_load_change' to change colors of cpu core load depending on load % 4 years ago
Faalagorn 1ebb7b1e17
ManoguHud.conf: add some parameters and fix typos
* Added (commented out `fps_sampling_period`, `version` and `engine_version`)
* Commented out `legacy_layout` by default and added `=false` if one want to enable new layout
* Unified VSync, FPS, RAM and other minor names while at it
* Added space after comments sign for options that were missing it to unify formatting
4 years ago
FlightlessMango 18c20687d4 Merge branch 'develop' into master 4 years ago
Alessandro Toia 56a5cae2f7 Added new params to config file 4 years ago
jackun 6a5cd38127
Meson option to have absolute paths in LD_PRELOAD 4 years ago
FlightlessMango 3827fe96d4 Add autostart_log param 4 years ago
Alessandro Toia 7c80dc53ef Allow users to add a new item to the blacklist from config file 4 years ago
FlightlessMango 44d5546ba5 Add param table_columns 4 years ago
flightlessmango ce6a87823b
Merge pull request #388 from flgx16/cpu_power
Add cpu_power
4 years ago
Alessandro Toia 92146c5833 Add frametime param to enable/disable frametime data next to fps 4 years ago
jackun 60ffab4350
Add `no_small_font` option for unified font size 4 years ago
FlightlessMango 8349479026 Document cpu_mhz and cpu_load_change 4 years ago
Lukáš Horáček 3726c90c7a
Add cpu_power 4 years ago
jackun b177b2ac1f
Partial revert 63b50abede 4 years ago
jackun 9974992f7a
Some distros annoyingly prefix `tls/[x86_64|i686]` with arch triplet 4 years ago
jackun 0bc9949af9
Default toggle FPS limit to Shift_L+F1, update README and config file 4 years ago
jackun 63b50abede
Try out tls/x86_64, tls/i686 for less symlinking 4 years ago
Hunter Peavey 57e99c46eb
Update readme 4 years ago
Hunter Peavey 0e48cd1d17
Add output_folder config option to MangoHud.conf 4 years ago
RickAndTired b163fa6a22
Cleanup of line 28 (tar xf MangoHud-package.tar) (#156)
This would cleanup the extraction of MangoHud-package.tar
Line 28:     [ "$UID" -eq 0 ] || tar xf MangoHud-package.tar
4 years ago
jackun a7db4276e3
Don't force bash usage in launcher script 4 years ago
jackun b4efc72815
Typo with "Shift" 4 years ago
Alessandro Toia 632f1e7000
Add wine and wine colors to overlay 4 years ago
jackun eb681427ca
\$LIB probably has `lib/` in it too 4 years ago
FlightlessMango 8a39043a13 Merge branch 'master' into develop 4 years ago
jackun 24b731f78c
Add `--dlsym` option 4 years ago
jackun a173989b1c
Make build.sh compatible with \$LIB 4 years ago
Stephan Lachnit d712d35aaf
simplify cross arch preloading
This commit does a couple of things. In the mangohud launch script, the library will be found using $LIB with ld, so the correct path is selected depending on the cpu arch. The same is done for mangohud.json (vulkan layer). In addition some now unused files have been deleted.

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
4 years ago
flightlessmango eafa62356b
Merge branch 'develop' into benchmark-percentages 4 years ago
jackun c63037efb5
Use 1-channel font textures; glyph ranges support; vulkan image descriptors and "helper" functions
* To save some memory, use just 1-channel alpha-only textures
* Add some sort of wider glyph ranges support
* Chop single-ish vulkan font image uploading function into separate reusable helper functions
* Use descriptor set for ImTextureID but probably use texture array and push constants for "fast-path" if need arises
4 years ago
Kingsley McDonald 979c4d32ca oops! i didn't save changes from the merge conflict >.< 4 years ago
Kingsley McDonald aa77a351de implement configurable benchmark percentiles. 4 years ago
FlightlessMango 49bfead602 Documenting log uploading 4 years ago
FlightlessMango 8e34e752e5 Merge branch 'master' into develop 4 years ago
FlightlessMango ee953decd9 Add bash shebang to mangohud-setup 4 years ago
jackun 5ec6519832
Add `media_player_order` to set media player metadata order 4 years ago
jackun db07081617
Use xml.etree.ElementTree 4 years ago
Faalagorn 8ed5fe6553 Added missing options in 0.4.0
* Crosshair is gone as of 0.4.0
* Changed keybindings to the default ones as of 0.4.0
* Added `gpu_name`, `cpu_text`, `gpu_text`, `gpu_power` and `vulkan_driver` in respective sections
4 years ago
FlightlessMango b02b2398b5 Add dlsym install to mangohud-setup 4 years ago