amd/common: use generated register header
[mesa.git] / src / amd / vulkan / radv_image.c
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-06-04 Nicolai Hähnleamd/common: unify PITCH_GFX6 and PITCH_GFX9
2019-06-04 Nicolai Hähnleamd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
2019-05-30 Samuel Pitoisetradv: implement VK_EXT_sample_locations and disable it
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-06 Samuel Pitoisetradv: fix rowPitch for R32G32B32 formats on GFX9
2019-05-06 Bas Nieuwenhuizenradv: Use given stride for images imported from Android.
2019-05-03 Samuel Pitoisetradv: fix radv_get_aspect_format() for D+S formats
2019-04-25 Bas Nieuwenhuizenradv: Add support for image views with multiple planes.
2019-04-25 Bas Nieuwenhuizenradv: Add single plane image views & meta operations.
2019-04-25 Bas Nieuwenhuizenradv: Add multiple planes to images.
2019-04-25 Bas Nieuwenhuizenradv: Add logic for subsampled format descriptions.
2019-03-18 Bas Nieuwenhuizenradv: Allow fast clears with concurrent queue mask...
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-10 Eric Engestromradv: remove a few more unnecessary KHR suffixes
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2018-12-20 Bas Nieuwenhuizenradv: Work around non-renderable 128bpp compressed...
2018-12-17 Rhys Perryradv: don't set surf_index for stencil-only images
2018-12-13 Samuel Pitoisetradv: don't check if format is depth in radv_image_can_...
2018-12-13 Samuel Pitoisetradv: check if addrlib enabled HTILE in radv_image_can_...
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-12-05 Samuel Pitoisetradv: rework the TC-compat HTILE hardware bug with...
2018-12-04 Bas Nieuwenhuizenradv: Check for shareable images in central place.
2018-11-27 Bas Nieuwenhuizenradv: Clamp gfx9 image view extents to the allocated...
2018-11-26 Bas Nieuwenhuizenradv: Fix opaque metadata descriptor last layer.
2018-11-19 Samuel Pitoisetradv: tidy up radv_set_dcc_need_cmask_elim_pred()
2018-10-01 Samuel Pitoisetradv: add a sanity check for mutable formats and TC...
2018-10-01 Samuel Pitoisetradv: disable HTILE for very small depth surfaces
2018-09-03 Bas Nieuwenhuizenradv: Fix CMASK dimensions.
2018-07-31 Marek Olšákradeonsi: use storage_samples instead of color_samples...
2018-06-25 Marek Olšákac/surface: move cmask_size/alignment into radeon_surf
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-10 Marek Olšákac/surface: add EQAA support
2018-05-10 Marek Olšákac/surface: unify common legacy and gfx9 fmask fields
2018-05-10 Marek Olšákac/surface/gfx6: compute FMASK together with the color...
2018-05-10 Andres Rodriguezradv: disable DCC for shareable images on GFX9+
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-05-10 Dave Airlieradv: handle arrays in the fmask descriptor.
2018-05-01 Dave Airlieradv: set fmask_surf_index on fmask surfaces.
2018-04-26 Samuel Pitoisetradv: set ac_surf_info::num_channels correctly
2018-04-26 Samuel Pitoisetradv: fix DCC enablement since partial MSAA implementation
2018-04-19 Samuel Pitoisetradv: enable DCC for MSAA 2x textures on VI under an...
2018-04-19 Samuel Pitoisetradv: allocate CMASK for DCC fast clear with MSAA
2018-04-12 Samuel Pitoisetradv: fix radv_layout_dcc_compressed() when image doesn...
2018-04-10 Marek Olšákac/surface: don't set the display flag for obviously...
2018-04-09 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-04-09 Samuel Pitoisetradv: add radv_use_dcc_for_image() helper
2018-04-09 Samuel Pitoisetradv: rename radv_image_is_tc_compat_htile()
2018-04-09 Samuel Pitoisetradv: clean up radv_vi_dcc_enabled()
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-03-23 Samuel Pitoisetradv: enable TC-compat HTILE for 16-bit depth surfaces...
2018-03-23 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-02-06 Dave Airlieradv: don't support tc-compat on multisample d32s8...
2018-01-29 Dave Airlieradv/gfx9: fix block compression texture views. (v2)
2018-01-25 Dave Airlieradv: don't enable tc compat for d32s8 + 4/8 samples...
2018-01-19 Bas Nieuwenhuizenradv: Implement VK_ANDROID_native_buffer.
2018-01-19 Bas Nieuwenhuizenradv: Add create image flag to not use DCC/CMASK.
2017-12-29 Bas Nieuwenhuizenradv: Enable DCC with transfers.
2017-12-29 Bas Nieuwenhuizenradv: Disable DCC for GENERAL layout and compute transf...
2017-12-29 Bas Nieuwenhuizenradv: Don't enable DCC / TC compat HTILE for storage...
2017-12-29 Bas NieuwenhuizenRevert "radv/gfx9: fix block compression texture views."
2017-12-29 Dave Airlieradv/gfx9: use correct swizzle parameter to work out...
2017-12-29 Dave Airlieradv/gfx9: fix block compression texture views.
2017-12-27 Dave Airlieradv/gfx9: use correct stencil format for tc compat...
2017-12-23 Bas Nieuwenhuizenradv: Fix DCC compatible formats.
2017-12-22 Samuel Pitoisetradv: reduce the number of small surfaces that need...
2017-12-08 Samuel Pitoisetradv: fix TC-compat HTILE with VK_FORMAT_D32_SFLOAT_S8_...
2017-12-04 Jason Ekstrandradv/image: Implement the wsi "extension"
2017-11-30 Samuel Pitoisetradv: do not allocate CMASK or DCC for small surfaces
2017-11-29 Marek Olšákac/surface: enable DCC computation for MSAA
2017-11-27 Marek Olšákac: change legacy_surf_level::slice_size to dword units
2017-11-20 Samuel Pitoisetradv: use a 16 bytes array for the sampled/storage...
2017-11-13 Samuel Pitoisetradv: use vk_zalloc instead of vk_alloc+memset
2017-10-14 Samuel Pitoisetradv: do not allocate CMASK for non-MSSA images with...
2017-10-11 Timothy Arceriradv: remove duplicate debug_flags field
2017-10-05 Bas Nieuwenhuizenradv: Disable usage checks in metadata for images with...
2017-10-04 Dave Airlieradv: enable tc compatible htile for d32s8 also.
2017-10-04 Bas Nieuwenhuizenradv: Implement TC compatible HTILE.
2017-10-02 Samuel Pitoisetradv: add radv_vi_dcc_enabled() helper
2017-10-02 Samuel Pitoisetradv: rework DCC/CMASK/FMASK/HTILE allocations
2017-09-25 Bas Nieuwenhuizenradv: Fix VK_KHR_image_format_list.
2017-09-25 Samuel Pitoisetradv: make use of ATI_VENDOR_ID everywhere
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-16 Bas Nieuwenhuizenradv: Add support for more DCC compression with VK_KHR_...
2017-09-13 Samuel Pitoisetradv: remove useless 'cmd_buffer' param from radv_buffe...
2017-09-13 Dave Airlieradv/gfx9: fix image resource handling.
2017-09-12 Dave Airlieradv: handle GFX9 1D textures
2017-09-12 Bas Nieuwenhuizenradv: Don't allocate CMASK for linear images.
2017-09-12 Bas Nieuwenhuizenradv: Disable multilayer & multilevel DCC.
2017-09-06 Dave Airlieradv/gfx9: set descriptor up for base_mip to level...
2017-09-06 Dave Airlieradv: disable 1d/2d linear optimisation on gfx9.
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c
2017-08-24 Dave Airlieradv/gfx9: gfx9 has buffer sizing rules like pre-VI.
2017-08-24 Dave Airlieradv: don't degrade tiling mode for small compressed...
2017-08-24 Dave Airlieradv/gfx9: only minify image view width/height/depth...
2017-08-24 Dave Airlieradv/image: don't rescale width/height if the format...
2017-08-24 Dave Airlieradv: cleanup some image view descriptor setup.
2017-08-24 Dave Airlieradv/gfx9: use total levels in texture descriptor
2017-08-15 David Airlieradv/gfx9: fix tile swizzle handling for gfx9
2017-08-15 David Airlieradv/gfx9: handle GFX9 opaque metadata
next