Re: [Mesa-dev] [PATCH 1.5/4] [RFC] ac/addrlib: relax an assertion

2017-09-12 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Sep 11, 2017 at 3:26 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > --- > We hit this assertion with 3D textures on gfx9. > > I'm not aware of any 3D-texture-specific failures, but I'm also not sure > whether CMASK is supposed to work with 3D textur

[Mesa-dev] [PATCH 1.5/4] [RFC] ac/addrlib: relax an assertion

2017-09-11 Thread Nicolai Hähnle
From: Nicolai Hähnle --- We hit this assertion with 3D textures on gfx9. I'm not aware of any 3D-texture-specific failures, but I'm also not sure whether CMASK is supposed to work with 3D textures or whether we've just been lucky. --- src/amd/addrlib/gfx9/gfx9addrlib.cpp | 3 ++- 1 file chang