pan/bit: Enable more debug for `run`

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4470>
This commit is contained in:
Alyssa Rosenzweig 2020-04-06 14:06:59 -04:00 committed by Marge Bot
parent 0e0f7f110c
commit fc446dc322
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ run(const char *filename)
},
};
bit_vertex(dev, prog, NULL, 0, NULL, 0, NULL, 0, BIT_DEBUG_FAIL);
bit_vertex(dev, prog, NULL, 0, NULL, 0, NULL, 0, BIT_DEBUG_ALL);
free(code);
}