v3dv: drop a couple of obsolete comments

We only expose a coherent memory heap, so invalidation and flushing
are always no-ops for us.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:
Iago Toral Quiroga
2020-10-08 09:12:23 +02:00
committed by Marge Bot
parent ec78ee0342
commit 82b9789f17

View File

@@ -1762,9 +1762,6 @@ v3dv_FlushMappedMemoryRanges(VkDevice _device,
uint32_t memoryRangeCount,
const VkMappedMemoryRange *pMemoryRanges)
{
/* FIXME: stub (although note that both radv and tu just returns success
* here. Pending further research)
*/
return VK_SUCCESS;
}
@@ -1773,9 +1770,6 @@ v3dv_InvalidateMappedMemoryRanges(VkDevice _device,
uint32_t memoryRangeCount,
const VkMappedMemoryRange *pMemoryRanges)
{
/* FIXME: stub (although note that both radv and tu just returns success
* here. Pending further research)
*/
return VK_SUCCESS;
}