Re: [Mesa-dev] [PATCH 0/8] radv: implement sparseBinding

2017-02-05 Thread Edward O'Callaghan
From what I understand this series is, Reviewed-by: Edward O'Callaghan A few rather trivial style bits to be fixed pertaining of space before '(', e.g., 'if(..)' -> 'if ('. On 02/05/2017 10:43 PM, Bas Nieuwenhuizen wrote: > This implements the sparseBinding feature radv. The feature name is a >

[Mesa-dev] [PATCH 0/8] radv: implement sparseBinding

2017-02-05 Thread Bas Nieuwenhuizen
This implements the sparseBinding feature radv. The feature name is a misnomer, as all the resources still have to be completely backed by memore. However, that can be done independently of descriptor generation, so we have to work with blocks of address space already. This feature does not need a