Skip to content

WIP: virgl: patch transfer commands into the command buffer

Chia-I Wu requested to merge olv/mesa:virgl-transfer-queue-patching into master

This depends on !1294 (merged) and is only lightly tested. I am sending this out to get early feedback.

The main change is in the last commit. It changes the transfer queue to patch transfer commands into the cmdbuf at where they should be, rather than having all of them at the beginning of the cmdbuf. This allows us to get rid of VIRGL_MAX_TBUF_DWORDS.

CC @gurchetansingh @afrantzis

Merge request reports