summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-07vpp/avs: fix license terms (MIT).stagingGwenole Beauchesne2-28/+36
2015-05-20Decode: Free the allocated internal surface used by JPEG to avoid memory leakZhao Yakui3-0/+26
2015-02-25Add support for HEVC decoding on CHVSean V Kelley1-2/+3
2015-02-25MPEG2 ENC: Remove gen9 pak pipeline codeZhong Li1-746/+3
2015-02-25VP8 DEC: Change error concealment methodZhong Li1-3/+1
2015-02-02Disable the context check to avoid JPEG ENC failedQu,Pengfei1-31/+1
2015-01-15Just Style alignmentQu,Pengfei4-486/+486
2015-01-15HEVC ENC:Added HEVC support in API functionQu,Pengfei2-21/+96
2015-01-15HEVC ENC:Added pipeline initQu,Pengfei1-1/+73
2015-01-15HEVC ENC:Added VME pipelineQu,Pengfei3-0/+725
2015-01-15HEVC ENC:Added PAK pipelineQu,Pengfei3-0/+2636
2015-01-15HEVC ENC:Added slice header generated internallyQu,Pengfei3-3/+500
2015-01-15HEVC ENC:Added PAK context for HEVCQu,Pengfei2-0/+238
2015-01-15VP8 HWEnc: Add BSW VP8 HWEnc supportZhong Li13-977/+2455
2015-01-15VP8 HWEnc: declare copyright and license of vp8_probs.hZhong Li4-0/+194
2015-01-15VP8 HWEnc: vp8 encode quality optimizationZhong Li9-47/+255
2015-01-15VP8 HWEnc: Calc vp8 coded size by internal bufferZhong Li3-19/+36
2015-01-15VP8 HWEnc: Add P frame encoding supportZhong Li7-50/+1136
2015-01-15VP8 HWEnc: Build VP8 PAK pipeline and enabling I frameZhong Li9-6/+1303
2015-01-15VP8 HWEnc: Build vp8 gen9 encoding vme pipelineZhong Li4-54/+213
2015-01-15VP8 HWEnc: Add vp8 gen9 intra frame encoding shaderZhong Li5-3/+283
2015-01-14Update license header for some shadersXiang, Haihao323-973/+9983
2015-01-14BDW+: disable SGVSJoe Konno3-0/+9
2015-01-12i965 render: Explicitly disable instancing for vertex elements on SkylakeZhao Yakui1-0/+8
2015-01-12i965 render: Explicitly disable instancing for vertex elements on Gen8Kenneth Graunke2-0/+11
2015-01-09Fix segmentation fault caused by 4711da5Xiang, Haihao1-3/+4
2015-01-07Fix the broken attribute setting of i965_GetConfigAttribZhao Yakui1-0/+5
2014-12-29Use libdrm to get device idZhenyu Wang1-2/+2
2014-12-29Add new debug option for aub dumpZhenyu Wang2-0/+7
2014-12-24Remove the check against obj_config->profileXiang, Haihao1-22/+0
2014-12-24Remove two fields from struct i965_render_stateXiang, Haihao2-8/+0
2014-12-24Remove the check against render_state->interleaved_uv in i965_sw_getimage()Xiang, Haihao1-6/+0
2014-12-24Return error when trying to decoding an interlaced VC-1 videoXiang, Haihao1-1/+6
2014-12-24Rendering: Align the origin coordinate of internal buffer during AVS conversi...Zhao, Yakui3-7/+20
2014-12-24vpp: fix check for non-linear anamorphic scaling on Sandybridge.Gwenole Beauchesne1-29/+13
2014-12-24vpp: enable advanced video scaling in VPP pipelines too.Gwenole Beauchesne4-11/+35
2014-12-24vpp: drop internal postprocessing (I965_PP_xxx) flags.Gwenole Beauchesne8-81/+34
2014-12-24vpp: cache calculation of AVS coefficients.Gwenole Beauchesne5-22/+56
2014-12-24vpp: validate AVS filter coefficients for debugging purposes.Gwenole Beauchesne4-2/+95
2014-12-24vpp: add support for high-quality scaling.Gwenole Beauchesne1-0/+92
2014-12-24vpp: factor out calculation of AVS coefficients.Gwenole Beauchesne5-108/+408
2014-12-24vpp: fix AVS coefficients for Broadwell.Gwenole Beauchesne2-44/+96
2014-12-24vpp: fix adaptive filter for all channels flag (< Haswell).Gwenole Beauchesne2-13/+33
2014-12-23Use intel_batchbuffer_free() to free a batch bufferXiang, Haihao1-1/+2
2014-12-23Fix misused dri_bo_reference()Xiang, Haihao1-4/+0
2014-12-23Fix the build of H.264 encoding shaders for SKLXiang, Haihao2-7/+34
2014-12-19Add sharpening shaders for SKLXiang, Haihao6-4/+1202
2014-12-16STDE Optimization: Added code to support optimization of Skin Tone Detection ...Sirisha Muppavarapu1-79/+356
2014-12-13Add support for quality level for H.264 encoding on SKLXiang, Haihao1-8/+13
2014-12-13Cleanup packed header insertion for MVC encodingXiang, Haihao1-125/+16