anv: Drop the instruction pool block size
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 26 Apr 2017 14:21:58 +0000 (07:21 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 5 May 2017 02:07:54 +0000 (19:07 -0700)
commit24827fdf505e68234f6099785c659fa84bb33e04
tree9a649c5dc1906677e1acac1eed3a9138c730e0e0
parent955127db9376b49a41a428f5f89137cafec89b1c
anv: Drop the instruction pool block size

Now that we can allocate states larger than the block size, we no longer
need a block size of 1MB which can be rather wasteful.

Reviewed-by: Juan A. Suarez Romero <jasuarez@igalia.com>
src/intel/vulkan/anv_device.c