[Mesa-dev] [PATCH 08/11] i965: Remove the gl_vertex_array indirection.

2018-05-06 Thread Mathias . Froehlich
From: Mathias Fröhlich For now store binding and attrib in brw_vertex_element. The i965 driver still provides lots of opportunity to make use of the unique binding information in the VAO which is currently not taken from the VAO. Signed-off-by: Mathias Fröhlich --- src/mesa/drivers/dri/i965/br

[Mesa-dev] [PATCH 08/11] i965: Remove the gl_vertex_array indirection.

2018-04-01 Thread Mathias . Froehlich
From: Mathias Fröhlich For now store binding and attrib in brw_vertex_element. The i965 driver still provides lots of opportunity to make use of the unique binding information in the VAO which is currently not taken from the VAO. Signed-off-by: Mathias Fröhlich --- src/mesa/drivers/dri/i965/br