-
Notifications
You must be signed in to change notification settings - Fork 162
Vdr maintenance #2610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Vdr maintenance #2610
Conversation
|
CI gfxreconstruct build queued with queue ID 626703. |
VulkanResourcesUtil::CopyBuffer() requires a barrier in case the destination buffer is used as a staging buffer so it will be read directly from the host
8d10d0c to
d74607a
Compare
|
CI gfxreconstruct build queued with queue ID 626704. |
d74607a to
9b4ad8b
Compare
|
CI gfxreconstruct build queued with queue ID 626727. |
|
CI gfxreconstruct build queued with queue ID 626738. |
b8b41c4 to
b18fa4f
Compare
|
CI gfxreconstruct build queued with queue ID 626783. |
|
CI gfxreconstruct build # 8636 running. |
|
CI gfxreconstruct build # 8636 failed. |
b18fa4f to
3862cd7
Compare
|
CI gfxreconstruct build queued with queue ID 627623. |
|
CI gfxreconstruct build # 8640 running. |
|
CI gfxreconstruct build # 8640 failed. |
In case of secondary commands buffer we were issuing transfer commands (vkCmdCopyBuffer) while inside of a render pass. This should address those errors
The fence that is being reused between miltiple submissions from DrawCallDumpingContext in order to dump mulitple draw calls was not being reset which resulted in being used in the signal state in the queue submission. Also a member variable of VkSubpassDependency was left uninitialized.
3862cd7 to
258145e
Compare
|
CI gfxreconstruct build queued with queue ID 627705. |
|
CI gfxreconstruct build # 8641 running. |
|
CI gfxreconstruct build # 8641 passed. |
Fixes a few vvl errors