Commit Graph

543 Commits (59d021f7d5a9d957bd54cb42791c44f2f76a7251)
 

Author SHA1 Message Date
jackun 59d021f7d5
[editorconfig] Ignore 3rd-party headers and submodules 4 years ago
FlightlessMango bc0a0aa53e No need to save deviceName for later 4 years ago
jackun 541f71b4d2 Makefile just in case 4 years ago
jackun 8d6c07f798 Update .editorconfig 4 years ago
jackun 57a8df2947 Add .editorconfig for automatically setting indentation formatting in supported IDEs or text editors 4 years ago
jackun 2308a4228a
Fix vulkan device name 4 years ago
jackun bb9721fe87
[OpenGL] Check if SRGB is enabled and Render ImGui in linear colorspace 4 years ago
FlightlessMango 31b01aab9f Uncommented most of prop.driverVersion code 4 years ago
FlightlessMango 1750c43716 No need to convert deviceID twice 4 years ago
FlightlessMango 848b296477 Display vulkan driver
Co-authored-by: Georg Lehmann <dadschoorse@gmail.com>
4 years ago
FlightlessMango f3422af562 Param gpu_name 4 years ago
FlightlessMango 1ddcc531ff Get device name from pci.ids and display it 4 years ago
FlightlessMango ed62155310 Parse pci.ids
Co-authored-by: jackun <jack.un@gmail.com>
4 years ago
FlightlessMango a2cc14f738 Get deviceID 4 years ago
jackun beee2b08c7
[OpenGL] Add glXSwapBuffersMscOML and disable XGetGeometry 4 years ago
jackun 9d1b548f69
Merge branch 'master' into develop 4 years ago
FlightlessMango 3f4949f593 Added top-center overlay position 4 years ago
Stephan Lachnit 7601adc2e0 Use gzip in build-source.sh
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
4 years ago
Stephan Lachnit ed7c30145b Update Vulkan-Headers to v1.2.139
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
4 years ago
Stephan Lachnit 2aa8d27d5a Better names for source tarballs
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
4 years ago
jackun a7a76b2451
Update params 4 years ago
FlightlessMango 03c9d1cd90 We don't need two vk_enum_to_str in shared_library 4 years ago
FlightlessMango 70d7ea4948 Add mangohud_version to shared_library 4 years ago
FlightlessMango 2177aa35dc Merge branch 'develop' 4 years ago
FlightlessMango 9cf6c502d2 Missing brackets for versions in render_imgui 4 years ago
FlightlessMango f48c09e607 Bump version to 0.3.5 4 years ago
jackun 893289762f
Update README.md 4 years ago
jackun 6a5a1deb0b
Add io_read/write to README.md 4 years ago
FlightlessMango bc9c66b6a4 [Readme] Added version param 4 years ago
FlightlessMango e170e64f9c [Params] Version option 4 years ago
FlightlessMango 0eaba7bb6c Removed obsolete license from params 4 years ago
FlightlessMango 5ee573730a Removed obsolete license from meson.build files 4 years ago
FlightlessMango f48db07815 [Readme] Added offset_x and offset_y 4 years ago
FlightlessMango 3ed171a57a [Readme] Added pci_dev 4 years ago
jackun 0ab53a1c06
Move MANGOHUD_PCI_DEV to config file param 'pci_dev'
Relax format requirements as long as it loosely resembles 'domain🚌slot.func' format.
4 years ago
FlightlessMango bff9958284 Changed pthreads to std::thread 4 years ago
Sporif c61d25da04 Simplify 'is_blacklisted' function 4 years ago
jackun 99e5d13b8f
Merge pull request #140 from Sporif/driver_version
Fix vulkan driver version shown for Nvidia and Intel on Windows
4 years ago
Sporif 1e1dcd3a98 Fix vulkan driver version shown for Nvidia and Intel on Windows 4 years ago
jackun 8b13f8db7c
Blacklist Final Fantasy XIV launchers 4 years ago
jackun 29e5c4e460
Show device's name and vulkan driver version 4 years ago
jackun 8b855e3251
Fix mul/div order when normalizing io stats to sample per second as `fps_sampling_period` is also an integer. 4 years ago
jackun d8264c485f
[OpenGL] Fixed version check mistakenly testing for GL 4.0+ instead of 3.2+ to enable ImGuiBackendFlags_RendererHasVtxOffset, leaving 3.2 contexts without it. (ocornut#3119, ocornut#2866, ocornut#2852) 4 years ago
jackun a35c1dd5d7
Update ImGui 4 years ago
jackun 22ee56def5
[OpenGL] Use 32bit font texture until someone figures out why 8-bit looks worse 4 years ago
jackun 0271aa6368
[OpenGL] Track threads with context, but might as well ignore glXMakeCurrent(NULL, NULL) calls probably 4 years ago
jackun 12a528b894
Merge pull request #120 from medusalix/os-release
Improve os-release parsing
4 years ago
jackun 79e4c5223a
In C-only apps, std::cerr and friends can be uninitialized 4 years ago
jackun 934dc31e44
Add utility lib with dlsym hooking 4 years ago
jackun ebdaa901b9
Merge pull request #131 from Sporif/blacklist_v2
Blacklist: Add OpenGL and fix `mangohud steam`
4 years ago