mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
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:
parent
56979182dd
commit
452a028fc2
1 changed files with 0 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue