From 452a028fc20150d517aae6fcf025d972bb26acff Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 11 May 2022 16:59:21 -0400 Subject: [PATCH] zink: remove misleading sparse comment Reviewed-by: Dave Airlie Part-of: --- src/gallium/drivers/zink/zink_bo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/zink/zink_bo.c b/src/gallium/drivers/zink/zink_bo.c index a80b02390a0..47075f394d3 100644 --- a/src/gallium/drivers/zink/zink_bo.c +++ b/src/gallium/drivers/zink/zink_bo.c @@ -910,8 +910,6 @@ zink_bo_commit(struct zink_screen *screen, struct zink_resource *res, unsigned l (box->height % gheight) ? box->height % gheight : gheight, (box->depth % gdepth) ? box->depth % gdepth : gdepth }; - /* TODO: msaa needs miptail */ - //VkSparseImageOpaqueMemoryBindInfo sparse_obind; #define NUM_BATCHED_BINDS 50 VkSparseImageMemoryBind ibind[NUM_BATCHED_BINDS]; uint32_t backing_start[NUM_BATCHED_BINDS], backing_size[NUM_BATCHED_BINDS];