mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
radv/meta: remove an outdated comment in vkCmdClearAttachments()
This is no longer true since "ae84d41d483 - radv/meta: Rework saving/restoring state". Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40845>
This commit is contained in:
parent
166c68914b
commit
f33757416b
1 changed files with 0 additions and 3 deletions
|
|
@ -1909,9 +1909,6 @@ radv_CmdClearAttachments(VkCommandBuffer commandBuffer, uint32_t attachmentCount
|
|||
|
||||
radv_meta_begin(cmd_buffer);
|
||||
|
||||
/* FINISHME: We can do better than this dumb loop. It thrashes too much
|
||||
* state.
|
||||
*/
|
||||
for (uint32_t a = 0; a < attachmentCount; ++a) {
|
||||
for (uint32_t r = 0; r < rectCount; ++r) {
|
||||
emit_clear(cmd_buffer, &pAttachments[a], &pRects[r], &pre_flush, &post_flush,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue