Re: [Mesa-dev] [PATCH] miptree-map

2018-04-12 Thread Scott D Phillips
Chris Wilson writes: > Splitting intel_miptree_map() like so should help with the yuck factor. > Though don't we also need to treat the stencil_mt to a similar treatment > to avoid slow reads? I didn't do that because stencil_mt is W tiled and our tiling functions don't handle that. At the momen

[Mesa-dev] [PATCH] miptree-map

2018-04-11 Thread Chris Wilson
Splitting intel_miptree_map() like so should help with the yuck factor. Though don't we also need to treat the stencil_mt to a similar treatment to avoid slow reads? Note the map should really record what method intel_miptree_map() used so that is can be unwound correctly without chasing the same