Skip to content

virgl: add support for PIPE_TRANSFER_MAP_DIRECTLY

Chia-I Wu requested to merge olv/mesa:virgl-map-directly into main

Treat it as mapping the guest storage directly.

This is necessitated by a recent change to st/mesa (commit ce04fbf6) which assumes PIPE_TRANSFER_MAP_DIRECTLY is always supported.

Signed-off-by: Chia-I Wu olvaffe@gmail.com

CC @gurchetansingh @afrantzis

Merge request reports