Commit Graph
3210 Commits
Author SHA1 Message Date
cdozdil d8d17282ba Added logging info for new struct types 2026-01-17 14:47:36 +03:00
TheRazerMD 5a924bb9b9 Bump to Pre9
_should be final_
2026-01-13 19:35:22 +01:00
cdozdil 7b9260429e XeFG naming 2026-01-13 00:54:20 +03:00
cdozdil aa6b8b9329 Do not track ImGu command list 2026-01-13 00:54:12 +03:00
cdozdil 25d32f317b Added FSR2 Vulkan input support 2026-01-12 23:57:55 +03:00
cdozdil d31fcbe78c Added Fsr2 Input quirks 2026-01-12 23:57:41 +03:00
cdozdil a8f3d3c10a Change heap releasing logic 2026-01-12 22:00:08 +03:00
cdozdil 0ba6a53243 Improve XeFG interpolation 2026-01-12 21:47:20 +03:00
cdozdil b5912299cb Fix hudless compare 2026-01-12 00:24:11 +03:00
cdozdil c7c14cbbdc Merge branch 'master' of https://github.com/optiscaler/OptiScaler 2026-01-12 00:17:16 +03:00
cdozdil dad8374075 Merge 2026-01-12 00:16:58 +03:00
cdozdil e8b37e5aad Merge branch 'v0.9' of https://github.com/optiscaler/OptiScaler into v0.9 2026-01-11 20:58:25 +03:00
cdozdil 3490446f47 Seperated DLSS/DLSSD preset overrides
Added ability to revert back to games original preset
2026-01-11 20:58:14 +03:00
TheRazerMD 84313c486a Updated README for 0.9
Added all the new stuff from 0.9
2026-01-11 16:36:06 +01:00
cdozdil cf549e3be8 Made resource tracking optional 2026-01-11 14:19:20 +03:00
Kurt Himebauch b8f643859f feat: make linux setup script take args for various automation projects (#817)
* feat: make linux setup script take args for various automation projects

* feat: add headless to uninstall script as well

* chore: use flags instead of env vars for setup script

* chore: ascii oopsie

* chore: more sane flag names for setup script

* feat: add help message, auto exit if args passed

* chore: add help and auto exit to linux uninstaller
2026-01-10 22:54:25 +01:00
cdozdil 404811b436 Use a safer fgHeaps approach for ResTrack 2026-01-10 22:00:39 +03:00
cdozdil 8234d0f2dd Added Fsr2 Dx11 input support 2026-01-10 17:03:27 +03:00
cdozdil bcc42bd9c6 Changed how Dxgi spoofing value save, should save Dxgi=true on Nvidia 2026-01-10 15:41:49 +03:00
cdozdil 6eaf5e8e81 Fix clang formatting 2026-01-09 02:19:08 +03:00
cdozdil 3813b7e3ab Fix quirk message 2026-01-09 02:16:24 +03:00
cdozdil 42ac2b605c Skip spoofing when creating Vulkan fature
Skip extension spoofing when skip spoofing is set
2026-01-09 02:15:07 +03:00
cdozdil 1d4dc08cbf Added more D3D12 device hook points 2026-01-09 02:14:30 +03:00
cdozdil f055965a1a Added AgilitySDK hooks 2026-01-09 02:13:50 +03:00
cdozdil 0ba490b86f Fix Show UI is not visible with Upscaler inputs 2026-01-09 02:10:26 +03:00
cdozdil 81657a0b47 Do not add vulkan extensions blindly 2026-01-09 00:14:01 +03:00
cdozdil d8ba6d18fb Merge branch 'v0.9' of https://github.com/optiscaler/OptiScaler into v0.9 2026-01-08 22:54:57 +03:00
cdozdil bfdbd707d6 Change restrack hook check 2026-01-08 22:54:55 +03:00
cdozdil b109a7841c Remove unneeded checks 2026-01-08 22:54:24 +03:00
cdozdil d9415b167f Group FG options under a collapsable 2026-01-08 11:09:06 +03:00
cdozdil 53c2e9e412 Changed the way how NtDll quirk is working
Added Duet Night Abyss quirk
2026-01-08 09:23:27 +03:00
cdozdil 2c59b9d89b Use different watermark variables 2026-01-06 23:21:18 +03:00
cdozdil 9679992e10 Better mipmap and anisotropy override (hopefully) 2026-01-06 23:20:52 +03:00
cdozdil 80925a178c Fix DLSS visiable for non-Nvidia cards 2026-01-06 23:04:33 +03:00
cdozdil af72416c57 Fix for stutters on AMD, load mods late again 2026-01-06 14:06:48 +03:00
cdozdil 21fa96b7e3 More crash prevention measures 2026-01-06 01:31:38 +03:00
cdozdil f83a5e5ac7 Added resource tracking skips to prevent crashes 2026-01-05 00:53:23 +03:00
cdozdil d6bb9c59d2 Added OnlyAcceptFirstHudless option 2026-01-01 23:00:58 +03:00
cdozdil f4b4b5a5e2 Fixed CreateSwapchain return type 2026-01-01 15:47:47 +03:00
TheRazerMD 0e3c57e20e Clang fix 2025-12-31 12:22:33 +01:00
TheRazerMD 35edadac7f Disabled AlwaysTrackHeaps again 2025-12-31 11:06:25 +01:00
TheRazerMD d82496d5f6 Bump version to Pre8 2025-12-31 01:37:59 +01:00
TheRazerMD c412e54429 Added Starfield quirks
* DisableDxgiSpoofing
* Disabled FSR inputs
2025-12-31 01:37:17 +01:00
nitec 628ca5d2ca Delete .github/workflows/ReleaseDebug.yml 2025-12-31 00:02:31 +03:00
nitec 588793c9cd Add ReleaseDebug build workflow
This workflow builds the ReleaseDebug configuration, extracts version information from a resource file, and uploads the unsigned DLL. It also includes steps for signing the artifact and compressing the output.
2025-12-31 00:02:17 +03:00
nitec ac93d244cd Rename workflow to 'Build ReleaseDebug' 2025-12-31 00:00:57 +03:00
nitec c08c8da82c Rename workflow to Build ReleaseDebug 2025-12-31 00:00:36 +03:00
nitec b7f2c2e84a Add ReleaseDebug workflow for building and signing
This workflow builds the project, extracts version information, and uploads the resulting artifacts.
2025-12-30 23:57:50 +03:00
nitec 09fb74a2fc Initial commit
This workflow builds the project, extracts version information, and uploads the unsigned and signed artifacts.
2025-12-30 23:57:13 +03:00
cdozdil 00b73f2fbe Fix KCD2 dll search logic 2025-12-30 23:27:32 +03:00