summaryrefslogtreecommitdiff
path: root/src/shaders/vme
Commit message (Expand)AuthorAgeFilesLines
* Enabling BDW avc encoding configurationZhong Li2014-09-093-16/+82
* Enabling HSW avc encoding configurationZhong Li2014-09-093-46/+83
* Enabling SNB avc encoding configurationZhong Li2014-09-094-2/+45
* Add multi quality levels encoding support for GEN7Zhong Li2014-09-093-6/+40
* Encoding: Fix one type error in intra-prediction shader on BDWZhao, Yakui2014-06-092-2/+2
* BDW: Fix one error in shader binaray for media encodingZhao Yakui2014-04-231-1/+1
* bdw: Fix the FENCE message in GPU shader for H264 encodingZhao Yakui2014-04-232-3/+3
* Fix the broken package made by 'make dist'Xiang, Haihao2014-03-241-1/+1
* Fix one error of VME shader for MPEG2 encoding on BDWZhao Yakui2014-02-272-2/+2
* Fix one error of VME shader for H264 encoding on BDWZhao Yakui2014-02-274-4/+4
* Remove the duplicated header file for mpeg2 encoding on Gen8Zhao Yakui2014-02-272-19/+1
* Remove unnecessary GPU binary shader of mpeg2 encoding on Gen8Zhao Yakui2014-02-273-305/+2
* Optimize the VME shader for MPEG2 encoding on Gen8Zhao Yakui2014-02-272-3/+225
* Add the MVP in GPU shader to optimize mpeg2 encoding on Gen8Zhao Yakui2014-02-272-6/+9
* Rewrite the GPU VME shader for MPEG2 encoding on Gen8Zhao Yakui2014-02-274-2/+1019
* Rewrite the VME shader for encoding on BDWZhao Yakui2014-02-2714-2/+3274
* Fix one error of VME shader for MPEG2 encodingZhao Yakui2013-11-134-4/+4
* Fix one error of VME shader for H264 encodingZhao Yakui2013-11-138-8/+8
* Fix an incorrect makefile rule for VME shader on IvybridgeZhao Yakui2013-11-131-1/+1
* fix the broken package generated by make distXiang, Haihao2013-09-241-0/+1
* fix make distXiang, Haihao2013-09-241-3/+0
* Remove the unnecessary shader binary for MPEG2 encoding on Haswell/IvbZhao Yakui2013-09-065-412/+4
* Optimize the VME shader for MPEG2 encoding on IvbZhao Yakui2013-09-063-3/+182
* Optimize MPEG2 encoding on IvbZhao Yakui2013-09-063-6/+11
* Rewrite the VME shader for MPEG2 encoding on IvyZhao Yakui2013-09-065-3/+852
* Optimize the VME shader for MPEG2 on HaswellZhao Yakui2013-09-063-3/+234
* Configure the cost-center of MPEG2 VME shader on haswellZhao Yakui2013-09-063-11/+18
* Restrict the MV search range based on MPEG2 encoding LEVELZhao Yakui2013-09-062-0/+26
* Rewrite inter-frame shader for MPEG2 encoding on HSW to follow MPEG2 specZhao Yakui2013-09-065-3/+983
* build: fix make dist for packaging.Gwenole Beauchesne2013-06-271-4/+7
* Merge branch 'master' into stagingXiang, Haihao2013-04-032-4/+1
|\
| * Add the support of encoding P frame on haswellZhao Yakui2012-10-235-5/+552
| * Add the Intra VME for I-frame on HaswellZhao Yakui2012-10-235-2/+506
* | Issue memory fence message to assure memory ordering on Ivb/HswZhao Yakui2013-03-1311-22/+107
* | Fix the issue of GPU hang when encoding picture with one macroblock widthZhao Yakui2013-01-239-30/+57
* | Fix one error of calculating VME parameter for inter-frame on HaswellZhao Yakui2013-01-175-14/+14
* | Update the binary code for MPEG2 VME on haswellZhao Yakui2013-01-171-18/+160
* | Remove the intermedia file of mpeg2_inter_frame_haswell.gen75.asmYakui Zhao2013-01-171-444/+0
* | Add the bidirectional MVP to optimize the VME parameter on IvbZhao Yakui2013-01-174-3/+1097
* | Add the VME shader for Ivy that supports MVPZhao Yakui2013-01-178-3/+1326
* | Remove the intermediate file of mpeg2_inter_frame.gen7.asm as it is generated...Yakui Zhao2013-01-171-271/+0
* | Fix the error of reading neighbour macroblock pixels during VME prediction on...Zhao Yakui2013-01-174-3/+34
* | Adjust the reference window based on MVP prediction to optimize VME param on ...Zhao Yakui2013-01-175-10/+57
* | Add the bidirectional MV prediction for B-frame on HaswellZhao Yakui2013-01-175-3/+1253
* | Add MPEG2 VME shader files for IVBLi Xiaowei2013-01-175-3/+393
* | Add the MV prediction to optimize VME parameter on HaswellZhao Yakui2013-01-173-0/+532
* | Discard the intermediate result during VME prediction on haswellZhao Yakui2013-01-172-95/+0
* | Shader for MPEG-2 encodingXiang, Haihao2012-12-145-3/+619
* | Add the support of the chroma intra prediction on HaswellZhao Yakui2012-12-142-2/+2
* | Restrict the max MV number in MV predictionZhao Yakui2012-10-315-5/+10