mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 16:30:10 +01:00
aux/trace: delete GALLIUM_TRACE_NIR log message
this is not only annoying, it breaks trace xml output cc: mesa-stable Acked-by: Simon Zeni <simon@bl4ckb0ne.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21609>
This commit is contained in:
parent
eec5ddd0ed
commit
f99eab23ad
1 changed files with 0 additions and 6 deletions
|
|
@ -663,12 +663,6 @@ void trace_dump_nir(void *nir)
|
|||
return;
|
||||
}
|
||||
|
||||
if ((nir_count--) == 0) {
|
||||
fputs("<string>Set GALLIUM_TRACE_NIR to a sufficiently big number "
|
||||
"to enable NIR shader dumping.</string>", stream);
|
||||
return;
|
||||
}
|
||||
|
||||
// NIR doesn't have a print to string function. Use CDATA and hope for the
|
||||
// best.
|
||||
if (stream) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue