Kodi Community Forum
WIP Windows DirectX 11 upgrade test thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: WIP Windows DirectX 11 upgrade test thread (/showthread.php?tid=218274)



RE: Windows DirectX 11 upgrade test thread - pgjensen - 2015-10-14

There's a new 10/14/2015 Isengard build.

http://mirrors.xbmc.org/test-builds/win32/KodiSetup-20151014-7826135-dx11_Isengard.exe


RE: Windows DirectX 11 upgrade test thread - AussieFries - 2015-10-19

Memphiz added audio Airplay capability for iOS 9 in the october 15th nightly.

Can you please create a new DX build?

Many thanks!


RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-10-19

(2015-10-19, 10:23)AussieFries Wrote: Memphiz added audio Airplay capability for iOS 9 in the october 15th nightly.

Can you please create a new DX build?

Many thanks!

No, just use nightlies


RE: Windows DirectX 11 upgrade test thread - AussieFries - 2015-10-19

Wow that was a fast reply! :-) Ok thanks


RE: Windows DirectX 11 upgrade test thread - Ed76 - 2015-10-19

would it be possible to get 15.2 final + dx11?


RE: Windows DirectX 11 upgrade test thread - freddy12 - 2015-10-20

(2015-10-19, 20:45)Ed76 Wrote: would it be possible to get 15.2 final + dx11?

+ 1 on this


RE: Windows DirectX 11 upgrade test thread - tjcinnamon - 2015-10-20

(2015-10-20, 00:39)freddy12 Wrote:
(2015-10-19, 20:45)Ed76 Wrote: would it be possible to get 15.2 final + dx11?

+ 1 on this

+1 on this +1


RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-10-20

15.2+dx11 will be realeased asap. stay tuned for updates.


RE: Windows DirectX 11 upgrade test thread - pgjensen - 2015-10-20

(2015-10-20, 10:22)afedchin Wrote: 15.2+dx11 will be realeased asap. stay tuned for updates.

Thanks! Looking forward to it.


RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-10-21

15.2-DX11 Installer (21 October) (please also download the .pdb file here)


RE: Windows DirectX 11 upgrade test thread - freddy12 - 2015-10-21

(2015-10-21, 15:20)afedchin Wrote: 15.2-DX11 Installer (21 October) (please also download the .pdb file here)

legend


RE: Windows DirectX 11 upgrade test thread - Talguy - 2015-10-23

I have to say I use to get a lot of very slight stuttering with the DX11 version when I was browsing my library or moving the selector around the interface. Granted this was on W7. I just installed the latest version of DX11 builds and I am now on W10, man is Kodi buttery smooth now. I can actually live with the DX11 as a daily install. Great work devs!!!

FYI, the latest DX11 code makes the DSPlayer builds run perfectly now for my setup.


RE: Windows DirectX 11 upgrade test thread - edrikk - 2015-10-24

Hi,

Using the Oct 22 nightly, have noticed a very minor thing:

Going into guide or info when playing a video, the screen top slightly dims and the layover info is displayed as expected.
However, pressing "guide" or "info" again to remove the info results in the screen blacking out for half a second, as the overlay is removed from the video. The video continues to play without issue.


I'm posting here first, although this could also be due to the "screen saver dimming fix" that happened a bit ago.

I will create a ticket and add debug logs when the kids are asleep (and update this post with the number).


General info:
Oct 22 Nightly build
"Info" and "guide" triggered via JSON RPC
WIndows 10, 64 bit
Nvidia GT610 with latest drivers
PC Connected via HDMI to AV Receiver, which is connected via HDMI to TV.


RE: Windows DirectX 11 upgrade test thread - Jayz2K - 2015-10-25

As requested by Martijn, I'm posting here

http://forum.kodi.tv/showthread.php?pid=2142539#pid2142539

General info:
Oct 22 and 23 Nightly build MyVideoFullScreen.xml : no video
Oct 24 Nightly build : Pixelized video and freeze in videowindow control with DXVA2 material accelerated activited.
Oct 25 Nightly build : Pixelized video (sometimes) and low framerate feeling in videowindow control with DXVA2 material accelerated activated.

No issue when DXVA2 unchecked in 24 and 25 Nightly
No issue in MyVideoFullScreen.xml in 24 and 25 Nighlty even when DXVA2 checked

WIndows 8.1, 64 bit
Nvidia GeForce GTX 645
PC Connected via HDMI to AV Receiver, which is connected via HDMI to TV.


RE: Windows DirectX 11 upgrade test thread - F_B_W - 2015-10-28

Interesting work!

I stumbled upon this thread and got curious because using the DirectX 11 API opens up the capability to use high bit depths with the right hardware. And while a lot of software (in particular the various decoders and filters) support this all HTPC software currently converts this back down to 8 bits per pixel which has the potential to introduce color banding especially when color space and color range conversions are thrown into the mix as well by either the software, the display driver or the display device's internal processing.

I downloaded the latest Kodi source where your work has been merged in to and with some minor alterations in the use of the DXGI_FORMAT constants in RenderSystemDX and D3DResource I was able to make it use the 10-bit-per-pixel integer and 16-bit-per-pixel float formats without apparent issue due to all the preparation that you have already done.

Would you be interested in investigating this further with me?

I have access to hardware that should support it all to do some debugging on. Additionally I believe that the more recent consumer geforce drivers also show a drop-down that allows a selection of 8bpp or 12bpp when connected to a compatible TV through HDMI.


This forum uses Lukasz Tkacz MyBB addons.