Re: [Mesa-dev] [PATCH v2 00/15] ac/surface, radv: use shared surface computation code

2017-05-21 Thread Emil Velikov
Hi Nicolai, On 18 May 2017 at 10:53, Nicolai Hähnle wrote: > Hi all, > > This is v2 of the second half of a series I sent earlier, to move > radv to a shared code base for surface computations. I integrated > patches by Dave that should fix radv issues. The series is also at > https://cgit.freede

Re: [Mesa-dev] [PATCH v2 00/15] ac/surface, radv: use shared surface computation code

2017-05-18 Thread Dave Airlie
On 18 May 2017 at 19:53, Nicolai Hähnle wrote: > Hi all, > > This is v2 of the second half of a series I sent earlier, to move > radv to a shared code base for surface computations. I integrated > patches by Dave that should fix radv issues. The series is also at > https://cgit.freedesktop.org/~nh

[Mesa-dev] [PATCH v2 00/15] ac/surface, radv: use shared surface computation code

2017-05-18 Thread Nicolai Hähnle
Hi all, This is v2 of the second half of a series I sent earlier, to move radv to a shared code base for surface computations. I integrated patches by Dave that should fix radv issues. The series is also at https://cgit.freedesktop.org/~nh/mesa/log/?h=ac_surface Please review! Thanks, Nicolai --