d3d: handle new Intel driver version formats
commit704ad60d442661ddab1327b8546e1ce2ceb89bcd
authorSteve Lhomme <robux4@ycbcr.xyz>
Thu, 5 Apr 2018 06:37:48 +0000 (5 08:37 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Thu, 5 Apr 2018 06:45:56 +0000 (5 08:45 +0200)
treef372c53b03352008c58829e57109f580c51c1c90
parent4bd4423629eb515092679801a6c75cd9c1c5c6d7
d3d: handle new Intel driver version formats

aa.bb.16.dddd becomes aa.bb.100.dddd
and after aa.bb.100.9999 comes aa.bb.101.1000

When we need to target higher versions we'll use 101.11000 internally so the
build number can be compared with all formats.
modules/video_chroma/d3d11_fmt.c
modules/video_chroma/d3d9_fmt.c