86909babc9
If the application binds a fragment shading rate attachment to a subpass and also clears the depth stencil attachment, the VRS rates would have been reinitialized to 1x1 with fast clears. It makes more sense to clear and then copy instead of the opposite. Found by inspection. 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/14518>