Commit Graph
81 Commits
Author SHA1 Message Date
Dynamitos 5fafdda770 Async render passes 2021-11-24 12:10:23 +01:00
Dynamitos 94be513538 coroutines on windows... 2021-11-19 15:08:56 +01:00
Dynamitos 56469a137a added boost again 2021-11-18 14:50:54 +01:00
Dynamitos f20ef8d1b1 temporarily removing boost 2021-11-18 12:48:21 +01:00
Dynamitos 42b0d5034c looks like command buffers need to be externally synchronized 2021-11-14 20:36:53 +01:00
Dynamitos ad09492e3e somewhat fixed threadpool 2021-11-13 19:28:18 +01:00
Dynamitos 01049019fd coroutines truly are cursed 2021-11-11 20:12:50 +01:00
Dynamitos 1848bb5139 Merge branch 'ArrayMap' 2021-11-10 16:59:34 +01:00
Dynamitos c65855c4af Fixed the map, yay 2021-11-09 16:38:26 +01:00
Dynamitos 8fe9195fd7 trying to debug map 2021-11-09 00:11:02 +01:00
Dynamitos 6708b08d23 Something causing an infinite recursion... 2021-11-08 15:39:46 +01:00
Dynamitos dd8a835a4d Looks like no polymorphic map yet 2021-11-05 00:01:12 +01:00
Dynamitos 97dcf25a59 Using indices instead of pointers 2021-11-04 23:47:51 +01:00
Dynamitos ca8070ef71 Map changes 2021-11-02 19:42:00 +01:00
Dynamitos 1b7ab9b1f1 Polymorphic Map and threadpool 2021-11-01 20:25:16 +01:00
Dynamitos 9c48c48f8c Allocator Aware Array and List 2021-10-23 00:22:35 +02:00
Dynamitos 451572f254 Finished writeup and fixed crashes 2021-10-19 23:04:38 +02:00
Dynamitos a0693daa67 Removing multiple inheritance from cmd buffers 2021-10-19 11:00:39 +02:00
Dynamitos 1e742c1f45 Some changes to queues 2021-10-16 13:21:53 +02:00
Dynamitos 528b79812e Starts but segfaults sometimes, yay 2021-10-16 12:59:11 +02:00
Dynamitos b1d8ef4120 Preparing for Writeup 2021-10-15 23:12:29 +02:00
DynamitosandGitHub 2cb70d7b16 Create WRITEUP.md 2021-10-14 11:29:08 +02:00
Dynamitos 59b262777c Fixing linux build kind of 2021-10-13 15:20:30 +02:00
Dynamitos 99760724cd Trying out generic thread pool 2021-10-12 14:20:30 +02:00
Dynamitos a6f784e6a1 Basic renderhierarchy async updates 2021-10-05 12:24:41 +02:00
Dynamitos 5dfc8300c5 Screw rendergraphs (for now) 2021-10-01 19:55:04 +02:00
Dynamitos bd739068d6 Restructuring renderpasses 2021-09-29 22:12:56 +02:00
Dynamitos 632d120f6d Basic UI quad, yay 2021-09-23 10:10:39 +02:00
Dynamitos df977110d3 Implementing ktx texture loading 2021-08-22 23:07:38 +02:00
Dynamitos c5686377be Removing slang temporarily 2021-08-21 18:02:53 +02:00
Dynamitos bc09920462 trying to fix light culling still 2021-07-11 22:23:01 +02:00
Dynamitos 7f019a28b4 Basic light culling but without the culling 2021-06-12 18:51:29 +02:00
Dynamitos 22adb08bfc adding aftermath debugging and fixing forward plus 2021-06-04 18:27:49 +02:00
Dynamitos e00b382d4a Provisional light culling 2021-05-10 23:57:55 +02:00
Dynamitos 0cf13bcff5 Adding basic depth prepass 2021-05-06 17:02:10 +02:00
Dynamitos 4a078bd24c 3700 FPS here we go 2021-04-25 23:43:40 +02:00
Dynamitos 312ae2af9a 3700 FPS here we go 2021-04-13 23:09:16 +02:00
Stefan Högler d5f0fe644f Fixing a boatload of warnings 2021-04-01 16:40:14 +02:00
Stefan Högler f042480540 Merge branch 'master' of https://github.com/Dynamitos/Seele 2021-03-31 17:44:45 +02:00
Stefan Högler 4526c3d301 linux build changes 2021-03-31 17:43:35 +02:00
Dynamitos 28f0f88c03 Provisional multithreading framework 2021-03-31 12:18:16 +02:00
Dynamitos fb3c66cc4c Starting implementation of UI framework 2021-01-19 15:30:00 +01:00
Dynamitos 65caae9e21 Fixing synchronization problem between descriptor sets and command buffers 2020-11-03 01:18:30 +01:00
Dynamitos 799ba20d49 Hopefully fixing models 2020-10-31 00:04:23 +01:00
Dynamitos 41710220ec Improving performance, but breaking vertex buffers 2020-10-30 18:45:35 +01:00
Dynamitos 84b3fa29bf Adding callbacks and viewports 2020-10-29 02:22:01 +01:00
Dynamitos b4fc5df74e First render 2020-10-23 01:47:56 +02:00
Dynamitos 8d4c43361b First runnable render loop 2020-10-14 01:49:43 +02:00
Dynamitos ceee96b462 Trying to fix invalid descriptorlayout 2020-10-03 11:00:10 +02:00
Dynamitos 79388bf41a Reworking shader compilation to not need reflection 2020-09-30 13:48:41 +02:00