summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-21Add the 10bit-scaling conversion for I010 formatZhao Yakui1-3/+42
2016-11-21Add the support of 10bit I010 surfaceZhao Yakui2-0/+27
2016-11-21Use obtained eu_counts to configure GPU media pipeline on Gen8/Gen9Zhao Yakui6-16/+46
2016-11-21Query the kernel API to check the EU counts of GPU deviceZhao Yakui2-0/+13
2016-11-18Add a new gpe function gen8_gpe_pipe_control() for GEN8Xiang, Haihao3-0/+98
2016-11-18Add a new gpe function gen8_gpe_mi_conditional_batch_buffer_end() for GEN8Xiang, Haihao2-0/+21
2016-11-18Add a new gpe function gen8_gpe_context_add_surface() to set surface state on...Xiang, Haihao2-0/+222
2016-11-18Add a new gpe function gen8_gpe_reset_binding_table() to reset binging tableXiang, Haihao2-0/+19
2016-11-18Rename gen9_gpe_mi_store_register_mem() to gen8_gpe_mi_store_register_mem()Xiang, Haihao4-12/+12
2016-11-18Rename gen9_gpe_mi_flush_dw() to gen8_gpe_mi_flush_dw()Xiang, Haihao4-9/+9
2016-11-18Rename gen9_gpe_mi_store_data_imm() to gen8_gpe_mi_store_data_imm()Xiang, Haihao4-6/+6
2016-11-18Rename gen9_gpe_mi_batch_buffer_start() to gen8_gpe_mi_batch_buffer_start()Xiang, Haihao4-6/+6
2016-11-18Rename gen9_gpe_media_object_walker() to gen8_gpe_media_object_walker()Xiang, Haihao4-4/+4
2016-11-18Rename i965_gpe_dri_object_to_2d_gpe_resource() to i965_dri_object_to_2d_gpe_...Xiang, Haihao4-12/+12
2016-11-18Rename gen8p_gpe_context_map_curbe()/gen8p_gpe_context_unmap_curbe() to i965_...Xiang, Haihao4-16/+16
2016-11-18Fix curbe length in CMD_MEDIA_CURBE_LOAD on GEN8+Xiang, Haihao1-1/+1
2016-11-18Fix the size calculation of the required memory for dynamic state bufferXiang, Haihao1-4/+5
2016-11-18Move sampler state related settings to the inner structure in i965_gpe_contextXiang, Haihao7-26/+45
2016-11-18Move interface descriptor remapping table related settings to the inner struc...Xiang, Haihao8-27/+40
2016-11-18Move all curbe related settings to the inner structure in i965_gpe_contextXiang, Haihao8-39/+45
2016-11-18Change the size calculation of the required memory for all GPE kernelsXiang, Haihao1-3/+2
2016-11-17i965_driver_info: add vp9_enc_profilesDaniel Charles3-1/+7
2016-11-17Align coordinate/width of DST rect for 10-bit VPP conversionZhao Yakui1-0/+8
2016-11-17Execute the 10-bit scaling for P010 surface on Gen9+Zhao Yakui1-6/+44
2016-11-17VPP select the appropriate fourcc for deferred surface based on expected formatZhao Yakui1-0/+4
2016-11-17Initialize one 10bit-scaling gpe_context for Gen9Zhao Yakui15-4/+1338
2016-11-17Initialize internal context based on Render ring earlierZhao Yakui1-5/+6
2016-11-17Add one API to initialize MEDIA_OBJECT_WALKER parameter for video post-proces...Zhao Yakui2-0/+62
2016-11-17Add the 10-bit flag for MEDIA_BLOCK_RW operation on P010 surfaceZhao Yakui2-4/+13
2016-11-17Fix the incorrect sampler_state offset for INTERFACE_DESCRIPTOR_DATA on BDW+Zhao Yakui1-1/+1
2016-11-14avoid asserts when color convertion failsVíctor Manuel Jáquez Leal2-3/+7
2016-11-10i965_test_config: return properly unsupported profileDaniel Charles4-33/+174
2016-11-10i965_validate_config: return unsupported profileDaniel Charles1-9/+40
2016-11-10Add the missing filename to the listXiang, Haihao1-0/+1
2016-11-10libva-intel-driver 1.7.31.7.3v1.7-branchXiang, Haihao2-4/+4
2016-11-10Add the missing filename to the listXiang, Haihao1-0/+1
2016-11-101.7.4.pre1 for developmentXiang, Haihao1-1/+1
2016-10-31Update NEWS1.7.3.pre1Xiang, Haihao1-1/+12
2016-10-31test: use YUVImage in JPEG encode testsU. Artie Eoff3-271/+86
2016-10-31test: streamable valarrayU. Artie Eoff1-0/+25
2016-10-31test: add YUVImage classU. Artie Eoff3-0/+815
2016-10-31test: use C random library for random numbersU. Artie Eoff3-12/+18
2016-10-31test: add a timer classU. Artie Eoff1-0/+26
2016-10-31vdenc: Always use the 1st VCS ringXiang, Haihao1-1/+2
2016-10-31svct: hrd check per layerXiang, Haihao3-37/+42
2016-10-31svct: Adjust the estimated frame size for QP=1Xiang, Haihao1-2/+6
2016-10-31svct: Save the frame numbers for each frame type in a GOP per layerXiang, Haihao3-18/+27
2016-10-31svct: Save the current slice type per layerXiang, Haihao2-0/+4
2016-10-31svct: Save the current frame size per layerXiang, Haihao2-0/+8
2016-10-31svct: Usa an array to store QP rounding accumulatorXiang, Haihao3-11/+11