Rev. | 时间 | 作者 |
---|---|---|
e437ae5 | 2014-05-26 13:17:17 | Xiang, Haihao |
Limit the minimum pitch for linear surface |
||
a7343f9 | 2014-05-26 13:16:34 | Xiang, Haihao |
Rename HAS_PP() to HAS_VPP() |
||
cd9d671 | 2014-05-26 13:14:17 | Xiang, Haihao |
posst_processing_context_init()/finalize() callback functions for each platform |
||
69e26f5 | 2014-05-26 13:12:56 | Xiang, Haihao |
render_init()/render_terminate() callback functions for each platform |
||
7fb211f | 2014-05-26 13:06:23 | Xiang, Haihao |
Simplify some macros |
||
e889cef | 2014-05-26 12:59:24 | Xiang, Haihao |
Remove max_wm_threads from render_state |
||
5684002 | 2014-05-26 12:59:10 | Xiang, Haihao |
Remove URB_SIZE() |
||
ae70674 | 2014-05-26 12:58:59 | Xiang, Haihao |
Dump chipset information in the vendor string |
||
e7318fe | 2014-05-26 12:58:47 | Xiang, Haihao |
Add a new intel_device_info structure |
||
a1b9054 | 2014-05-26 12:57:30 | Xiang, Haihao |
Move all of PCIIDs and codec info into separated files |
||
d767872 | 2014-05-26 12:12:19 | Zhong Li |
i965_DeriveImage() support JPEG color formats |
||
b48ba79 | 2014-05-09 13:51:08 | Xiang, Haihao |
1.3.2.pre1 for development |
||
a720bc8 | 2014-05-09 13:45:01 | Xiang, Haihao |
Intel driver 1.3.1 |
||
6ea4efe | 2014-05-05 16:38:52 | Xiang, Haihao |
Update NEWS |
||
a36f241 | 2014-05-05 16:18:11 | Xiang, Haihao |
Return error when trying to decoding an interlaced VC-1 video |
||
84a5695 | 2014-05-05 16:16:59 | Xiang, Haihao |
Make it buildable against libva 1.3.0 |
||
520752f | 2014-05-05 12:09:36 | qing.zhang |
Fix over assigned callback "QueryConfigEntrypoints". |
||
da837dc | 2014-04-25 11:47:24 | Sirisha Muppavarapu |
VPP: Enable Skin tone detection and enhancement - Added STDE coefficients. |
||
f044aab | 2014-04-25 11:45:51 | Sirisha Muppavarapu |
VPP: Enable Skin Tone Detection and Enhancement feature in the driver. |
||
61fbb1b | 2014-04-24 18:28:27 | Gwenole Beauchesne |
vp8: fix support for segmentation-enabled streams. |
||
0d34623 | 2014-04-23 15:27:13 | Zhao Yakui |
VPP: Set the alpha channel when doing the conversion from NV12 to RGBA on Ivy/Haswell/BDW |
||
2d00edc | 2014-04-23 15:22:12 | Xiang, Haihao |
Fix bound checking |
||
3867b81 | 2014-04-23 15:21:53 | Zhao Yakui |
Rendering/BDW:Follow the hardware spec to update the 3DSTATE_URB_VS command |
||
8908b46 | 2014-04-23 15:21:30 | Gwenole Beauchesne |
vp8: fix loop filter for bitexact reconstruction. |
||
dc48187 | 2014-04-23 15:21:02 | Zhao Yakui |
BDW: Fix one error in shader binaray for media encoding |
||
5bf0709 | 2014-04-23 15:20:45 | Alex wu |
V3: Add 422H support. |
||
7b6523c | 2014-04-23 15:20:11 | Zhao Yakui |
Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) |
||
a618893 | 2014-04-23 15:19:57 | Zhao Yakui |
VEBOX: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) |
||
947cb53 | 2014-04-23 15:19:25 | Zhao Yakui |
VPP: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) |
||
1ea8d64 | 2014-04-23 15:18:07 | Zhao Yakui |
Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_video |