mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
anv: Drop assert against modifier with aux on gfx12
Commit b664349973 ("anv: Enable implicit CCS for external images")
introduced support for implicit CCS with I915_FORMAT_MOD_Y_TILED.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14723>
This commit is contained in:
parent
f07f4d5ec5
commit
09ca089144
1 changed files with 0 additions and 3 deletions
|
|
@ -1309,9 +1309,6 @@ transition_color_buffer(struct anv_cmd_buffer *cmd_buffer,
|
|||
}
|
||||
|
||||
#if GFX_VER == 12
|
||||
/* We do not yet support modifiers with aux on gen12. */
|
||||
assert(image->vk.tiling != VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT);
|
||||
|
||||
if (initial_layout_undefined) {
|
||||
if (device->physical->has_implicit_ccs && devinfo->has_aux_map) {
|
||||
anv_image_init_aux_tt(cmd_buffer, image, aspect,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue