aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan/tu_image.c
Commit message (Expand)AuthorAgeFilesLines
* turnip: fix VK_IMAGE_ASPECT_STENCIL_BIT image viewJonathan Marek2019-12-121-9/+15
* tu: Move UBWC layout into fdl6_layout() and use that function.Eric Anholt2019-12-111-146/+16
* tu: Move our image layout into a freedreno_layout struct.Eric Anholt2019-12-111-35/+39
* turnip: implement UBWCJonathan Marek2019-11-211-50/+135
* turnip: Drop the copy of the formats table.Eric Anholt2019-11-191-5/+5
* turnip: basic msaa workingJonathan Marek2019-10-151-1/+1
* turnip: Set up the correct tiling mode for small attachments.Eric Anholt2019-10-151-0/+9
* turnip: disable tiling as necessaryJonathan Marek2019-10-151-3/+12
* turnip: update setup_slicesJonathan Marek2019-10-151-46/+59
* turnip: improve view descriptorJonathan Marek2019-10-151-33/+51
* turnip: align layer_sizeJonathan Marek2019-09-261-1/+1
* turnip: use linear tiling for scanout imageJonathan Marek2019-09-261-2/+9
* turnip: implement image view descriptorJonathan Marek2019-09-261-0/+87
* turnip: preliminary support for tu_GetImageSubresourceLayoutChia-I Wu2019-03-111-5/+11
* turnip: Use Vulkan 1.1 names instead of KHRChad Versace2019-03-111-3/+3
* turnip: Annotate vkGetImageSubresourceLayout with tu_stubChad Versace2019-03-111-0/+6
* turnip: preliminary support for tu_image_view_initChia-I Wu2019-03-111-0/+37
* turnip: add .clang-formatChia-I Wu2019-03-111-44/+32
* turnip: Add image layout calculations.Bas Nieuwenhuizen2019-03-111-0/+100
* turnip: Fix indentation in function signaturesChad Versace2019-03-111-27/+27
* turnip: Add driver skeleton (v2)Bas Nieuwenhuizen2019-03-111-0/+243