Maybe change the subject: "mesa: move vbo draw functions into
dd_function_table"
On 03/15/2018 11:48 PM, mathias.froehl...@gmx.net wrote:
From: Mathias Fröhlich
Make drawing functions members of struct dd_function_table.
What if not drawing, should be the major purpose of an OpenGL
driver.
From: Mathias Fröhlich
Make drawing functions members of struct dd_function_table.
What if not drawing, should be the major purpose of an OpenGL
driver.
Signed-off-by: Mathias Fröhlich
---
src/mesa/drivers/common/driverfuncs.c | 5 +++
src/mesa/main/dd.h| 81 ++