freedreno/ir3: Fix assertion failures dumping CS high full regs.
[mesa.git] / src / freedreno / vulkan / tu_image.c
2020-08-14 Jonathan Marekturnip: remove dead tu_minify/typed_memcpy functions
2020-08-04 Jonathan Marekturnip: add support for D32_SFLOAT_S8_UINT
2020-08-03 Jonathan Marekturnip: workaround for a630 d24_unorm_s8_uint fails
2020-07-21 Jonathan Marekturnip: disable tiling for NV12/IYUV formats
2020-07-14 Hyunjun Koturnip: Use the common base object type and struct.
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-05 Jonathan Marekturnip: enable 420_UNORM formats
2020-07-05 Jonathan Marekturnip: support multi-image layouts
2020-06-18 Jonathan Marekturnip: move enum translation functions to a common...
2020-06-18 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-06-13 Jonathan Marekturnip: remove some dead/redundant code
2020-05-27 Jonathan Marekturnip: support VkImageDrmFormatModifierExplicitCreateI...
2020-05-27 Jonathan Marekfreedreno/layout: add explicit offset/pitch argument...
2020-05-26 Connor Abbotttu: Respect VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT
2020-05-26 Connor Abbotttu: Fix IBO descriptor for cubes
2020-05-20 Jonathan Marekturnip: enable 422_UNORM formats
2020-05-20 Jonathan Marekturnip: implement VK_KHR_sampler_ycbcr_conversion
2020-05-19 Connor Abbotttu: Always initialize image_view fields for blit sources
2020-05-13 Connor Abbotttu: Add noubwc debug flag to disable UBWC
2020-05-12 Jonathan Marekturnip: enable tiling for compressed formats
2020-05-12 Jonathan Marekturnip: update "fetchsize" value to match fdl6_layout...
2020-04-24 Jonathan Marekturnip: divide cube map depth by 6
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-22 Jonathan Marekturnip: enable VK_FORMAT_S8_UINT as stencil format
2020-04-16 Jonathan Marekturnip: image_view rework
2020-04-09 Jonathan Marekturnip: new clear/blit implementation with shader path...
2020-04-09 Jonathan Marekturnip: rework format helpers
2020-02-28 Jonathan Marekturnip: minify image_view extent
2020-02-28 Jonathan Marekturnip: rework format table to support r5g5b5a1_unorm...
2020-02-12 Jonathan Marekfreedreno/a6xx: use single format enum
2020-02-04 Eric Anholtfreedreno: Allow UBWC on textures with multiple mipmap...
2020-02-04 Eric Anholtfreedreno: Rename the UBWC layer size field and store...
2020-01-23 Jonathan Marekturnip: set linear tiling for scanout images
2020-01-23 Jonathan Marekturnip: hook up GetImageDrmFormatModifierPropertiesEXT
2020-01-23 Eric Anholtturnip: Add support for uniform texel buffers.
2020-01-21 Eric Anholtturnip: Disable UBWC on images used as storage images.
2020-01-21 Eric Anholtturnip: Add limited support for storage images.
2020-01-17 Jason Ekstrandvulkan/wsi: Use the interface from the real modifiers...
2019-12-13 Jonathan Marekturnip: fix VK_IMAGE_ASPECT_STENCIL_BIT image view
2019-12-11 Eric Anholttu: Move UBWC layout into fdl6_layout() and use that...
2019-12-11 Eric Anholttu: Move our image layout into a freedreno_layout struct.
2019-11-21 Jonathan Marekturnip: implement UBWC
2019-11-19 Eric Anholtturnip: Drop the copy of the formats table.
2019-10-15 Jonathan Marekturnip: basic msaa working
2019-10-15 Eric Anholtturnip: Set up the correct tiling mode for small attach...
2019-10-15 Jonathan Marekturnip: disable tiling as necessary
2019-10-15 Jonathan Marekturnip: update setup_slices
2019-10-15 Jonathan Marekturnip: improve view descriptor
2019-09-26 Jonathan Marekturnip: align layer_size
2019-09-26 Jonathan Marekturnip: use linear tiling for scanout image
2019-09-26 Jonathan Marekturnip: implement image view descriptor
2019-03-11 Chia-I Wuturnip: preliminary support for tu_GetImageSubresourceL...
2019-03-11 Chad Versaceturnip: Use Vulkan 1.1 names instead of KHR
2019-03-11 Chad Versaceturnip: Annotate vkGetImageSubresourceLayout with tu_stub
2019-03-11 Chia-I Wuturnip: preliminary support for tu_image_view_init
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Bas Nieuwenhuizenturnip: Add image layout calculations.
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)