On 19 April 2013 16:22, Brian Paul <[email protected]> wrote:
> On 04/19/2013 04:33 AM, Jose Fonseca wrote:
>>
>> Yes, assuming stderr messages are driver warnings seems a bit pedantic.
>>
>> We could do the other way around -- have a whitelist of warning regular
>> expressions that we do known that are worrisome.
>
>
> Yeah, that's an idea.  But I think the only ones that comes to mind are
> "Mesa implementation error" from _mesa_problem() and "Mesa warning" from
> _mesa_warning().
>
> "Mesa: User error" from _mesa_error() should be ignored since quite a few
> piglit tests probe for GL errors and the message is always printed for debug
> builds.
>
I suppose that in principle you could also get those through
ARB_debug_output, which would allow some better control over when to
suppress messages.
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to