summaryrefslogtreecommitdiff
path: root/src/gen9_vdenc.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-18PROJECT HAS MOVEDHEADmasterSean V Kelley1-3899/+0
2017-01-17Follow the HW spec to configure the buffer cache on Gen9+Zhao Yakui1-1/+8
2016-12-28Support AVC VDEnc on KBLXiang, Haihao1-16/+215
2016-12-28VDEnc: update the constant bufferXiang, Haihao1-3/+3
2016-12-28VDEnc: update the value of inter rounding for CQP modeXiang, Haihao1-1/+5
2016-12-28VDEnc: update the MFX_AVC_IMG_STATE commandXiang, Haihao1-4/+5
2016-12-28VDEnc: always enable bitrate control per mbXiang, Haihao1-0/+1
2016-12-23i965_encoder: consistently represent framerate as a fractionMark Thompson1-12/+16
2016-11-30Don't parse Misc parameters in VDEncXiang, Haihao1-127/+31
2016-11-18Rename gen9_gpe_mi_store_register_mem() to gen8_gpe_mi_store_register_mem()Xiang, Haihao1-5/+5
2016-11-18Rename gen9_gpe_mi_flush_dw() to gen8_gpe_mi_flush_dw()Xiang, Haihao1-5/+5
2016-11-18Rename gen9_gpe_mi_store_data_imm() to gen8_gpe_mi_store_data_imm()Xiang, Haihao1-2/+2
2016-11-18Rename gen9_gpe_mi_batch_buffer_start() to gen8_gpe_mi_batch_buffer_start()Xiang, Haihao1-1/+1
2016-10-28vdenc: Always use the 1st VCS ringXiang, Haihao1-1/+2
2016-09-16Use a 2-dimensional array to store misc parametersXiang, Haihao1-2/+2
2016-07-27Missing 'do' in "do ...while" in macro ALLOC_VDENC_BUFFER_RESOURCELim Siew Hoon1-1/+1
2016-05-27Add some utility functions for i965_gpe_resourcesZhao Yakui1-0/+1
2016-05-24Avoid potential NULL pointer accessXiang, Haihao1-0/+6
2016-05-09Implement low power mode on SKLXiang, Haihao1-0/+3771