Re: [Mesa-dev] [PATCH 4/7] mesa: add SEVERITY_NOTIFICATION to default state

2015-11-22 Thread Timothy Arceri
On Mon, 2015-11-23 at 00:26 +, Emil Velikov wrote: > On 23 November 2015 at 00:10, Timothy Arceri wrote: > > On Sun, 2015-11-22 at 23:21 +, Emil Velikov wrote: > > > As per the spec quote: > > > > > > "All messages are initially enabled unless their assigned severity > > > is DEBU

Re: [Mesa-dev] [PATCH 4/7] mesa: add SEVERITY_NOTIFICATION to default state

2015-11-22 Thread Emil Velikov
On 23 November 2015 at 00:10, Timothy Arceri wrote: > On Sun, 2015-11-22 at 23:21 +, Emil Velikov wrote: >> As per the spec quote: >> >> "All messages are initially enabled unless their assigned severity >> is DEBUG_SEVERITY_LOW" >> >> We already had MEDIUM and HIGH set, let's toggle N

Re: [Mesa-dev] [PATCH 4/7] mesa: add SEVERITY_NOTIFICATION to default state

2015-11-22 Thread Timothy Arceri
On Sun, 2015-11-22 at 23:21 +, Emil Velikov wrote: > As per the spec quote: > > "All messages are initially enabled unless their assigned severity > is DEBUG_SEVERITY_LOW" > > We already had MEDIUM and HIGH set, let's toggle NOTIFICATION as well. Looks like there was a spec bug and o

Re: [Mesa-dev] [PATCH 4/7] mesa: add SEVERITY_NOTIFICATION to default state

2015-11-22 Thread Timothy Arceri
Reviewed-by: Timothy Arceri ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 4/7] mesa: add SEVERITY_NOTIFICATION to default state

2015-11-22 Thread Emil Velikov
As per the spec quote: "All messages are initially enabled unless their assigned severity is DEBUG_SEVERITY_LOW" We already had MEDIUM and HIGH set, let's toggle NOTIFICATION as well. Signed-off-by: Emil Velikov --- src/mesa/main/errors.c | 5 +++-- 1 file changed, 3 insertions(+), 2 d