Re: [Mesa-dev] [PATCH 01/11] mesa: Add flush_vertices argument to _mesa_bind_vertex_buffer.

2016-07-28 Thread Mathias Fröhlich
Good Morning, On Wednesday, July 27, 2016 12:02:52 Eric Anholt wrote: > mathias.froehl...@gmx.net writes: > > > From: Mathias Fröhlich > > > > Similar to _mesa_update_array_format add an argument to > > avoid calling FLUSH_VERTICES in certain cases. > > This will be

Re: [Mesa-dev] [PATCH 01/11] mesa: Add flush_vertices argument to _mesa_bind_vertex_buffer.

2016-07-27 Thread Eric Anholt
mathias.froehl...@gmx.net writes: > From: Mathias Fröhlich > > Similar to _mesa_update_array_format add an argument to > avoid calling FLUSH_VERTICES in certain cases. > This will be used with the following change. Do we need to avoid calling FLUSH_VERTICES in the

[Mesa-dev] [PATCH 01/11] mesa: Add flush_vertices argument to _mesa_bind_vertex_buffer.

2016-06-17 Thread Mathias . Froehlich
From: Mathias Fröhlich Similar to _mesa_update_array_format add an argument to avoid calling FLUSH_VERTICES in certain cases. This will be used with the following change. Signed-off-by: Mathias Fröhlich --- src/mesa/drivers/common/meta.c |