monado/doc/changes/compositor/mr.1969.3.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
293 B
Markdown
Raw Normal View History

2023-10-01 11:35:16 +00:00
---
- mr.1969
- mr.1970
---
2023-09-27 19:52:29 +00:00
main: Refactor the layer rendering code to use `render_gfx_render_pass`,
`render_gfx_target_resources` and an `VkCommandBuffer` that is passed in as an
argument to the draw call. This allows the layer renderer to share the scratch
images with the compute pipeline.