zink: remove misleading sparse comment

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16456>
This commit is contained in:
Mike Blumenkrantz 2022-05-11 16:59:21 -04:00 committed by Marge Bot
parent 56979182dd
commit 452a028fc2

View file

@ -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];