Re: [Mesa-dev] [PATCH] radv: do not always initialize HTILE in compressed state

2019-03-28 Thread Bas Nieuwenhuizen
r-b On Thu, Mar 28, 2019 at 4:00 PM Samuel Pitoiset wrote: > > Especially when performing a transtion from UNDEFINED->GENERAL, > the driver shouldn't initialize HTILE metadata in compressed > state because it doesn't decompress when the src layout is > GENERAL. > > Bugzilla:

[Mesa-dev] [PATCH] radv: do not always initialize HTILE in compressed state

2019-03-28 Thread Samuel Pitoiset
Especially when performing a transtion from UNDEFINED->GENERAL, the driver shouldn't initialize HTILE metadata in compressed state because it doesn't decompress when the src layout is GENERAL. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110259 Fixes: 3a2e93147f7 ("radv: always