[WIP] D3D11 gpu accel

This commit is contained in:
wuggy 2026-09-12 08:57:32 -07:00
commit 25c4eb5efb
9 changed files with 339 additions and 0 deletions

View file

@ -80,6 +80,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
]
SOURCES += [
'd3d11/CompositorD3D11.cpp',
'd3d11/GpuRasterD3D11.c',
'd3d11/ReadbackManagerD3D11.cpp',
]
UNIFIED_SOURCES += [