hardware/intel/intel-driver
Revision | 3ddc071fc92f05eb0db2c3fe3c955ff4e28143de (tree) |
---|---|
Zeit | 2016-03-03 14:14:16 |
Autor | Xiang, Haihao <haihao.xiang@inte...> |
Commiter | Xiang, Haihao |
Merge remote-tracking branch 'fdo/v1.6-branch' into fdo--master
@@ -1,6 +1,23 @@ | ||
1 | -libva-intel-driver NEWS -- summary of changes. 2015-09-09 | |
1 | +libva-intel-driver NEWS -- summary of changes. 2015-12-15 | |
2 | 2 | Copyright (C) 2009-2015 Intel Corporation |
3 | 3 | |
4 | +Version 1.6.2 - 15.Dec.2015 | |
5 | +* Add support for Broxton | |
6 | + - Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC 10-bit/VP9 | |
7 | + - Encoding: H.264/JPEG/VP8/HEVC | |
8 | + - VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob, MotionAdaptive, MotionCompensated}/ColorBalance/STD | |
9 | +* Add support for HEVC CBR on SKL | |
10 | +* Fix the broken VA_FILTER_SCALING_HQ on SKL | |
11 | +* Fix the incorrect loading of GPU shaders on GEN8/GEN9 | |
12 | +* Fix the wrong address relocation in VPP on GEN8/GEN9 | |
13 | +* Fix the wrong VAImage foramt | |
14 | + (https://bugs.freedesktop.org/show_bug.cgi?id=92088) | |
15 | +* Fix YUV to RGB conversion on GEN7/GEN8/GEN9 | |
16 | +* Fix the segmentation fault causing by NULL buffer object on SNB | |
17 | + (The issue mentioned in https://bugs.freedesktop.org/show_bug.cgi?id=92811) | |
18 | +* Fix the wrong coordinate used in VPP | |
19 | + (The issue mentioned in https://bugs.freedesktop.org/show_bug.cgi?id=92811) | |
20 | + | |
4 | 21 | Version 1.6.1 - 09.Sep.2015 |
5 | 22 | * Wrapper other backend driver to support VP9 hybrid decoding on BDW/BSW/SKL (--enable-hybrid-codec) |
6 | 23 | * Fix HEVC decoding issue on BSW/SKL |
@@ -26,6 +26,7 @@ HSW: Haswell | ||
26 | 26 | BDW: Broadwell |
27 | 27 | CHV/BSW: Cherryview/Braswell |
28 | 28 | SKL: Skylake |
29 | +BXT: Broxton | |
29 | 30 | |
30 | 31 | |
31 | 32 | Codecs |
@@ -41,6 +42,8 @@ VP8 D BDW+ | ||
41 | 42 | VP8 E CHV+/BSW+ |
42 | 43 | HEVC D CHV+/BSW+ |
43 | 44 | HEVC E SKL+ |
45 | +VP9 D BXT+ | |
46 | +HEVC 10bit D BXT+ | |
44 | 47 | |
45 | 48 | |
46 | 49 | Requirements |