radv: fix buffer views on SI/CIK.
[mesa.git] / src / amd / vulkan / radv_image.c
2017-07-24 Dave Airlieradv: fix buffer views on SI/CIK.
2017-07-23 Bas Nieuwenhuizenradv: Don't segfault when exporting an image which...
2017-07-21 Alex Smithradv: Generate storage image descriptors unconditionally
2017-07-18 Alex Smithradv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for...
2017-07-18 Dave Airlieradv: don't shadow meta_va.
2017-07-17 Dave Airlieradv: predicate cmask eliminate when using DCC.
2017-07-17 Dave Airlieradv: set cb base tile swizzles for MRT speedups (v4)
2017-07-15 Jason Ekstrandradv: Implement VK_KHR_external_memory
2017-07-15 Jason Ekstrandradv: Drop support for VK_KHX_external_semaphore_*
2017-07-12 Alex Smithradv: Fix descriptors for cube images with VK_IMAGE_USA...
2017-07-06 Dave Airlieradv: don't overallocate depth/stencil formats
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-06-09 Dave Airlieradv: set fmask state to all 0s when no fmask. (v2)
2017-06-05 Dave Airlieradv: add texture descriptor/fmask/cmask support for...
2017-06-05 Dave Airlieradv: add some misc gfx9 pieces.
2017-06-05 Dave Airlieradv: split metadata struct into legacy/gfx9 parts.
2017-06-05 Dave Airlieradv: refactor some texture descriptor state.
2017-06-05 Dave Airlieradv: prepare fmask surface creation
2017-06-05 Nicolai Hähnleradv: use ac_surface data structures
2017-06-05 Nicolai Hähnleradv: rename radeon_surf::bo_{size,alignment} to surf_...
2017-06-05 Nicolai Hähnleradv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREE
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::nblk_z
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::dcc_enabled
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::pitch_bytes
2017-06-05 Nicolai Hähnleradv: add surface helper variable in radv_GetImageSubre...
2017-06-05 Bas Nieuwenhuizenradv: Add support for external queue family.
2017-05-22 Bas Nieuwenhuizenradv: Add queue masks for htile usage determination.
2017-05-22 Bas Nieuwenhuizenradv: Specify semantics of HTILE layout helpers.
2017-05-22 Bas Nieuwenhuizenradv: Don't use a separate can_expclear.
2017-05-07 Dave Airlieradv: drop resolve hack workarounds
2017-05-07 Dave Airlieradv: set PERF_MOD in sample state like radeonsi.
2017-05-02 Dave Airlieradv/image: drop blk_d
2017-05-02 Dave Airlieradv: remove some members of radeon surface.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-13 Dave Airlieradv: allocate thin textures as linear.
2017-03-30 Marek Olšákamd: add texture format definitions for GFX9
2017-03-30 Marek Olšákamd: resolve remaining definition conflicts with gfx9d.h
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse image creation.
2017-03-07 Bas Nieuwenhuizenradv: Use the subresource range in HTILE initialization.
2017-03-07 Bas Nieuwenhuizenradv: Use winsys HTILE info.
2017-03-06 Bas Nieuwenhuizenradv: Disable HTILE for textures with multiple layers...
2017-02-07 Dave Airlieradv: pass FMASK alignment to application
2017-02-07 Bas Nieuwenhuizenradv: Pass DCC alignment to application.
2017-02-07 Bas Nieuwenhuizenradv: Pass CMASK alignment to application.
2017-02-01 Dave Airlieradv: handle VK_QUEUE_FAMILY_IGNORED in image transitio...
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2016-12-30 Dave Airlieradv: only allow cmask/dcc in color optimal.
2016-12-30 Dave Airlieradv: only allow cmask/dcc on exclusive or concurrent...
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-21 Dave Airlieradv/image: only touch queue family info for concurrent...
2016-12-18 Bas Nieuwenhuizenradv: Don't enable CMASK on compute queues.
2016-12-18 Bas Nieuwenhuizenradv: Use correct pitch for views with different block...
2016-11-27 Dave Airlieradv/si: fix optimal micro tile selection
2016-11-20 Dave Airlieradv: fix image view creation for depth and stencil...
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-12 Edward O'Callaghanradv: trivial case stmt style fixups
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver