Re: [Mesa-dev] [PATCH 13/13] vbo: Make use of _DrawVAO from the dlist code.

2018-02-23 Thread Mathias Fröhlich
Hi, On Friday, 23 February 2018 18:51:45 CET Clayton Craft wrote: > This patch caused a new failure in our CI, details are in the bug I filed on > fdo: https://bugs.freedesktop.org/show_bug.cgi?id=105229 Thanks for your information. I will take a look! Mathias

Re: [Mesa-dev] [PATCH 13/13] vbo: Make use of _DrawVAO from the dlist code.

2018-02-23 Thread Clayton Craft
Hi Mathias, On Thu, Feb 22, 2018 at 06:45:19AM +0100, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Finally use an internal VAO to execute display list draws. Avoid duplicate state validation for display list draws. Remove client arrays previously used exclusively for display lists.

[Mesa-dev] [PATCH 13/13] vbo: Make use of _DrawVAO from the dlist code.

2018-02-21 Thread Mathias . Froehlich
From: Mathias Fröhlich Finally use an internal VAO to execute display list draws. Avoid duplicate state validation for display list draws. Remove client arrays previously used exclusively for display lists. Signed-off-by: Mathias Fröhlich --- src/mesa/vbo/vbo_save.c | 37 ++-- sr

Re: [Mesa-dev] [PATCH 13/13] vbo: Make use of _DrawVAO from the dlist code.

2018-02-20 Thread Brian Paul
AFAICT, the rest of the series looks good. One nit-pick below. Sorry for being a little slow reviewing the rest. I suspect you'll be posted an updated v2 series. -Brian On 02/15/2018 12:55 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich Finally use an internal VAO to execute

[Mesa-dev] [PATCH 13/13] vbo: Make use of _DrawVAO from the dlist code.

2018-02-15 Thread Mathias . Froehlich
From: Mathias Fröhlich Finally use an internal VAO to execute display list draws. Avoid duplicate state validation for display list draws. Remove client arrays previously used exclusively for display lists. Signed-off-by: Mathias Fröhlich --- src/mesa/vbo/vbo_save.c | 37 ++-- sr