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
__
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
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.
v2: More comments about the _DrawVAO, filter and enabled mask.
Rename _DrawVAOEnabled to _DrawVAOEnabledAttr
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/
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/arrayobj.c | 4
src/mesa/main/attrib.c | 2 ++
src/