aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan/tu_pass.c
Commit message (Collapse)AuthorAgeFilesLines
* turnip: Use Vulkan 1.1 names instead of KHRChad Versace2019-03-111-3/+3
| | | | | | | That is, drop KHR from all tokens that were promoted to Vulkan 1.1. The consistency makes ctags more useful (it now jumps directly to the real definitions in vulkan_core.h instead of the typedefs); and it makes the code slightly less verbose.
* turnip: preliminary support for tu_GetRenderAreaGranularityChia-I Wu2019-03-111-3/+5
| | | | Set it to tile alignments, 32x32 on 6xx.
* turnip: add .clang-formatChia-I Wu2019-03-111-73/+73
| | | | Add and apply .clang-format.
* turnip: Fix indentation in function signaturesChad Versace2019-03-111-10/+10
| | | | | Due to s/anv/tu/, in many function signatures the indentation of parameters was off-by-one.
* turnip: Add driver skeleton (v2)Bas Nieuwenhuizen2019-03-111-0/+414
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