[Mesa-dev] [PATCH 04/11] gallium: Use Array._DrawVAO in st_atom_array.c.

Mathias Fröhlich Mathias.Froehlich at gmx.net
Mon Apr 23 06:57:27 UTC 2018


Hi Marek,

On Tuesday, 10 April 2018 20:09:06 CEST Marek Olšák wrote:
> Generally, if you have to loop over all arrays to find common vertex
> buffers, it's better not to do it. The default separate path is going to
> perform best, because it's straightforward and interleaved arrays are super
> rare.

Yes, I know. All the cleanup I did recently is to get rid of all these kind of 
loops and if needed make them as cheap as possible.

best
Mathias




More information about the mesa-dev mailing list