asahi: Abort on blit()

Unimplemented.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11086>
This commit is contained in:
Alyssa Rosenzweig 2021-05-31 19:21:49 -04:00 committed by Marge Bot
parent 1a3e780aa6
commit 15efc05019

View file

@ -360,6 +360,7 @@ static void
agx_blit(struct pipe_context *ctx,
const struct pipe_blit_info *info)
{
unreachable("todo: blits");
}