commit | ba467467f49577381be651643dd7ff184b998590 | [log] [tgz] |
---|---|---|
author | Chad Versace <chad.versace@intel.com> | Fri Nov 13 10:24:57 2015 -0800 |
committer | Chad Versace <chad.versace@intel.com> | Fri Nov 13 10:44:09 2015 -0800 |
tree | 9fae76e81b846109946723ad7a9cf525b0bddb19 | |
parent | af392916ff3856c8e606212914c1623674c49aff [diff] |
anv: Use enum isl_tiling everywhere In anv_surface and anv_image_create_info, replace member 'uint8_t tile_mode' with 'enum isl_tiling'. As a nice side-effect, this patch also reduces bug potential because the hardware enum values for tile modes are unstable across hardware generations.