Re: [Mesa-dev] [PATCH 5/5] i965/miptree: Don't gtt map from map_depthstencil

2018-04-03 Thread Nanley Chery
On Tue, Apr 03, 2018 at 11:53:19AM -0700, Scott D Phillips wrote: > Nanley Chery writes: > > > On Tue, Jan 09, 2018 at 11:17:02PM -0800, Scott D Phillips wrote: > >> Instead of gtt mapping, call out to other map functions (map_map > >> or map_tiled_memcpy) for the depth surface. Removes a place w

Re: [Mesa-dev] [PATCH 5/5] i965/miptree: Don't gtt map from map_depthstencil

2018-04-03 Thread Scott D Phillips
Nanley Chery writes: > On Tue, Jan 09, 2018 at 11:17:02PM -0800, Scott D Phillips wrote: >> Instead of gtt mapping, call out to other map functions (map_map >> or map_tiled_memcpy) for the depth surface. Removes a place where >> gtt mapping is used. >> --- >> This is a bit icky, perhaps something

Re: [Mesa-dev] [PATCH 5/5] i965/miptree: Don't gtt map from map_depthstencil

2018-03-20 Thread Nanley Chery
On Tue, Jan 09, 2018 at 11:17:02PM -0800, Scott D Phillips wrote: > Instead of gtt mapping, call out to other map functions (map_map > or map_tiled_memcpy) for the depth surface. Removes a place where > gtt mapping is used. > --- > This is a bit icky, perhaps something like mapping z_mt with > BRW_

[Mesa-dev] [PATCH 5/5] i965/miptree: Don't gtt map from map_depthstencil

2018-01-09 Thread Scott D Phillips
Instead of gtt mapping, call out to other map functions (map_map or map_tiled_memcpy) for the depth surface. Removes a place where gtt mapping is used. --- This is a bit icky, perhaps something like mapping z_mt with BRW_MAP_DIRECT_BIT could be cleaner (but in that case the depthstencil mapping and