summaryrefslogtreecommitdiff
path: root/src/freedreno/vulkan/tu_formats.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2020-01-171-7/+8
* turnip: disable B8G8R8 vertex formatsJonathan Marek2019-12-191-6/+6
* freedreno/a6xx: RB6_R8G8B8 is actually 32 bit RGBXKristian H. Kristensen2019-12-191-1/+1
* turnip: no 8x msaa on 128bpp formatsJonathan Marek2019-12-121-2/+4
* turnip: implement UBWCJonathan Marek2019-11-211-0/+18
* turnip: Drop the copy of the formats table.Eric Anholt2019-11-191-30/+37
* turnip: fix sRGB GMEM clearJonathan Marek2019-11-191-6/+17
* turnip: implement CmdClearColorImage/CmdClearDepthStencilImageJonathan Marek2019-11-191-0/+69
* freedreno/a6x: Rename z/s formatsKristian H. Kristensen2019-11-071-3/+3
* turnip: depth/stencilJonathan Marek2019-10-151-0/+21
* turnip: improve CmdCopyImage and implement CmdBlitImageJonathan Marek2019-10-151-2/+2
* turnip: Fill in clear color packing for r10g11b11 and rgb9e5.Eric Anholt2019-10-151-0/+13
* turnip: Drop unused tu_pack_clear_value() return.Eric Anholt2019-10-151-3/+1
* turnip: add more 2d_ifmt translationsJonathan Marek2019-10-151-9/+8
* turnip: format table fixesJonathan Marek2019-10-151-19/+12
* turnip: Disallow NPoT formats.Bas Nieuwenhuizen2019-09-271-10/+18
* turnip: enable linear filteringJonathan Marek2019-09-261-2/+2
* turnip: Fix GCC compiles.Bas Nieuwenhuizen2019-03-161-6/+3
* turnip: Use Vulkan 1.1 names instead of KHRChad Versace2019-03-111-40/+40
* turnip: Add tu6_rb_fmt_to_ifmt.Bas Nieuwenhuizen2019-03-111-0/+69
* turnip: respect color attachment formatsChia-I Wu2019-03-111-10/+1
* turnip: fix VkClearValue packingChia-I Wu2019-03-111-0/+210
* turnip: Fix error behavior for VkPhysicalDeviceExternalImageFormatInfoChad Versace2019-03-111-26/+24
* turnip: add a more complete format tableChia-I Wu2019-03-111-47/+301
* turnip: Implement some format properties for RGBA8.Bas Nieuwenhuizen2019-03-111-1/+73
* turnip: add .clang-formatChia-I Wu2019-03-111-119/+116
* turnip: Fix indentation in function signaturesChad Versace2019-03-111-35/+35
* turnip: Add driver skeleton (v2)Bas Nieuwenhuizen2019-03-111-0/+410