https://bugs.freedesktop.org/show_bug.cgi?id=65475

          Priority: medium
            Bug ID: 65475
          Assignee: mesa-dev@lists.freedesktop.org
           Summary: Inconsistent use of both stderr and stdout for debug
                    output
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: amona...@gmail.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Other
           Product: Mesa

It would be nice if all textual debug output enabled with environment variables
such as LIBGL_VERBOSE, MESA_DEBUG, INTEL_DEBUG and so on would be printed
strictly to stderr.  Right now some code in mesa/src uses stderr, but even more
code uses stdout.

Dear maintainers, please speak up if open-coding the debug output channel
everywhere (with "fprintf(stderr, ...)") would not be acceptable, and please
recommend a preferred approach (something like introducing a new mesa_dump
function or macro to be used everywhere? what about gallium?).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to