commit | 2718353b381790be3dca8a385d23034ea96f8565 | [log] [tgz] |
---|---|---|
author | Brian Ho <brian@brkho.com> | Fri Apr 24 12:52:05 2020 -0700 |
committer | Marge Bot <eric+marge@anholt.net> | Mon Jun 22 14:35:46 2020 +0000 |
tree | 8932d7da7e095aba0d9a9e51ec9060542d4fb3d5 | |
parent | 08aaa3d4c46984f49fa0a9971224fabbd5a31408 [diff] |
turnip: Support tess for draws This commit adds tessellation support for draws. We store the IR3 patch type in tu_pipeline so we can use it in tu_emit_draw_*. We then convert the IR3 patch type to the native adreno patch type and set the appropriate reg values. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5059>