Age | Commit message (Expand) | Author | Files | Lines |
2012-08-06 | Add raw DRM support. | Dmitry Ermilov | 2 | -1/+6 |
2012-08-06 | Add shared library utils. | Gwenole Beauchesne | 3 | -0/+186 |
2012-07-27 | dri: cope with drm_state changes. | Gwenole Beauchesne | 2 | -9/+11 |
2012-07-26 | Adopt the new interfaces for JPEG decoding | Xiang, Haihao | 1 | -25/+21 |
2012-07-07 | Adjust the search path and LUT_MV table in VME | Xiang, Haihao | 5 | -15/+15 |
2012-06-28 | Add support for UYVY | Xiang, Haihao | 3 | -4/+18 |
2012-06-28 | color conversion between planar and packed formats on IVB | Xiang, Haihao | 1 | -64/+111 |
2012-06-28 | New shaders for color conversion between packed and planar YUV on IVB | Xiang, Haihao | 9 | -0/+733 |
2012-06-28 | add YUY2 support in i965_GetSurfaceAttributes, fix a small issue | Zhao Halley | 1 | -3/+5 |
2012-06-28 | support NV12/I420/YV12->I420/YV12 conversion | Zhao Halley | 1 | -2/+6 |
2012-06-27 | h264: fix 4K decoding (IVB). | Gwenole Beauchesne | 1 | -6/+11 |
2012-06-27 | Fix the width of the UV surface for AVS on IVB | Xiang, Haihao | 1 | -1/+1 |
2012-06-26 | only update u/v offset for some video processes | Xiang, Haihao | 1 | -47/+43 |
2012-06-26 | Fix the parameter initialization for IVB | Xiang, Haihao | 1 | -11/+13 |
2012-06-26 | Fix the mapping between VA filters and internal video processing | Xiang, Haihao | 1 | -0/+2 |
2012-06-26 | Fix the number of the supported image formats | Xiang, Haihao | 1 | -1/+1 |
2012-06-26 | Update the PA shader for ILK/SNB | Xiang, Haihao | 4 | -4/+4 |
2012-06-25 | update image width of packed format | Zhao halley | 1 | -1/+4 |
2012-06-25 | add YUY2 format support in getimage/putimage | Zhao halley | 1 | -3/+126 |
2012-06-25 | add YUY2 to supported image list | Zhao halley | 1 | -0/+2 |
2012-06-25 | fix a mistake in PA_Load_8x8.asm | Zhao halley | 5 | -5/+5 |
2012-06-25 | add YUY2->YV12 conversion in post processing (SNB/ILK) | Zhao halley | 2 | -1/+58 |
2012-06-25 | add pa_load_save_pl3 for YUY2-->YV12 conversion (SNB/ILK) | Zhao halley | 4 | -0/+340 |
2012-06-18 | jpeg: fix submission of quantization and Huffman tables. | Gwenole Beauchesne | 1 | -0/+5 |
2012-06-15 | Implementation for i965_SyncSurface and i965_QuerySurfaceStatus | Dmitry Ermilov | 1 | -7/+11 |
2012-06-11 | silence compiler warning | Xiang, Haihao | 1 | -2/+1 |
2012-06-11 | Fix slice delta for CBR mode | Xiang, Haihao | 1 | -2/+2 |
2012-06-11 | New BRC algorithm to match HRD | Rogozhkin, Dmitry V | 7 | -84/+322 |
2012-06-07 | Currently only SNB supports packed YUV image | Xiang, Haihao | 1 | -50/+54 |
2012-06-07 | Fix coded buffer size calculating for CBR mode | Xiang, Haihao | 3 | -54/+54 |
2012-06-07 | Fix QP setting for CBR mode | Xiang, Haihao | 1 | -0/+22 |
2012-05-31 | Accept packed misc data package such as SEI data | Xiang, Haihao | 3 | -55/+83 |
2012-05-30 | Fix weight denom for implicit weight tables on SNB for encoding | Xiang, Haihao | 1 | -1/+12 |
2012-05-30 | Don't render the target surface with background if alpha value is 0 | Xiang, Haihao | 1 | -1/+4 |
2012-05-30 | clear background under right context | Xiang, Haihao | 1 | -1/+1 |
2012-05-29 | Optimal parameters for Intra prediction mode | Rogozhkin, Dmitry V | 1 | -26/+101 |
2012-05-24 | Fix the regression caused by d90a5ea9f21bc20f35c26457dec57f41f7a184d1 | Xiang, Haihao | 1 | -1/+1 |
2012-05-17 | add yuyv->nv12 conversion in image processing | Zhao halley | 3 | -2/+93 |
2012-05-17 | add YUYV to NV12 conversion(pa_load_save_nv12.asm etc) | Zhao halley | 4 | -0/+334 |
2012-05-17 | add YV12 to YUY2 conversion | Zhao halley | 3 | -2/+64 |
2012-05-17 | add pl3_load_save_pa.asm etc | Zhao halley | 3 | -0/+329 |
2012-05-17 | add NV12 to YUY2 color conversion | Zhao halley | 2 | -21/+135 |
2012-05-17 | add nv12_load_save_pa.asm | Halley Zhao | 5 | -0/+328 |
2012-05-17 | add 422/YUY2 to surface formats | Zhao halley | 1 | -10/+51 |
2012-05-14 | Enable Stream-Out on IVB | Zhou Chang | 1 | -0/+1 |
2012-05-14 | src/Android.mk: add new files for mfc, gpe, enc | Haitao Huang | 1 | -0/+3 |
2012-05-14 | intel-driver: initial porting to Android ICS | Haitao Huang | 3 | -1/+188 |
2012-05-11 | jpeg: drop explicit check for VA/JPEG decoding API. | Gwenole Beauchesne | 2 | -11/+0 |
2012-05-11 | jpeg: update to latest API. | Haitao Huang | 1 | -21/+22 |
2012-05-08 | ENC: Enable all Intra mode on Ivybridge | Xiang, Haihao | 6 | -5/+17 |