Re: [Mesa-dev] [PATCH 3/9] mesa: Update vao internal state when setting the _DrawVAO.

2018-03-20 Thread Brian Paul
On 03/15/2018 11:48 PM, mathias.froehl...@gmx.net wrote: From: Mathias Fröhlich We do care if the vao set as Array._DrawVAO is ready to draw not so much that the current Array.VAO in terms of the OpenGL api is fully up to date for drawing. Can you rephrase that?

[Mesa-dev] [PATCH 3/9] mesa: Update vao internal state when setting the _DrawVAO.

2018-03-15 Thread Mathias . Froehlich
From: Mathias Fröhlich We do care if the vao set as Array._DrawVAO is ready to draw not so much that the current Array.VAO in terms of the OpenGL api is fully up to date for drawing. Also no driver looks at any VAO's NewArrays value from within the Driver.UpdateState