radv: fix missing implementation of creating images from swapchains
[platform/upstream/mesa.git] / src / amd / vulkan / radv_image.c
2023-01-26 Samuel Pitoisetradv: fix missing implementation of creating images...
2022-11-30 Samuel Pitoisetradv: do not enable DCC for MSAA images without FMASK
2022-11-30 Samuel Pitoisetradv: introduce RADV_DEBUG=nofmask
2022-11-30 Bas Nieuwenhuizenradv: Use correct init order for ETC2 image views
2022-11-09 Samuel Pitoisetradv: fix setting MIN_LOD for texture descriptors on...
2022-11-02 Illia Abernikhinutils: Merge util/debug.* into util/u_debug.* and remov...
2022-09-23 Samuel Pitoisetradv: rework and rename radv_make_buffer_descriptor()
2022-09-23 Samuel Pitoisetradv: remove unnecessary radv_buffer_view::vk_format
2022-08-23 John Brooksradv: Fix mipmap views on GFX10+
2022-08-23 John Brooksradv: Only apply mipmap view adjustments to block compr...
2022-08-23 Jason Ekstrandradv: Use VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTI...
2022-08-17 Samuel Pitoisetradv: do not compress DCC in presence of render loops...
2022-08-05 Samuel Pitoisetradv: implement VK_EXT_attachment_feedback_loop_layout
2022-07-26 Benjamin Chengradv: implement disjoint memory for multiplane images
2022-07-26 Benjamin Chengradv: refactor image binding into struct
2022-07-21 Konstantin Seurerradv: Remove format desc null checks
2022-07-04 Samuel Pitoisetradv: remove old workaround for HTILE layers with F1...
2022-05-30 Konstantin Seurerradv: Use vk_buffer
2022-05-17 Jason Ekstrandradv: Use vk_image_view as the base for radv_image_view
2022-05-17 Jason Ekstrandradv: Use vk_image as the base for radv_image
2022-05-17 Samuel Pitoisetradv: update image descriptor registers on GFX11
2022-05-17 Samuel Pitoisetradv: update buffer descriptor registers on GFX11
2022-05-17 Bas Nieuwenhuizenradv: Mark all formats as DCC compatible with each...
2022-05-17 Samuel Pitoisetradv: use the new format table on GFX11
2022-05-13 Marek Olšákamd: change chip_class naming to "enum amd_gfx_level...
2022-05-13 Samuel Pitoisetradv: implement VK_EXT_image_2d_view_of_3d
2022-05-11 Georg Lehmannradv: Don't retile read-only images.
2022-04-01 Samuel Pitoisetradv: rework the workaround that disables DCC for incom...
2022-03-31 Bas Nieuwenhuizenradv: Fix vk_queue_to_radv for radv_image_queue_family_...
2022-03-31 Samuel Pitoisetradv: drop EXT or KHR suffixes for stuff promoted in...
2022-03-11 Dave Airlieradv: abstract queue family away from queue family...
2022-02-22 Erik Faye-Lundvulkan/wsi: untangle buffer-images from prime
2022-01-13 Samuel Pitoisetradv: allow to disable anisotropic filtering for single...
2022-01-12 Pierre-Eric Pellou... radeonsi,radv: fix usages of surf_pitch
2022-01-11 Pierre-Eric Pellou... radv: implement wsi's private transfer queue using...
2021-12-31 Samuel Pitoisetradv: add drirc radv_disable_htile_layers and enable...
2021-12-29 Samuel Pitoisetradv: print number of levels with RADV_DEBUG=img
2021-12-16 Samuel Pitoisetradv,aco: do not disable anisotropy filtering for non...
2021-12-14 Bas Nieuwenhuizenradv: Deal with border colors with emulated ETC2.
2021-12-14 Bas Nieuwenhuizenradv: Add extra plane for decoding ETC images with...
2021-12-14 Bas Nieuwenhuizenradv: Use the correct base format for reintepretation.
2021-11-26 Samuel Pitoisetradv: add support for VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMA...
2021-11-23 Samuel Pitoisetradv: convert remaining enums/structs to 1.2 versions
2021-11-19 Samuel Pitoisetradv: allow TC-compat CMASK with storage images on...
2021-11-18 Samuel Pitoisetradv: disable HTILE for D32S8 format and mipmaps on...
2021-11-18 Joshua Ashtonradv: Implement VK_EXT_image_view_min_lod
2021-11-18 Joshua Ashtonradv: Expose min_lod in *_make_texture_descriptor
2021-11-12 James Parkradv: Match function definitions to declarations
2021-10-12 Joshua Ashtonradv: Do early and late tests for fast clears
2021-10-07 Jason Ekstrandradv: Switch to the new common vk_error helpers
2021-10-07 Rhys Perryradv,aco: don't include FMASK in the storage descriptor
2021-10-02 Joshua Ashtonradv: Use common DCC image store check
2021-10-01 Samuel Pitoisetradv: fix vk_object_base_init/finish for internal image...
2021-10-01 Samuel Pitoisetradv: fix vk_object_base_init/finish for internal buffe...
2021-09-20 Samuel Pitoisetradv: keep depth/stencil images compressed for TRANSFER...
2021-09-15 Joshua Ashtonradv: Disable DCC on storage images that cannot support...
2021-09-13 Samuel Pitoisetradv: enable comp-to-single for MSAA images
2021-09-11 Joshua Ashtonradv: Fix DCC image store check
2021-09-02 Samuel Pitoisetradv: do not disable DCC for storage images if atomics...
2021-08-30 Samuel Pitoisetradv: do not allocate a clear value for images that...
2021-08-30 Samuel Pitoisetradv: disable DCC image stores on Navi12-14 for display...
2021-08-20 Samuel Pitoisetradv: remove incorrect comment about compressed writes...
2021-08-20 Samuel Pitoisetradv: remove unnecessary check in radv_layout_is_htile_...
2021-08-19 Samuel Pitoisetradv: do not allocate the FCE predicate for images...
2021-08-19 Samuel Pitoisetradv: determine if an image support comp-to-single...
2021-08-17 Jason Ekstrandradv: Add asserts to vk_format_depth/stencil_only
2021-08-17 Bas Nieuwenhuizenradv: Check format before calling depth_only/stencil_only.
2021-08-12 Rhys Perryradv: enable DCC with signedness reinterpretation
2021-08-10 Samuel Pitoisetradv: allow fast clears for concurrent images if comp...
2021-08-10 Samuel Pitoisetradv: enable DCC fast-clears with comp-to-single on...
2021-08-10 Samuel Pitoisetradv: determine if an image support fast clears using...
2021-08-09 Bas Nieuwenhuizenradv: Use correct signedness in misalign test.
2021-07-30 Samuel Pitoisetradv: init radv_image::l2_coherent when creating the...
2021-07-05 Bas Nieuwenhuizenradv/winsys: Add support for a fixed VA address for...
2021-07-05 Bas Nieuwenhuizenradv/winsys: Return vulkan errors for buffer creation.
2021-06-18 Mike Blumenkrantzradv: move pipe_misaligned and l2_coherent image checks...
2021-06-14 Bas Nieuwenhuizenradv: Allow DCC images to be compressed with foreign...
2021-06-14 Bas Nieuwenhuizenradv: Actually return correct value for read-only DCC...
2021-06-11 Samuel Pitoisetradv: fix aligning the image offset by using align64()
2021-05-26 Rhys Perryradv: don't allocate DCC predicate if the image doesn...
2021-05-26 Samuel Pitoisetradv: pass an image range to radv_layout_dcc_compressed()
2021-05-19 Samuel Pitoisetradv: enable DCC stores on RDNA2
2021-05-18 Bas Nieuwenhuizenradv: Use correct border swizzle on GFX9+.
2021-05-06 Samuel Pitoisetradv: fix missing ITERATE_256 for D/S MSAA images that...
2021-05-03 Samuel Pitoisetradv: only keep concurrent MSAA images compressed if...
2021-04-28 Samuel Pitoisetradv: enable TC-compat CMASK on GFX8-9
2021-04-23 Samuel Pitoisetradv: enable DCC stores with the LLVM backend
2021-04-22 James Parkradv: Use ac_drm_fourcc.h
2021-04-21 Samuel Pitoisetradv: allow concurrent MSAA images to be FMASK compressed
2021-04-20 Samuel Pitoisetradv: remove radv_image_iview::multiplane_planes
2021-04-20 Samuel Pitoisetradv: remove radv_image_iview::bo
2021-04-17 Marek Olšákamd/registers: rename IMG_FORMAT to GFX10_FORMAT to...
2021-04-15 Rhys Perryradv: fix barrier in radv_decompress_dcc_compute shader
2021-04-14 Samuel Pitoisetradv: allow HTILE for very small images if VRS attachme...
2021-04-14 Samuel Pitoisetradv: do not enable DCC for fragment shading rate attac...
2021-04-13 Marek Olšákac,radeonsi: rewrite DCC retiling without the DCC retil...
2021-04-12 Marek Olšákac/surface: use named "color and "zs" structures in...
2021-04-12 Marek Olšákac/surface: unify htile_* and dcc_* fields as meta_...
2021-04-12 Marek Olšákac/surface: pack alignments by storing log2 in radeon_surf
2021-04-12 Marek Olšákac/surface: inline and reorder gfx9_surf_flags for...
next