Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | turnip: Fix indentation in function signatures | Chad Versace | 2019-03-11 | 1 | -23/+23 |
| | | | | | Due to s/anv/tu/, in many function signatures the indentation of parameters was off-by-one. | ||||
* | turnip: Add driver skeleton (v2) | Bas Nieuwenhuizen | 2019-03-11 | 1 | -0/+424 |
meson files have been updated, autotools and android still need updating. Only build tested. v2 (chadv): - Rebase onto master. - Fix build breakage in Python scripts. - Drop the WSI code. The internal WSI apis have changed recently, and will likely change again before the driver goes upstream. To avoid unnecessary rebase work, let's drop the WSI code and re-add it when we're ready to really use WSI. (olv, after rebase) do not enable freedreno by default on ARM |