gallium/util: Increase the debug_flush map depth to 64

Piglit tests fbo-generatemipmap-3d RGB9_E5 and
fbo-generatemipmap-cubemap array RGB9_E5 hit assert when debug_flush
is active. Increase the debug map depth to 64.

Reviewed-by: Neha Bhende <bhenden@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16061>
This commit is contained in:
Charmaine Lee
2022-03-09 18:20:46 -08:00
committed by Marge Bot
parent 16019ff7cc
commit c63346eb69
+1 -1
View File
@@ -51,7 +51,7 @@
#include <stdio.h>
/* Future improvement: Use realloc instead? */
#define DEBUG_FLUSH_MAP_DEPTH 32
#define DEBUG_FLUSH_MAP_DEPTH 64
struct debug_map_item {
struct debug_stack_frame *frame;