commit | cbae9f34e9c80635a99a6cb2b0371bb67c5d7e62 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Sat Jan 25 11:04:58 2020 -0800 |
committer | Marge Bot <eric+marge@anholt.net> | Wed Jan 29 21:19:41 2020 +0000 |
tree | 5a3bc2378b80c9168b805ed76ee2a1c8682f3e5b | |
parent | c7ab8874d07fcd2146781fb743ec5370be2045a8 [diff] |
freedreno: constify fd_tile In a following patch, when we cache the gmem state, we will want to treat the gmem state as immuatable. So start converting things to const to make this more clear.. fd_tile is a good place to start. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3503>