Skip to content

Kodi Direct3D 11 & DXVA updates 4.0.2

Compare
Choose a tag to compare
@thexai thexai released this 14 Jul 17:31
· 97 commits to d3d-update since this release
30824d9

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

Changes in 4.0.2:

  • Removed ALLOW_TEARING flag.
  • Use multi-threading protection only when necessary (cause a little overload).
  • Updated with latest master branch commits.

All 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 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.
  • Use multi-threading protection only when necessary (cause a little overload).