Re: [Mesa-dev] [PATCH v3 01/13] anv/image: Do not override lower bits of dword.

2018-02-26 Thread Jason Ekstrand
On Wed, Feb 21, 2018 at 1:45 PM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > The lower bits seem to have extra fields in every platform but gen8 > (even though we don't use them in gen9). So just go ahead and avoid > using them for the address. > > Signed-off-by: Rafael Antognolli >

[Mesa-dev] [PATCH v3 01/13] anv/image: Do not override lower bits of dword.

2018-02-21 Thread Rafael Antognolli
The lower bits seem to have extra fields in every platform but gen8 (even though we don't use them in gen9). So just go ahead and avoid using them for the address. Signed-off-by: Rafael Antognolli Reviewed-by: Topi Pohjolainen --- src/intel/vulkan/anv_image.c | 30 +-