commit | c90f46700dd2739ed9abb1246880d4829fdb3252 | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Tue Jun 25 14:28:10 2019 +0200 |
committer | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Sun Jul 07 17:51:32 2019 +0200 |
tree | bf4178e2b1d6d57490b92df75ef586da35b6f707 | |
parent | b1b60a92b17e18f55c4d176e0b8445b6f486379a [diff] |
radv/gfx10: mask DCC tile swizzle by alignment DCC alignment can be less than the alignment of the main surface. In that case, the DCC tile swizzle needs to be masked accordingly. Should have no impact on pre-gfx10. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>