mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
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:
parent
0e0f7f110c
commit
fc446dc322
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue