···11+render: Refactor gfx mesh shader allocation and dispatch.
+3
doc/changes/compositor/mr.1980.2.md
···11+render: Remove unused render_gfx_view and other fields on render_gfx,
22+the limiting factor to how many views the graphics path can do now is the sizes
33+of descriptor pools and UBO buffer.
+3
doc/changes/compositor/mr.1980.3.md
···11+render: Refactor gfx descriptor pool, descriptor layout creation function,
22+ubo upload ad descriptor updating function to be shareable. The common pattern
33+is one UBO and one source image, so make it possible to share these.