mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
radv: add a comment explaining the micro tile mode resolve
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8558>
This commit is contained in:
parent
3e13c1f8df
commit
60ead6e04b
1 changed files with 4 additions and 0 deletions
|
|
@ -378,6 +378,10 @@ static void radv_pick_resolve_method_images(struct radv_device *device,
|
|||
*method = RESOLVE_FRAGMENT;
|
||||
} else if (dest_image->planes[0].surface.micro_tile_mode !=
|
||||
src_image->planes[0].surface.micro_tile_mode) {
|
||||
/* The micro tile mode only needs to match for the HW
|
||||
* resolve path which is the default path for non-DCC
|
||||
* resolves.
|
||||
*/
|
||||
*method = RESOLVE_COMPUTE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue