radv: add support for VK_AMD_buffer_marker
[mesa.git] / src / amd / vulkan /
2019-06-24 Samuel Pitoisetradv: add support for VK_AMD_buffer_marker
2019-06-21 Mauro Rossiandroid: winsys/amdgpu,radv: fix generated amdgfxregs...
2019-06-21 Samuel Pitoisetradv: add support for VK_KHR_depth_stencil_resolve
2019-06-21 Samuel Pitoisetradv: pass sample locations for transitions before...
2019-06-21 Samuel Pitoisetradv: clear the depth/stencil resolve attachment if...
2019-06-21 Samuel Pitoisetradv: decompress HTILE if the resolve src image is...
2019-06-21 Samuel Pitoisetradv: select the depth/stencil resolve method based...
2019-06-21 Samuel Pitoisetradv: implement all depth/stencil resolve modes using...
2019-06-21 Samuel Pitoisetradv: implement all depth/stencil resolve modes using...
2019-06-21 Samuel Pitoisetradv: record if a render pass has depth/stencil resolve...
2019-06-21 Samuel Pitoisetradv: rename has_resolve to has_color_resolve
2019-06-21 Samuel Pitoisetradv: emit framebuffer state from primary if secondary...
2019-06-20 Samuel Pitoisetradv: enable DCC for mipmapped color textures on GFX8
2019-06-20 Samuel Pitoisetradv: do not fast clears if one level can't be fast...
2019-06-20 Samuel Pitoisetradv: add fast clears support for mipmapped color image...
2019-06-20 Samuel Pitoisetradv: add radv_dcc_clear_level() helper
2019-06-20 Samuel Pitoisetradv: re-initialize DCC metadata after decompressing...
2019-06-20 Samuel Pitoisetradv: initialize levels without DCC during layout trans...
2019-06-19 Bas Nieuwenhuizenradv: Fix vulkan build in meson.
2019-06-19 Connor Abbottac,radeonsi: Always mark buffer stores as inaccessiblem...
2019-06-19 Samuel Pitoisetradv: disable viewport clamping even if FS doesn't...
2019-06-19 Samuel Pitoisetradv: implement compressed FMASK texture reads with...
2019-06-19 Samuel Pitoisetradv: fix FMASK expand with SRGB formats
2019-06-18 Samuel Pitoisetradv: adjust the DCC base VA for mipmapped color attach...
2019-06-18 Samuel Pitoisetradv: fix color decompressions for FMASK/CMASK
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: check if DCC is enabled per mip not for the whole...
2019-06-17 Bas Nieuwenhuizenradv: Disable linear tiled compressed textures.
2019-06-17 Samuel Pitoisetradv: add mipmaps support for DCC decompression on...
2019-06-17 Samuel Pitoisetradv: add mipmaps support for color decompressions...
2019-06-17 Samuel Pitoisetradv: set the DCC/FCE predicates from the base level
2019-06-17 Samuel Pitoisetradv: load the fast color clear values from the base...
2019-06-17 Samuel Pitoisetradv: store the DCC predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the FCE predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the fast color clear values for each mip
2019-06-17 Samuel Pitoisetradv: allocate DCC metadata for each mip
2019-06-17 Bas Nieuwenhuizenradv: Add asserts that buffer descriptors are created...
2019-06-17 Bas Nieuwenhuizenradv: Decompress DCC when the image format is not allow...
2019-06-17 Samuel Pitoisetradv: make sure to init the DCC decompress compute...
2019-06-17 Samuel Pitoisetradv: rely on ac_compute_cmask() for CMASK info
2019-06-17 Samuel Pitoisetradv: silent a compiler warning in radv_CmdPushDescript...
2019-06-14 Marek Olšákac: add radeon_info::is_amdgpu instead of checking...
2019-06-14 Mauro Rossiandroid: radv: fix necessary dependecies
2019-06-13 Daniel Schürmannradv: enable AMD_shader_ballot with RADV_PERFTEST_SHADE...
2019-06-13 Daniel Schürmannspirv/nir: add support for AMD_shader_ballot and Groups...
2019-06-13 Daniel Schürmannradv: enable shader_subgroup_vote & shader_subgroup_bal...
2019-06-13 Samuel Pitoisetradv: flush and invalidate CB before resetting query...
2019-06-13 Bas Nieuwenhuizenradv: Always disable DCC on shareable images.
2019-06-13 Bas Nieuwenhuizenradv: Skip transitions coming from external queue.
2019-06-12 Samuel Pitoisetradv: fix VK_EXT_memory_budget if one heap isn't available
2019-06-12 Samuel Pitoisetradv: fix occlusion queries on VegaM
2019-06-11 Samuel Iglesias... radv: assert on inline uniform blocks in radv_CmdPushDe...
2019-06-11 Samuel Pitoisetradv: remove extra assignment in radv_decompress_resolv...
2019-06-11 Samuel Pitoisetradv: add radv_get_resolve_pipeline() helper in the...
2019-06-11 Samuel Pitoisetradv: do not decompress all image layers before resolvi...
2019-06-11 Samuel Pitoisetradv: initialize the aspect mask when decompressing...
2019-06-11 Samuel Pitoisetradv: perform proper layout transitions before resolving
2019-06-11 Samuel Pitoisetradv: do not resolve all image layers with compute...
2019-06-10 Bas Nieuwenhuizenradv: Handle UNDEFINED format in image format list.
2019-06-10 Bas Nieuwenhuizenradv: Prevent out of bound shift on 32-bit builds.
2019-06-10 Samuel Pitoisetradv: fix setting CB_SHADER_MASK for dual source blending
2019-06-10 Samuel Pitoisetradv: fix alpha-to-coverage when there is unused color...
2019-06-07 Samuel Pitoisetradv: enable VK_EXT_sample_locations
2019-06-07 Samuel Pitoisetradv: enable HTILE for images that might need variable...
2019-06-07 Samuel Pitoisetradv: handle sample locations during automatic layout...
2019-06-07 Samuel Pitoisetradv: determine the first subpass id for every attachments
2019-06-07 Samuel Pitoisetradv: handle sample locations during explicit depth...
2019-06-07 Samuel Pitoisetradv: allow the depth decompress pass to emit dynamic...
2019-06-07 Samuel Pitoisetradv: allow to set dynamic sample locations to the...
2019-06-07 Samuel Pitoisetradv: allow to save/restore sample locations during...
2019-06-06 Samuel Pitoisetradv: set the subpass before any initial subpass transi...
2019-06-05 Samuel Pitoisetradv: use only one descriptor in the fmask expand pass
2019-06-05 Samuel Pitoisetradv: set ACCESS_NON_READABLE on the fmask expand pass...
2019-06-05 Samuel Pitoisetradv: remove one useless image type in the fmask expand...
2019-06-04 Bas Nieuwenhuizenradv: Use bo metadata for imported image tiling on...
2019-06-04 Rhys Perryradv: fix some compiler warnings
2019-06-04 Samuel Pitoisetradv: do not use gfx fast depth clears for layered...
2019-06-04 Samuel Pitoisetac,radv: do not emit vec3 for raw load/store on SI
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-06-04 Nicolai Hähnleamd/common: use SH{0,1}_CU_EN definitions only of COMPU...
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-06-03 Marek Olšákac: use amdgpu-flat-work-group-size
2019-06-03 Samuel Pitoisetradv: flush pending query reset caches before copying...
2019-06-03 Samuel Pitoisetac,radv: remove the vec3 restriction with LLVM 9+
2019-05-31 Samuel Pitoisetradv: use RADV_CMD_DIRTY_DYNAMIC_* when restoring viewp...
2019-05-31 Samuel Pitoisetradv: use CmdPushConstants when restoring constants...
2019-05-30 Samuel Pitoisetradv: enable transformFeedbackStreamsLinesTriangles
2019-05-30 Samuel Pitoisetradv: implement VK_EXT_sample_locations and disable it
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-29 Caio Marcelo de... radv: Don't re-use entry_point pointer from spirv_to_nir
2019-05-29 Samuel Pitoisetradv: use view format when selecting the resolve path...
2019-05-29 Samuel Pitoisetradv: always use view format when performing subpass...
2019-05-29 Samuel Pitoisetradv: sync before resetting a pool if there is active...
2019-05-28 Samuel Pitoisetradv: allocate more space in the CS when emitting events
2019-05-28 Samuel Pitoisetradv add radv_get_resolve_pipeline() in the compute...
2019-05-28 Samuel Pitoisetradv: cleanup the compute resolve path for subpass
2019-05-27 Marek Olšákac: treat Mullins as Kabini, remove the enum
2019-05-27 Samuel Pitoisetradv: ignore the loadOp if the first use of an attachme...
next