commit | 3e905052248a6e9c0e1ce6b7f32ad5aeff28a7c8 | [log] [tgz] |
---|---|---|
author | Kristian H. Kristensen <hoegsberg@chromium.org> | Fri Sep 21 12:24:47 2018 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Thu Sep 27 16:08:52 2018 -0400 |
tree | ad8fde10ffee9d857e573b886758148bf13c04d7 | |
parent | 74a87cdaa6ff47256abc68fc5ff5662397986e80 [diff] |
freedreno/a6xx: Build up draw dword0 outside visibilty if statement Pulling this logic out means we can share the logic and avoid a couple of temporary variables that helped make things clearer before. Note that in either vismode case, we always program vismode 0. Signed-off-by: Kristian H. Kristensen <hoegsberg@chromium.org>