aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/x86_64-w64-mingw32
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2020-03-24 18:32:01 -0500
committerMarge Bot <[email protected]>2020-04-28 22:45:39 +0000
commita3d185d091fbacd314d76e702d292a363f3c8b55 (patch)
treec06e1e9844b0ace0a8543363afc0ba77b610bae7 /.gitlab-ci/x86_64-w64-mingw32
parentc195d5516128543bf54a5c758119e0e36763d1f0 (diff)
anv: Split command buffer attachment setup in three
This commit splits genX(cmd_buffer_setup_attachments)() into three functions: one which sets up cmd_buffer->state.attachments, one which allocates surface states, and one which fills out the surface states. While we're here, we make both functions take the framebuffer (if any) as an argument instead of pulling it from the command buffer so it's more clear what things are inputs to the functions. We also make the render pass and framebuffer parameters const as those are immutable objects. The only functional change here should be that we now vk_zalloc the attachments which should be a bit safer. Reviewed-by: Rafael Antognolli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4393>
Diffstat (limited to '.gitlab-ci/x86_64-w64-mingw32')
0 files changed, 0 insertions, 0 deletions