[Mesa-dev] [PATCH] gallium/auxiliary/indices: fix start param

2015-02-27 Thread Marc-André Lureau
Since commit 28f3f8d, indices generator take a start parameter. However, some index values have been left to start at 0. This fixes the glean/fbo test with the virgl driver. --- src/gallium/auxiliary/indices/u_indices_gen.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --gi

Re: [Mesa-dev] [PATCH] gallium/auxiliary/indices: fix start param

2015-03-03 Thread Ilia Mirkin
On Fri, Feb 27, 2015 at 1:40 PM, Marc-André Lureau wrote: > Since commit 28f3f8d, indices generator take a start parameter. However, some > index values have been left to start at 0. > > This fixes the glean/fbo test with the virgl driver. I independently arrived at an identical patch when trying