Re: [Mesa-dev] [PATCH 08/12] intel: Refactor selection of miptree tiling

2013-03-01 Thread Ian Romanick
On 02/28/2013 03:45 PM, Chad Versace wrote: This patch (1) extracts from intel_miptree_create() the spaghetti logic that selects the tiling format, (2) rewrites that spaghetti into a lucid form, and (3) moves it to a new function, intel_miptree_choose_tiling(). No behavioral change. As a bonus,

[Mesa-dev] [PATCH 08/12] intel: Refactor selection of miptree tiling

2013-02-28 Thread Chad Versace
This patch (1) extracts from intel_miptree_create() the spaghetti logic that selects the tiling format, (2) rewrites that spaghetti into a lucid form, and (3) moves it to a new function, intel_miptree_choose_tiling(). No behavioral change. As a bonus, it is now evident that the force_y_tiling para