Commit graph

294 commits

Author SHA1 Message Date
PancakeTAS
01379439f4
workaround a mesa bug
fixes #17
2025-07-06 20:57:59 +02:00
PancakeTAS
192f5e4e9f
cache pipelines to improve loading speeds 2025-07-06 20:41:19 +02:00
PancakeTAS
180256a222
disable unneeded dxvk features 2025-07-06 19:58:22 +02:00
PancakeTAS
ef6d3bd39d
fix: unset disable var in case future processes 2025-07-06 19:09:37 +02:00
PancakeTAS
ef0ff5a70b
fix: incorrect lookup for data home
fixes #16
2025-07-06 17:27:35 +02:00
PancakeTAS
2fbdacc9fa
switching to an implicit layer 2025-07-06 17:23:00 +02:00
PancakeTAS
48c773574a
enhancement: better default path logic
fixes #16
2025-07-06 16:54:00 +02:00
PancakeTAS
27eeea3d0c
replace copy with blit, allowing for most swapchain formats
fixes #1
2025-07-06 16:15:43 +02:00
PancakeTAS
4ad1ea8523
use same device for subcontext
fixes #13
2025-07-06 14:52:45 +02:00
PancakeTAS
9f806d5bb5
much more verbose logging in hook 2025-07-06 13:30:38 +02:00
PancakeTAS
2eeadd49b0
remove synchronization2 functions 2025-07-05 20:36:58 +02:00
PancakeTAS
c8e7d4810e
log failed pointer resolves 2025-07-05 20:18:20 +02:00
PancakeTAS
307485c372
update buildscript and docs 2025-07-05 18:36:13 +02:00
PancakeTAS
614457fab7
move to vulkan layer 2025-07-05 18:14:39 +02:00
PancakeTAS
7dfcfe252f
move utils to subdir 2025-07-05 15:24:54 +02:00
PancakeTAS
c2aeb2cbaa
fix release build and update docs 2025-07-05 11:46:12 +02:00
PancakeTAS
b2e0f2cf11
build mostly static and organize build files 2025-07-05 11:15:32 +02:00
PancakeTAS
9e20702180
get rid of libcrypto 2025-07-05 00:22:06 +02:00
PancakeTAS
ccf71234c1
get rid of d3d11 device
hopefully fixing steam deck compat while also not breaking anything
2025-07-04 23:32:01 +02:00
PancakeTAS
9611a70ff9
fix: weird steam deck compiling thing 2025-07-04 19:10:32 +02:00
PancakeTAS
c8ed0750c7
fix: do not discard content on copy 2025-07-04 17:57:13 +02:00
PancakeTAS
e3eae11e32
fix: quick fix for non-dedicated gpus 2025-07-04 17:55:42 +02:00
PancakeTAS
929c0e6fa6
fix: use a readable log color 2025-07-04 17:55:28 +02:00
PancakeTAS
bc5a63b8b7
docs: correct branch name 2025-07-04 15:28:09 +02:00
PancakeTAS
533cc97a05
docs: readme & license 2025-07-04 15:16:45 +02:00
PancakeTAS
e03fcaf4b0
install cmake logic 2025-07-04 14:38:42 +02:00
PancakeTAS
b34f66e38d
extract shaders from Lossless.dll 2025-07-04 13:32:41 +02:00
PancakeTAS
11778e507f
remove forced layers 2025-07-03 10:21:42 +02:00
PancakeTAS
448229255b
cleanup fg context logic 2025-07-03 10:14:55 +02:00
PancakeTAS
3689390c56
fix semaphore deletion 2025-07-03 09:19:22 +02:00
PancakeTAS
d5cfab75d7
refactor hooks 2025-07-03 08:01:36 +02:00
PancakeTAS
990f45f06d
bugfixes 2025-07-02 17:27:17 +02:00
PancakeTAS
2fbc37e1ea
mfg 2025-07-02 14:46:38 +02:00
PancakeTAS
f3b5cfc131
multi frame generation for backend 2025-07-02 14:17:37 +02:00
PancakeTAS
3a6458ab7a
pass pNext to present 2025-07-02 11:39:14 +02:00
PancakeTAS
f62c2578da
increase swapchain image count 2025-07-02 10:51:43 +02:00
PancakeTAS
260026beed
better definitions for some reason 2025-07-02 10:01:19 +02:00
PancakeTAS
a7df89824c
is it done? 2025-07-02 09:49:10 +02:00
PancakeTAS
ad0fd6eb77
some progress on rendering 2025-07-02 08:35:23 +02:00
PancakeTAS
70bf51fa72
lots of fixes 2025-07-01 11:18:05 +02:00
PancakeTAS
969fcfadeb
implement lsfg base 2025-07-01 10:48:20 +02:00
PancakeTAS
4e6d3deaac
add required extensions 2025-07-01 10:13:38 +02:00
PancakeTAS
83dde594c6
some reshuffling 2025-07-01 10:10:53 +02:00
PancakeTAS
13076e9fe3
simple presenting logic 2025-07-01 09:59:24 +02:00
PancakeTAS
eb1cee1355
link statically with Vulkan 2025-07-01 09:53:48 +02:00
PancakeTAS
59b05ce220
base swapchain context class 2025-07-01 09:51:23 +02:00
PancakeTAS
b4e00d2d65
base application class 2025-07-01 09:43:56 +02:00
PancakeTAS
e9bee45a36
second batch of original vulkan pointers alongside basic hooks 2025-07-01 09:37:29 +02:00
PancakeTAS
f31b5842d8
first batch of original vulkan pointers 2025-07-01 09:37:19 +02:00
PancakeTAS
935dd2f452
implement Vulkan loader with symbol overrides 2025-07-01 09:22:32 +02:00