Re: [Mesa-dev] [PATCH 00/23] Remove useless driver hooks from dd.h

2015-09-30 Thread Ian Romanick
Patches 3 through 13, 22, and 23 are Reviewed-by: Ian Romanick VBO scares me a bit, so I'll defer to Brian there. :) On 09/27/2015 03:20 PM, Marek Olšák wrote: > Hi, > > This series removes all driver hooks from dd.h that can be removed easily. > Such hooks are typically only set to one funct

[Mesa-dev] [PATCH 00/23] Remove useless driver hooks from dd.h

2015-09-27 Thread Marek Olšák
Hi, This series removes all driver hooks from dd.h that can be removed easily. Such hooks are typically only set to one function from core Mesa. There are no easy ones left. Some of the old state hooks that we'd like to kill with fire are used by old classic drivers unfortunately. Please revie