Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mesa
mesa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,359
    • Issues 2,359
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 669
    • Merge Requests 669
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge Requests
  • !7535

Merged
Opened Nov 10, 2020 by Erik Faye-Lund @kusmaDeveloper

d3d12: add DXGI winsys

  • Overview 11
  • Commits 20
  • Pipelines 10
  • Changes 23

This merge-request does two things:

  1. Implements support for D3D12 specific DXGI-swapchain based winsys. This allows us to perform zero-copy rendering to a swapchain instead of doing a CPU copy.
  2. Adds a libgl-d3d12 target that always uses the D3D12 driver and doesn't implement the OpenGL32.DLL interfaces. This allows us to reduce the code-size of the driver quite a bit.
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: mesa/mesa!7535
Source branch: d3d12-winsys