Patrick mewin
mewin pushed to master at mewin/mijin2 2024-07-23 19:55:46 +02:00
3b7396c4d6 Fixed enumeration of files.
mewin pushed to master at mewin/scons-plus-plus 2024-07-23 18:53:37 +02:00
28c0feb619 Added spdlog recipe.
mewin opened issue mewin/iwa#1 2024-07-10 21:03:45 +02:00
c_acquireImage() crashing on AMD card
mewin pushed to master at mewin/iwa 2024-07-10 21:02:23 +02:00
6ecd1c81e4 Temporary fix for crash in c_present() due to c_acquireImage() not working.
mewin pushed to master at mewin/iwa 2024-07-06 10:24:59 +02:00
cf0d43d950 (WIP) Some reflection stuff.
mewin pushed to master at mewin/scons-plus-plus 2024-06-28 18:23:01 +02:00
27f6869a1f Added COMPILATIONDB_FILTER_FILES option and auto update if there was no update since boot.
mewin pushed to master at mewin/mijin2 2024-06-28 18:21:35 +02:00
7aa1edcea0 Added MIJIN_STRIDEOF() utilty macro.
mewin pushed to master at mewin/iwa 2024-06-27 20:39:41 +02:00
473a3aafab Incrased the number of image available semapores to parallel frames + 1 to fix VUID-vkAcquireNextImageKHR-semaphore-01779 due to semaphores still being in use when acquiring the next image.
mewin pushed to master at mewin/mijin2 2024-06-27 19:18:50 +02:00
251393ae48 Fixed new nodiscard attribute.
mewin pushed to master at mewin/iwa 2024-06-27 18:14:57 +02:00
d41e3588fd Added some logging of swapchain parameters when created.
mewin pushed to master at mewin/mijin2 2024-06-27 18:13:32 +02:00
eccaa177ca Added nodiscard attribute to TaskBase.
mewin pushed to master at mewin/iwa 2024-06-27 09:44:36 +02:00
32efcc09d2 (WIP) Present source transition (probably wrong).
4ab759b44d Added some basic command buffer functions.
Compare 2 commits »
mewin pushed to master at mewin/glslang 2024-06-26 18:22:07 +02:00
06aba7dee9 Fixed my previous fixes.
mewin pushed to master at mewin/scons-plus-plus 2024-06-26 10:15:01 +02:00
3171d112ce Added MSVC/Windows compatibility to a few recipes (and the main script).
mewin pushed to master at mewin/mijin2 2024-06-26 10:05:35 +02:00
b1fa99428e Fixed Windows/MSVC compilation.
mewin pushed to master at mewin/iwa 2024-06-26 10:04:03 +02:00
99821bf2f5 Fixed compilation with MSVC.
mewin pushed to master at mewin/glslang 2024-06-26 10:03:04 +02:00
c622ed7f86 Fixed MSVC build warnings.
mewin pushed to master at mewin/mijin2 2024-06-23 12:20:05 +02:00
b10f250945 Added simple (albeit in many cases suboptiomal) c_sleep() method for coroutines.
mewin pushed to master at mewin/iwa 2024-06-23 11:49:27 +02:00
c5a9d960e8 Added a comment to remind myself how to correctly clean up iwa.
mewin pushed to master at mewin/iwa 2024-06-22 12:54:12 +02:00
a87e7798e2 Updated fmt to 10.2.1.