Re: [Mesa-dev] [PATCH 1/2] draw: use the total number of vertices for statistics

2013-05-14 Thread Zack Rusin
> LGTM, though is the difference to the non-llvm path now on purpose? Ah, yes, that's a good catch. I'll fix that ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/2] draw: use the total number of vertices for statistics

2013-05-14 Thread Roland Scheidegger
Am 14.05.2013 05:09, schrieb Zack Rusin: > the number of vertices to fetch doesn't necessarily equal the > total number of input vertices, e.g. we might want to fetch > a single vertex but then draw it twice. Lets use the correct > number of input vertices in the statistics. > > Signed-off-by: Zac

[Mesa-dev] [PATCH 1/2] draw: use the total number of vertices for statistics

2013-05-13 Thread Zack Rusin
the number of vertices to fetch doesn't necessarily equal the total number of input vertices, e.g. we might want to fetch a single vertex but then draw it twice. Lets use the correct number of input vertices in the statistics. Signed-off-by: Zack Rusin --- src/gallium/auxiliary/draw/draw_pt_fetc