Re: [Mesa-dev] [PATCH 12/18] anv/allocator: Embed the block_pool in the state_pool

2017-05-03 Thread Juan A. Suarez Romero
Reviewed-by: Juan A. Suarez Romero On Wed, 2017-04-26 at 07:35 -0700, Jason Ekstrand wrote: > Now that the state stream is allocating off of the state pool, there's > no reason why we need the block pool to be separate. > --- > src/intel/vulkan/anv_allocator.c

[Mesa-dev] [PATCH 12/18] anv/allocator: Embed the block_pool in the state_pool

2017-04-26 Thread Jason Ekstrand
Now that the state stream is allocating off of the state pool, there's no reason why we need the block pool to be separate. --- src/intel/vulkan/anv_allocator.c | 30 --- src/intel/vulkan/anv_batch_chain.c | 35 +++---