summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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.3Xiang, 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 NEWSXiang, 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
2016-10-31Use Media Read message if possible on Gen8+Xiang, Haihao16-2/+563
2016-10-31test: use valarray for raw image comparisonScott D Phillips1-16/+13
2016-10-31vpp chroma-formats: report supported chroma formats for vppDaniel Charles1-1/+4
2016-10-31test: add some avce context testsU. Artie Eoff5-0/+385
2016-10-31test: allow default attribs param for create configU. Artie Eoff2-3/+5
2016-10-31test: allow default surface param for create contextU. Artie Eoff2-3/+5
2016-10-31ConfigAttribEncROI: check entrypoint on VAGetConfigAttribDaniel Charles1-15/+22
2016-10-31Add support for IYUV in vaCreateSurfaces()Xiang, Haihao1-0/+1
2016-10-31test: use common I965ConfigTest fixture for jpeg enc/decU. Artie Eoff5-40/+109
2016-10-31test: add avce/avcd create config testsU. Artie Eoff5-0/+304
2016-10-31test: add ostream operators for VAProfile and VAEntrypointU. Artie Eoff1-0/+84
2016-10-31test: move vaInitialize/vaTerminate to a global test environmentU. Artie Eoff6-158/+202
2016-10-31Set default framerate to 30fps if user doesn't set the corresponding sequence...Xiang, Haihao1-1/+6
2016-10-31test: add create surface testU. Artie Eoff3-0/+122
2016-10-31jpeg/dec: gen8+ set correct fourcc for monochrome decodeU. Artie Eoff1-2/+3
2016-10-31test: jpeg/enc: add tests for Y800 inputsU. Artie Eoff3-5/+25
2016-10-31test: jpeg/enc: add tests for YUY2 and UYVY inputsU. Artie Eoff3-19/+104
2016-10-31test: jpeg/enc: return empty TestInput::Shared if fourcc not handledU. Artie Eoff2-41/+48
2016-10-31test: jpeg/enc: improve random YUV data initializationU. Artie Eoff2-9/+10