On Wed, Feb 18, 2015 at 9:37 PM, Jason Ekstrand <[email protected]> wrote: > Series is > Reviewed-by: Jason Ekstrand <[email protected]>
Me too: Reviewed-by: Kristian Høgsberg <[email protected]> > On Feb 18, 2015 9:00 PM, "Kenneth Graunke" <[email protected]> wrote: >> >> This is now trivial to do right. >> >> Signed-off-by: Kenneth Graunke <[email protected]> >> --- >> src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp >> b/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp >> index 4f66b62..562fc30 100644 >> --- a/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp >> +++ b/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp >> @@ -3656,7 +3656,7 @@ vec4_visitor::fail(const char *format, ...) >> va_start(va, format); >> msg = ralloc_vasprintf(mem_ctx, format, va); >> va_end(va); >> - msg = ralloc_asprintf(mem_ctx, "vec4 compile failed: %s\n", msg); >> + msg = ralloc_asprintf(mem_ctx, "%s compile failed: %s\n", >> stage_abbrev, msg); >> >> this->fail_msg = msg; >> >> -- >> 2.2.2 >> >> _______________________________________________ >> mesa-dev mailing list >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/mesa-dev > > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev > _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
