Re: [Mesa-dev] [PATCH 1/9] mesa: Make draw a first place driver method.

2018-03-20 Thread Brian Paul
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.

[Mesa-dev] [PATCH 1/9] mesa: Make draw a first place driver method.

2018-03-15 Thread Mathias . Froehlich
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 ++