Various execution engine fixes#2103
Open
jcelerier wants to merge 11 commits into
Open
Conversation
jcelerier
commented
Jul 5, 2026
Member
- core: add ObjectPath::fromString / findObject, reuse in remote control
- js: add Score.cable, path/findByPath, cable removal, setAutoTrigger/setProcessLoop
- gfx: clear image inputs with no incoming edge each frame
- gfx: don't return a half-initialized render state when QRhi::create fails
- gfx: fall back to a null RHI in output nodes when there is no GPU
- core: disconnect devices before tearing down documents
- gfx: release the static Vulkan instance when creation fails
- gstreamer: classify appsinks from the pipeline string, follow the engine quantum
- scenario: start processes added while the interval is already executing
- exec: set buffer size before begin_tick
df430df to
7ff52c4
Compare
buildPipeline returns a null pipeline when QRhiGraphicsPipeline::create() fails (transient during graph rebuild). InvertYRenderer::finishFrame dereferenced it via setGraphicsPipeline (Q_ASSERT/null-deref), and quadRenderPass asserted on the then-missing pass. Both now skip the draw, matching defaultRenderPass / the if(pip.pipeline) guard at pass creation.
7ff52c4 to
ebae25a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.