Re: [Mesa-dev] [PATCH] draw: fix assertion failure in draw_emit_vertex_attr

2012-10-30 Thread Marek Olšák
On Tue, Oct 30, 2012 at 3:37 PM, Andreas Boll wrote: > 2012/10/30 Marek Olšák : >> This is a regression since b3921e1f53833420e0a0fd581f7417. >> >> The array stores VS outputs, not FS inputs. >> Now llvmpipe can do 32 varyings too. >> >> NOTE: This is a candidate for the stable branches. > > Bugzi

Re: [Mesa-dev] [PATCH] draw: fix assertion failure in draw_emit_vertex_attr

2012-10-30 Thread Andreas Boll
2012/10/30 Marek Olšák : > This is a regression since b3921e1f53833420e0a0fd581f7417. > > The array stores VS outputs, not FS inputs. > Now llvmpipe can do 32 varyings too. > > NOTE: This is a candidate for the stable branches. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56552 I can co

Re: [Mesa-dev] [PATCH] draw: fix assertion failure in draw_emit_vertex_attr

2012-10-30 Thread Brian Paul
On 10/29/2012 06:29 PM, Marek Olšák wrote: This is a regression since b3921e1f53833420e0a0fd581f7417. The array stores VS outputs, not FS inputs. Now llvmpipe can do 32 varyings too. NOTE: This is a candidate for the stable branches. --- src/gallium/auxiliary/draw/draw_vertex.h |5 +++--

[Mesa-dev] [PATCH] draw: fix assertion failure in draw_emit_vertex_attr

2012-10-29 Thread Marek Olšák
This is a regression since b3921e1f53833420e0a0fd581f7417. The array stores VS outputs, not FS inputs. Now llvmpipe can do 32 varyings too. NOTE: This is a candidate for the stable branches. --- src/gallium/auxiliary/draw/draw_vertex.h |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-