Module: Mesa Branch: main Commit: 452a028fc20150d517aae6fcf025d972bb26acff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=452a028fc20150d517aae6fcf025d972bb26acff
Author: Mike Blumenkrantz <[email protected]> Date: Wed May 11 16:59:21 2022 -0400 zink: remove misleading sparse comment Reviewed-by: Dave Airlie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16456> --- 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];
