summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorIago Toral Quiroga <[email protected]>2018-02-14 11:48:05 +0100
committerIago Toral Quiroga <[email protected]>2018-02-22 08:23:39 +0100
commit7668b594e61e78ea4419936293fd5c6d756e0400 (patch)
tree421101fa6e0a0afd803594c1216fa04aac8c8765 /src/gallium/state_trackers
parent2dce4ac6ac0b4fb54752cd5cf51b201789f43c32 (diff)
anv/blorp: multisample resolve all attachment layers
We were only resolving the first. v2: - Do not require that the number of layers on dst and src are an exact match, it is okay if the dst has more layers so long as it has at least the same that we are going to resolve. - Do not always resolve array_len layers, we should resolve only from base_array_layer to array_len. v3: - v2 was assuming that array_len represented the total number of layers in the image, but it represents the number of layers starting at the base array ayer. v4: - The number of layers to resolve should be taken from the framebuffer (Nanley). Fixes new CTS tests for multisampled layered rendering: dEQP-VK.renderpass.multisample_resolve.layers_* Reviewed-by: Nanley Chery <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
0 files changed, 0 insertions, 0 deletions