diff options
Diffstat (limited to 'lib/mesa/src/broadcom/common/v3d_debug.c')
-rw-r--r-- | lib/mesa/src/broadcom/common/v3d_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mesa/src/broadcom/common/v3d_debug.c b/lib/mesa/src/broadcom/common/v3d_debug.c index 630bfe0fc..97404448e 100644 --- a/lib/mesa/src/broadcom/common/v3d_debug.c +++ b/lib/mesa/src/broadcom/common/v3d_debug.c @@ -41,6 +41,7 @@ uint32_t V3D_DEBUG = 0; static const struct debug_control debug_control[] = { { "cl", V3D_DEBUG_CL}, + { "clif", V3D_DEBUG_CLIF}, { "qpu", V3D_DEBUG_QPU}, { "vir", V3D_DEBUG_VIR}, { "nir", V3D_DEBUG_NIR}, @@ -52,6 +53,7 @@ static const struct debug_control debug_control[] = { { "fs", V3D_DEBUG_FS}, { "vs", V3D_DEBUG_VS}, { "cs", V3D_DEBUG_CS}, + { "always_flush", V3D_DEBUG_ALWAYS_FLUSH}, { NULL, 0 } }; |