radv: Add logic for multisample format descriptions.
[mesa.git] / src / amd / vulkan / radv_pass.c
2019-02-20 Bas Nieuwenhuizenradv: Clean up a bunch of compiler warnings.
2019-02-04 Samuel Pitoisetradv: don't flush src stages when dstStageMask == BOTTO...
2019-02-04 Samuel Pitoisetradv: accumulate all ingoing external dependencies...
2019-02-04 Samuel Pitoisetradv: handle subpass dependencies correctly
2019-02-04 Samuel Pitoisetradv: track if subpasses have color attachments
2019-02-04 Samuel Pitoisetradv: add radv_render_pass_add_subpass_dep() helper
2019-02-04 Samuel Pitoisetradv: move some render pass things to radv_render_pass_...
2019-02-04 Samuel Pitoisetradv: determine the last subpass id for every attachments
2019-02-04 Samuel Pitoisetradv: store the list of attachments for every subpass
2019-02-04 Samuel Pitoisetradv: remove unused radv_render_pass_attachment::view_mask
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2018-11-23 Samuel Pitoisetradv: ignore subpass self-dependencies for CreateRender...
2018-11-21 Samuel Pitoisetradv: ignore subpass self-dependencies
2018-07-18 Samuel Pitoisetradv: remove unused variable in radv_CreateRenderPass2KHR()
2018-07-17 Samuel Pitoisetradv: fix implementation of VK_KHR_create_renderpass2...
2018-07-12 Samuel Pitoisetradv: add support for VK_KHR_create_renderpass2
2018-07-12 Samuel Pitoisetradv: introduce radv_subpass_attachment data structure
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-01 Samuel Pitoisetradv: compute the number of subpass attachments correctly
2018-03-30 Samuel Pitoisetradv: set SAMPLE_RATE to the number of samples of the...
2018-03-07 Jason Ekstrandvulkan: Rename multiview from KHX to KHR
2017-08-24 Bas Nieuwenhuizenradv: Store multiview info in renderpass.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver