Skip to content

Kodi Direct3D 11 & DXVA updates 4.0.0

Compare
Choose a tag to compare
@thexai thexai released this 11 Jul 19:47
· 115 commits to d3d-update since this release
f9896cb

Updated at 11-07-2020 (forked from Kodi 19 alpha master).

Changes:

  • Updated include headers to D3D 11.4 API and DX feature level 12_1.
  • Removed advancedsettings options "disableDXVAdiscretedecoder" and "allowdiscretedecoder".
  • Improved detection of NV12 shared textures capability using more up to date D3D11_FEATURE_DATA_D3D11_OPTIONS4.
  • Improved support for variable refresh rate monitors using DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING in full screen windowed mode.
  • Improved calculation of number buffers need for DXVA HEVC decoding.
  • Improved textures copy function with safe "wait to completed operation" (Nvidia stuttering fix?).
  • Improved Kodi logging with graphics card model and DX feature level used without need activate debug mode.