Re: [Mesa-dev] [PATCH 03/10] util: Make vma.c support non-power-of-two alignments.

2018-05-08 Thread Jordan Justen
Could potentially just fold into "util: Add a virtual memory allocator". Reviewed-by: Jordan Justen On 2018-05-03 18:12:33, Kenneth Graunke wrote: > I want to use this in a bucketing allocator for i965. > --- > src/util/vma.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff -

Re: [Mesa-dev] [PATCH 03/10] util: Make vma.c support non-power-of-two alignments.

2018-05-08 Thread Scott D Phillips
Kenneth Graunke writes: > I want to use this in a bucketing allocator for i965. Reviewed-by: Scott D Phillips > --- > src/util/vma.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/util/vma.c b/src/util/vma.c > index 3d61f6969ed..d6ee05988ef 100644 _

[Mesa-dev] [PATCH 03/10] util: Make vma.c support non-power-of-two alignments.

2018-05-03 Thread Kenneth Graunke
I want to use this in a bucketing allocator for i965. --- src/util/vma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/util/vma.c b/src/util/vma.c index 3d61f6969ed..d6ee05988ef 100644 --- a/src/util/vma.c +++ b/src/util/vma.c @@ -88,7 +88,6 @@ util_vma_heap_alloc(struc