diff options
author | Dave Airlie <[email protected]> | 2017-12-21 16:23:30 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-12-22 14:10:04 +1000 |
commit | 821b5379f04cc536de714d0898b1cff25c46b5b9 (patch) | |
tree | 84672a044edb11a364d6413ffb9af3d7d7bbe55e /docs/osmesa.html | |
parent | 286fe1db473f6341623520cdd75d361c38428c55 (diff) |
radv: handle depth/stencil image copy with layouts better. (v3.1)
If we are doing a general->general transfer with HIZ enabled,
we want to hit the tile surface disable bits in radv_emit_fb_ds_state,
however we never get the current layout to know we are in general
and meta hardcoded the transfer layout which is always tile enabled.
This fixes:
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.depth_stencil.d32_sfloat_s8_uint_d32_sfloat_s8_uint.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.depth_stencil.d32_sfloat_s8_uint_d32_sfloat_s8_uint.general_general
v2: refactor some shared helpers for blit patches
v3: we only need multiple render passes as they should be compatible.
v3.1: use enum (Bas)
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Cc: "17.2 17.3" <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/osmesa.html')
0 files changed, 0 insertions, 0 deletions