summaryrefslogtreecommitdiff
path: root/src/freedreno/vulkan/tu_descriptor_set.c
Commit message (Expand)AuthorAgeFilesLines
* turnip: Add limited support for storage images.Eric Anholt2020-01-211-7/+6
* turnip: Fix some whitespace around binary operators.Eric Anholt2020-01-211-3/+3
* turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORYHyunjun Ko2020-01-211-0/+3
* turnip: Fix support for immutable samplers.Eric Anholt2019-12-161-7/+0
* turnip: Add support for descriptor arrays.Eric Anholt2019-12-161-0/+15
* turnip: Add a helper function for getting tu_buffer iovas.Eric Anholt2019-12-041-4/+2
* turnip: Fix unused variable warnings.Eric Anholt2019-12-041-2/+0
* turnip: more descriptor setsJonathan Marek2019-10-151-9/+131
* turnip: basic descriptor sets (uniform buffer and samplers)Jonathan Marek2019-09-261-100/+426
* turnip: Use Vulkan 1.1 names instead of KHRChad Versace2019-03-111-5/+5
* turnip: add .clang-formatChia-I Wu2019-03-111-139/+134
* turnip: Fix 'unused' warningsChad Versace2019-03-111-3/+13
* turnip: Fix indentation in function signaturesChad Versace2019-03-111-58/+58
* turnip: Add driver skeleton (v2)Bas Nieuwenhuizen2019-03-111-0/+565