[Mesa-dev] [RFC v2 09/23] anv/image: Refactor how tiling is chosen

2017-08-30 Thread Louis-Francis Ratté-Boulianne
From: Chad Versace The code that chooses the image's tiling flags, extract it into a new function, choose_isl_tiling_flags(). This reduces the diff in future patches for the upcoming dma_buf-import extension, in which the the tiling code will become more complex. --- src/intel/vulkan/anv_image.

[Mesa-dev] [RFC v2 09/23] anv/image: Refactor how tiling is chosen

2017-07-13 Thread Louis-Francis Ratté-Boulianne
From: Chad Versace The code that chooses the image's tiling flags, extract it into a new function, choose_isl_tiling_flags(). This reduces the diff in future patches for the upcoming dma_buf-import extension, in which the the tiling code will become more complex. --- src/intel/vulkan/anv_image.