Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[viogpu3d] Virtio GPU 3D acceleration for windows #943

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2023

  1. [viogpu] Preparations for viogpu3d driver

    This commit includes multiple changes to prepare
    viogpu codebase for 3d-accelerated viogpu driver.
    
    * Improve id generator to handle unlimited number of IDs
    * Use interface in viogpu_pci to support different implementations of VioGpuAdapter
    * Use callbacks in viogpu_queue
    * Add fence generator to CtrlQueue
    * Cosmetic changes for CtrlQueue functions
    max8rr8 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    74c7e9a View commit details
    Browse the repository at this point in the history
  2. [viogpu3d] Introduce viogpu 3d driver

    VioGpu3D is kernel-mode part of full WDDM-driver (that is render+display),
    that provides 3d-acceleration for windows guests with virtio-gpu.
    
    This driver builds only when user-mode part available in %MESA_PREFIX%.
    max8rr8 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8f2ab22 View commit details
    Browse the repository at this point in the history