Skip to content
  • Dave Airlie's avatar
    virgl/vtest: add vtest driver · b3b82fe8
    Dave Airlie authored
    
    
    virgl/vtest is a swrast driver that allows the
    virgl acceleration to be tested without having
    a virtual machine.
    
    The backend has a unix socket server that
    this connects to.
    
    This is run by setting
    LIBGL_ALWAYS_SOFTWARE=y
    GALLIUM_DRIVER=virpipe
    
    In this mode all renderering is sent over
    a socket to the remote renderer, and the
    results are readback and copies to the screen
    using drisw. This works well enough to develop
    new features and to help debug.
    
    Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
    b3b82fe8