Henrik Rydgård
|
962ada1700
|
Comment cleanup
|
2017-10-28 00:37:06 +02:00 |
|
Henrik Rydgård
|
3f918ed328
|
Refactor: Split out VulkanQueueRunner from VulkanRenderManager
Should be no functionality change, but good to do before adding more
functionality.
|
2017-10-27 22:11:01 +02:00 |
|
Henrik Rydgård
|
5456194a69
|
Fix integer overflow affecting very large draw calls
|
2017-10-26 12:28:36 +02:00 |
|
Henrik Rydgård
|
85cb604a24
|
Fix (some) crashes on blits. Validation issues remain.
|
2017-10-26 10:57:00 +02:00 |
|
Henrik Rydgård
|
b5e06f3c7d
|
VulkanRenderManager: BindPipeline should really be its own command. Tighten up some image transitions.
|
2017-10-26 10:57:00 +02:00 |
|
Henrik Rydgård
|
3e2b810c39
|
Improve synchronization, though there are very weird issues. Possibly need to run the swap chain from the thread that created it?
|
2017-10-26 10:57:00 +02:00 |
|
Henrik Rydgård
|
72a41cd524
|
Let's try a mutex. Doesn't completely solve the problem though..
|
2017-10-26 10:57:00 +02:00 |
|
Henrik Rydgård
|
022657ebb3
|
This makes a little more sense, but still hangs (frameAvailable = true while stuck on condvar)
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
c788dc896a
|
Synchronization is HARD. need a rethink, methinks.
|
2017-10-26 10:56:59 +02:00 |
|
Henrik Rydgård
|
1c5bd0f8dc
|
Move the VulkanRenderManager stuff to thin3d, fits in better there.
|
2017-10-26 10:56:59 +02:00 |
|