Commit graph

319 commits

Author SHA1 Message Date
PancakeTAS
8823dea174
create extremely primitive install script
fixes #20
2025-07-11 00:18:46 +02:00
PancakeTAS
5ab8b4e911
create a build workflow
fixes #45
2025-07-10 23:24:05 +02:00
PancakeTAS
7fa2a605d0
force enable vsync again 2025-07-10 22:27:04 +02:00
PancakeTAS
63f0968375
improve benchmark and fix init order 2025-07-10 19:35:41 +02:00
PancakeTAS
5da49bed0f
enable LTO by default 2025-07-10 18:40:12 +02:00
PancakeTAS
7fe59a9459
implement simple benchmark
fixes #44
2025-07-10 18:32:47 +02:00
PancakeTAS
f306c48e6d
cleanup headers
supersedes #32 fixes #42
2025-07-10 17:01:17 +02:00
PancakeTAS
92ca8827db
initial round of code cleanup 2025-07-10 16:33:42 +02:00
PancakeTAS
071980abec
limit flow scale 2025-07-10 16:32:47 +02:00
PancakeTAS
3b302e63d8
implement lsfg 3.1 into main project
fixes #39 fixes #40 fixes #43
2025-07-10 16:16:25 +02:00
PancakeTAS
7e1d46189e
lsfg-vk-v3.1: move out shader extraction to surrounding project 2025-07-10 16:15:07 +02:00
PancakeTAS
53d73ce610
lsfg-vk-v3.1: fix shader inputs 2025-07-10 16:14:32 +02:00
PancakeTAS
e4c54450d3
lsfg-vk-v3.1: fix synchronization 2025-07-10 16:14:18 +02:00
PancakeTAS
659880ddde
lsfg-vk-v3.1: pass format to context 2025-07-10 16:13:41 +02:00
PancakeTAS
0d125a115d
fix validation headers and potential amd issues 2025-07-10 16:11:46 +02:00
PancakeTAS
794fbcf28c
lsfg-vk-v3.1: cleaning up headers 2025-07-10 02:12:58 +02:00
PancakeTAS
778a87dd24
implement lsfg 3.0 2025-07-10 01:50:36 +02:00
PancakeTAS
45f4296319
docs: update README.md and promote discord as issue tracker 2025-07-08 18:08:55 +02:00
Pancake
a73ce58f9c
Create FUNDING.yml 2025-07-07 14:04:25 +02:00
Pancake
2071c97aef
Update issue templates 2025-07-07 13:48:45 +02:00
PancakeTAS
ced1b326df
fix: sneaky underflow when multiplier is zero
fixes #22
2025-07-07 03:15:47 +02:00
PancakeTAS
77a8c5bbfc
fix first debug log messages being dropped 2025-07-07 03:01:39 +02:00
PancakeTAS
a9452ab198
fix extension check logic 2025-07-07 03:00:58 +02:00
Samuel
42ff9d7fd0 add missing slash when XDG_DATA_HOME is set 2025-07-06 23:34:48 +02:00
PancakeTAS
92c7f98a12
hdr support
fixes #15
2025-07-06 21:15:15 +02:00
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