Check unused for now.
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5219>
/* It needs to fit inside the reported size */
//assert(t->polygon_list_size >= body_offset);
- /* Check that we fit */
- struct pandecode_mapped_memory *plist =
- pandecode_find_mapped_gpu_mem_containing(t->polygon_list);
-
- //assert(t->polygon_list_size <= plist->length);
-
/* Now that we've sanity checked, we'll try to calculate the sizes
* ourselves for comparison */