This has been merged into mesa upstream and comments indicate that it might be backported to older versions, so I hope we’ll see this soon in Debian’s mesa. Well done!
4 Likes
hi @mojyack what is the status of upstreaming etc-portage/patches/media-libs/mesa/panfrost-enable-blit.patch at d51196e958409a3a1020af5149ed9ca49664d267 · mojyack/etc-portage · GitHub
i.e. this patch:
diff --git a/src/gallium/drivers/panfrost/pan_screen.c b/src/gallium/drivers/panfrost/pan_screen.c
index 0454f4aa6..fd1e54dd2 100644
--- a/src/gallium/drivers/panfrost/pan_screen.c
+++ b/src/gallium/drivers/panfrost/pan_screen.c
@@ -754,7 +754,7 @@ panfrost_init_screen_caps(struct panfrost_screen *screen)
caps->max_vertex_element_src_offset = 0xffff;
- caps->texture_transfer_modes = 0;
+ caps->texture_transfer_modes = PIPE_TEXTURE_TRANSFER_BLIT;
caps->endianness = PIPE_ENDIAN_NATIVE;
We have it in this MR and would like to merge it but i’d also like to add a link to an upstream issue or MR for this patch:
2 Likes
aha found the MR:
1 Like