mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 00:10:20 +01:00
[intel] By default, output batchbuffer decode to stderr like other debug info.
This commit is contained in:
parent
38c616260a
commit
7d4b89a2b3
1 changed files with 1 additions and 1 deletions
|
|
@ -859,7 +859,7 @@ intel_decode(uint32_t *data, int count, uint32_t hw_offset, uint32_t devid)
|
|||
int index = 0;
|
||||
int failures = 0;
|
||||
|
||||
out = stdout;
|
||||
out = stderr;
|
||||
|
||||
while (index < count) {
|
||||
switch ((data[index] & 0xe0000000) >> 29) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue