aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan/tu_image.c
Commit message (Expand)AuthorAgeFilesLines
* turnip: minify image_view extentJonathan Marek2020-02-281-6/+7
* turnip: rework format table to support r5g5b5a1_unorm/b5g5r5a1_unormJonathan Marek2020-02-281-7/+8
* freedreno/a6xx: use single format enumJonathan Marek2020-02-121-1/+1
* freedreno: Allow UBWC on textures with multiple mipmap levels.Eric Anholt2020-02-041-2/+3
* freedreno: Rename the UBWC layer size field and store it as bytes.Eric Anholt2020-02-041-5/+5
* turnip: set linear tiling for scanout imagesJonathan Marek2020-01-231-0/+5
* turnip: hook up GetImageDrmFormatModifierPropertiesEXTJonathan Marek2020-01-231-0/+23
* turnip: Add support for uniform texel buffers.Eric Anholt2020-01-231-4/+40
* turnip: Disable UBWC on images used as storage images.Eric Anholt2020-01-211-0/+12
* turnip: Add limited support for storage images.Eric Anholt2020-01-211-6/+31
* vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2020-01-171-5/+6
* 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