Re: [Mesa-dev] [PATCH 08/18] anv/allocator: Drop the block_size field from block_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: > Since the state_stream is now pulling from a state_pool, the only thing > pulling directly off the block pool is the state pool so we can just > move the block_size there. The one

[Mesa-dev] [PATCH 08/18] anv/allocator: Drop the block_size field from block_pool

2017-04-26 Thread Jason Ekstrand
Since the state_stream is now pulling from a state_pool, the only thing pulling directly off the block pool is the state pool so we can just move the block_size there. The one exception is when we allocate binding tables but we can just reference the state pool there as well. The only functional