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.0 #1

Open
21 of 57 tasks
lakor64 opened this issue Aug 2, 2023 · 1 comment
Open
21 of 57 tasks

DXGI 1.0 #1

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

Comments

@lakor64
Copy link
Owner

lakor64 commented Aug 2, 2023

IDXGIAdapter

  • CheckInterfaceSupport
  • EnumOutputs
  • GetDesc

IDXGIAdapterInternal

  • GetUMDDeviceSize

IDXGIDevice

  • CreateSurface
  • GetAdapter
  • GetGPUThreadPriority
  • QueryResourceResidency
  • SetGPUThreadPriority

IDXGIDeviceSubObject

  • GetDevice

IDXGIFactory

  • CreateSoftwareAdapter
  • CreateSwapChain
  • EnumAdapters
  • GetWindowAssociation
  • MakeWindowAssociation

IDXGIKeyedMutex

  • AcquireSync
  • ReleaseSync

IDXGIObject

  • GetPrivateData
  • GetParent
  • SetPrivateData
  • SetPrivateDataInterface

IDXGIOutput

  • FindClosestMatchingMode
  • GetDesc
  • GetDisplayModeList
  • GetDisplaySurfaceData
  • GetFrameStatistics
  • GetGammaControl
  • GetGammaControLCapabilities
  • ReleaseOwnership
  • SetDisplaySurface
  • SetGammaControl
  • TakeOwnership
  • WaitForVBlank

IDXGIResource

  • GetEvictionPriority
  • GetSharedHandle
  • GetUsage
  • SetEvictionPriority

IDXGISurface

  • GetDesc
  • Map
  • Unmap

IDXGISwapChain

  • GetBuffer
  • GetContainingOutput
  • GetDesc
  • GetFrameStatistics
  • GetFullscreenState
  • GetLastPresentCount
  • Present
  • ResizeBuffers
  • ResizeTarget
  • SetFullscreenState

dxgi.dll

  • CreateDXGIFactory
  • DXGID3D10CreateDevice
  • DXGID3D10RegisterLayers
  • DXGID3D10CreateLayeredDevice
  • DXGID3D10GetLayeredDeviceSize (Windows7-)
  • OpenAdapter10 (Windows7-)
  • OpenAdapter10_2 (Windows7-)
@lakor64
Copy link
Owner Author

lakor64 commented Aug 3, 2023

WIP SwapChain init + getbuffer

@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