diff options
author | James Ross-Gowan <rossy@jrg.systems> | 2017-08-15 23:39:55 +1000 |
---|---|---|
committer | James Ross-Gowan <rossy@jrg.systems> | 2017-08-17 00:28:38 +1000 |
commit | 16e0a3948288e37034c572617cf47b0a4dc0e10e (patch) | |
tree | 8c01b2e13182a975dcb172c366a178d89a0a5d7c /audio/decode | |
parent | f24612db443999c8a7c020a9123b51b957d374e2 (diff) |
vo_opengl: extract non-ANGLE specific D3D11 code
This extracts non-ANGLE specific code to d3d11_helpers.c, which is
modeled after egl_helpers.c. Currently the only consumer is
context_angle.c, but in future this may allow the D3D11 device and
swapchain creation logic to be reused in other backends.
Also includes small improvements to D3D11 device creation. It is now
possible to create feature level 11_1 devices (though ANGLE does not
support these,) and BGRA swapchains, which might be slightly more
efficient than ARGB, since its the same format used by the compositor.
Diffstat (limited to 'audio/decode')
0 files changed, 0 insertions, 0 deletions