vk/image: Rewrite tile info table
authorChad Versace <chad.versace@intel.com>
Tue, 9 Jun 2015 20:29:08 +0000 (13:29 -0700)
committerChad Versace <chad.versace@intel.com>
Tue, 9 Jun 2015 21:16:45 +0000 (14:16 -0700)
commite6bd568f36ca04c34fdf566a40ad939039d207a6
treedb5d1d4385828e838b99b6727c304f12847b37b3
parent5b777e2bcf8efd813a312e4c3208d0ddb7440abb
vk/image: Rewrite tile info table

- Reduce the number of table lookups in anv_image_create from 4 to 1.
- Add field for surface alignment.
- Shorten field names tile_width, tile_height -> width, height.
src/vulkan/image.c