Re: [Mesa-dev] [PATCH 04/13] mesa: Introduce a yet unused _DrawVAO.

2018-02-22 Thread Mathias Fröhlich
Hi Brian, On Thursday, 22 February 2018 23:32:23 CET Brian Paul wrote: > Just a few little nit-picks. With those fixed, the series is: > Reviewed-by: Brian Paul > > Nice work! Thanks! Thank you for the review! And is pushed now! best Mathias __

Re: [Mesa-dev] [PATCH 04/13] mesa: Introduce a yet unused _DrawVAO.

2018-02-22 Thread Brian Paul
Just a few little nit-picks. With those fixed, the series is: Reviewed-by: Brian Paul Nice work! On 02/21/2018 10:45 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich During the patch series this VAO gets populated with either the currently bound VAO or an internal VAO that will

Re: [Mesa-dev] [PATCH 04/13] mesa: Introduce a yet unused _DrawVAO.

2018-02-15 Thread Brian Paul
On 02/15/2018 12:55 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich During the patch series this VAO gets populated with either the currently bound VAO or an internal VAO that will be used for immediate mode and dlist rendering. Signed-off-by: Mathias Fröhlich --- src/mesa/main/