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

Use a simpler approach to Direct2D presentation #1191

Merged
merged 6 commits into from
Sep 11, 2020
Merged

Commits on Aug 20, 2020

  1. Use a simpler approach to creating D2D contexts

    Always use a DXGI swapchain.
    
    This iS WIP, pushing for experimentation.
    raphlinus committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    64fe580 View commit details
    Browse the repository at this point in the history
  2. Clean up

    Mostly deleting unused code, removing alternate code paths, as
    everything is now a straightforward DXGI strategy.
    raphlinus committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    290f6e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    4ac2813 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    raphlinus committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    bd78a86 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    7f4636c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b631667 View commit details
    Browse the repository at this point in the history