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

DXGI 1.2 #3

Open
8 of 44 tasks
lakor64 opened this issue Aug 2, 2023 · 0 comments
Open
8 of 44 tasks

DXGI 1.2 #3

lakor64 opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
dxgi DXGI related issues enhancement New feature or request

Comments

@lakor64
Copy link
Owner

lakor64 commented Aug 2, 2023

WDDM Windows8+ (Windows 7 SP1 update)

IDXGIFactory2

  • IsWindowedStereoEnabled
  • CreateSwapChainForHwnd
  • CreateSwapChainForCoreWindow
  • GetSharedResourceAdapterLuid
  • RegisterStereoStatusWindow
  • RegisterStereoStatusWindow
  • RegisterStereoStatusEvent
  • UnregisterStereoStatus
  • RegisterOcclusionStatusWindow
  • RegisterOcclusionStatusEvent
  • UnregisterOcclusionStatus
  • CreateSwapChainForComposition

IDXGIAdapter2

  • GetDesc2

IDXGIOutput1

  • GetDisplayModeList1
  • FindClosestMatchingMode1
  • GetDisplaySurfaceData1
  • DuplicateOutput

IDXGIDevice2

  • OfferResources
  • ReclaimResources
  • EnqueueSetEvent

IDXGISurface2

  • GetResource

IDXGIResource1

  • CreateSubresourceSurface
  • CreateSharedHandle

IDXGISwapChain1

  • GetDesc1
  • GetFullscreenDesc
  • GetHwnd
  • GetCoreWindow
  • Present1
  • IsTemporanyMonoSupported
  • GetRestrictToOutput
  • SetBackgroundColor
  • SetRotation
  • GetRotation

IDXGIAdapterInternal2

note: some of this are from 1

  • LoadUMD
  • InstanceTrunks
  • RetireUsage
  • SetAdapterCapabilities
  • GetAdapterCapabilities
  • IsWARP
  • GetPrimaryVidPnSourceId
  • WddmVersion
  • MismatchedVendorLda
  • IsLda

dxgi.dll

  • CreateDXGIFactory2
@lakor64 lakor64 added enhancement New feature or request dxgi DXGI related issues labels Nov 7, 2023
@lakor64 lakor64 self-assigned this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dxgi DXGI related issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant