Re: [Mesa-dev] [PATCH 1/3] radv/amdgpu: Let addrlib calculate the HTILE parameters.

2017-03-06 Thread Dave Airlie
On 7 March 2017 at 10:44, Bas Nieuwenhuizen wrote: > Still not sure we can support miptrees when sampling from > HTILE enabled textures. > > Added the tcCompatible winsys stuff while I'm at it. Do we trust addrlib here? if so go for it. Reviewed-by: Dave Airlie > > Signed-off-by: Bas Nieuwenhui

[Mesa-dev] [PATCH 1/3] radv/amdgpu: Let addrlib calculate the HTILE parameters.

2017-03-06 Thread Bas Nieuwenhuizen
Still not sure we can support miptrees when sampling from HTILE enabled textures. Added the tcCompatible winsys stuff while I'm at it. Signed-off-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_radeon_winsys.h| 5 + src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c | 26