Re: [Mesa-dev] [PATCH] mesa: Fix build errors on x86+sse

2015-03-05 Thread Ville Syrjälä
On Thu, Mar 05, 2015 at 11:40:16AM -0800, Matt Turner wrote: > On Thu, Mar 5, 2015 at 11:32 AM, wrote: > > From: Ville Syrjälä > > I committed a patch a little while ago from Mark to fix this (as > commit 5f9ee6a0). Yep see it now. I must have fetched more or less just before you pushed it. Bu

Re: [Mesa-dev] [PATCH] mesa: Fix build errors on x86+sse

2015-03-05 Thread Matt Turner
On Thu, Mar 5, 2015 at 11:32 AM, wrote: > From: Ville Syrjälä I committed a patch a little while ago from Mark to fix this (as commit 5f9ee6a0). ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mes

[Mesa-dev] [PATCH] mesa: Fix build errors on x86+sse

2015-03-05 Thread ville . syrjala
From: Ville Syrjälä tnl/t_vertex_sse.c: In function ‘build_vertex_emit’: tnl/t_vertex_sse.c:500:6: error: implicit declaration of function ‘printf’ [-Werror=implicit-function-declaration] printf("Can't emit 1ub %x %x %d\n", a->vertoffset, a[-1].vertoffset, a[-1].vertattrsize ); ^ tn