Commit graph

371 commits

Author SHA1 Message Date
PancakeTAS
70dea45251 refactor(cleanup): be nicer on older compilers 2025-12-25 04:32:22 +01:00
PancakeTAS
9e129aaf8d refactor(cleanup): add installation logic to buildscript 2025-12-25 04:32:22 +01:00
PancakeTAS
e053d3dcab refactor(cleanup): do not allow empty profiles/games 2025-12-25 04:32:22 +01:00
PancakeTAS
ec37172b83 refactor(cleanup): add ui icon 2025-12-25 04:32:22 +01:00
PancakeTAS
569302dffe refactor(cleanup): remove process picker
we don't need it anymore
2025-12-25 04:32:22 +01:00
PancakeTAS
98c1e8587d refactor(cleanup): add active_in dialog 2025-12-25 04:32:22 +01:00
PancakeTAS
9fa79b7b94 refactor(cleanup): fill gpu model & fix layout widths 2025-12-25 04:32:22 +01:00
PancakeTAS
73a34a0a27 refactor(cleanup): automatically reload configuration 2025-12-25 04:32:22 +01:00
PancakeTAS
51c39c6a1c refactor(cleanup): write configuration serializer 2025-12-25 04:32:22 +01:00
PancakeTAS
08f7c77fd2 refactor(cleanup): enable profile creation/deletion through ui 2025-12-25 04:32:22 +01:00
PancakeTAS
effd469b5e refactor(cleanup): synchronize configuration state with ui 2025-12-25 04:32:22 +01:00
PancakeTAS
2f4b0cc5db refactor(cleanup): make configuration a common objet 2025-12-25 04:32:22 +01:00
PancakeTAS
e7bfccd7c1 refactor(cleanup): rename namespaces and handle errors more robustly 2025-12-25 04:32:22 +01:00
PancakeTAS
8e685e0794 refactor(cleanup): begin ui rewrite in qt 2025-12-25 04:32:22 +01:00
PancakeTAS
1201b416d2 refactor(cleanup): introduce a pipeline cache 2025-12-25 04:32:22 +01:00
PancakeTAS
d36f9e7e50 refactor(cleanup): optimize VRAM amount a slight bit 2025-12-25 04:32:22 +01:00
PancakeTAS
350d843223 refactor(cleanup): remove format and memory model dependency 2025-12-25 04:32:22 +01:00
PancakeTAS
0e65c9881f refactor(cleanup): reuse command buffers and semaphores 2025-12-25 04:32:22 +01:00
PancakeTAS
55c5c903af refactor(cleanup): submit a single barrier 2025-12-25 04:32:22 +01:00
PancakeTAS
40b44bbc7a refactor(cleanup): hide out of date errors 2025-12-25 04:32:22 +01:00
PancakeTAS
a0176718bc refactor(cleanup): prevent wayland wsi early reuse 2025-12-25 04:32:22 +01:00
PancakeTAS
a354150cba refactor(cleanup): fix a memory leak & optimize reuse 2025-12-25 04:32:22 +01:00
PancakeTAS
df6367cf2e refactor(cleanup): dynamically allocate descriptor pool sizes 2025-12-25 04:32:22 +01:00
PancakeTAS
e0fac3e5a9 refactor(cleanup): implement basic/none frame pacing 2025-12-25 04:32:22 +01:00
PancakeTAS
7e936784ab refactor(cleanup): initial swapchain logic & temporary backend creation 2025-12-25 04:32:22 +01:00
PancakeTAS
9ba80142b2 refactor(cleanup): global cleanup 2025-12-25 04:32:22 +01:00
PancakeTAS
883f3d2556 refactor(cleanup): backend initialization logic 2025-12-25 04:32:22 +01:00
PancakeTAS
6bd907516a refactor(cleanup): deinitialization logic 2025-12-25 04:32:22 +01:00
PancakeTAS
6f5f8edbdd refactor(cleanup): support device loader function in backend 2025-12-25 04:32:22 +01:00
PancakeTAS
bf1d8a8a09 refactor(cleanup): pass vulkan instance to layer 2025-12-25 04:32:22 +01:00
PancakeTAS
0b387b2b37 refactor(cleanup): remove global constructors and initialize vk funcs 2025-12-25 04:32:22 +01:00
PancakeTAS
5bc7555744 refactor(cleanup): remove cast function 2025-12-25 04:32:22 +01:00
PancakeTAS
8f2f267e4d refactor(cleanup): fix string lifetimes 2025-12-25 04:32:22 +01:00
PancakeTAS
83c3ce68b0 refactor(cleanup): proper device picker 2025-12-25 04:32:22 +01:00
PancakeTAS
5fa3ddc8e3 refactor(cleanup): new config system 2025-12-25 04:32:22 +01:00
PancakeTAS
69a9767551 refactor(cleanup): non-wrapped error constructor 2025-12-25 04:32:22 +01:00
PancakeTAS
d8888a2caf refactor(cleanup): base of new layer 2025-12-25 04:32:22 +01:00
PancakeTAS
b70b403297 refactor(cleanup): try to open libvulkan.so as well 2025-12-25 04:32:22 +01:00
PancakeTAS
d6fee39ddd refactor(cleanup): do not link Vulkan 2025-12-25 04:32:22 +01:00
PancakeTAS
019dd214c7 refactor(cleanup): fix shaders 2025-12-25 04:32:22 +01:00
PancakeTAS
690c166f7e refactor(cleanup): fix new error type 2025-12-25 04:32:22 +01:00
PancakeTAS
f3536b0895 refactor(cleanup): rewrite main pass in new abstraction 2025-12-25 04:32:22 +01:00
PancakeTAS
c3d6cdfc28 refactor(cleanup): rewrite pre-pass in new abstraction 2025-12-25 04:32:22 +01:00
PancakeTAS
5ca9bc5de9 refactor(cleanup): add primitive debug tool 2025-12-25 04:32:22 +01:00
PancakeTAS
96ae2c760c refactor(cleanup): main backend context & instance logic 2025-12-25 04:32:22 +01:00
PancakeTAS
67ba28148b refactor(cleanup): shader/descriptor set helper 2025-12-25 04:32:22 +01:00
PancakeTAS
92a0d51d6c refactor(cleanup): support external timeline semaphores 2025-12-25 04:32:22 +01:00
PancakeTAS
3fc830ad0c refactor(cleanup): fix pointer implementation 2025-12-25 04:32:22 +01:00
PancakeTAS
18b01050eb refactor(cleanup): expand vulkan abstraction 2025-12-25 04:32:22 +01:00
PancakeTAS
3879dd9b3d refactor(cleanup): refactor dll & shader extraction logic 2025-12-25 04:32:22 +01:00