summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-13vpp/gen9: Use 48 bit address relocation for STATE_BASE_ADDRESSSreerenj Balachandran1-9/+6
2015-10-13vpp/gen8: Use 48 bit address relocation for STATE_BASE_ADDRESSSreerenj Balachandran1-9/+8
2015-10-13intel_batchbuffer: Add utility fuction for supporting 48-bit address relocati...Sreerenj Balachandran2-0/+30
2015-10-13vpp/gen9: Fix the incorrect loading of kernel module.Sreerenj Balachandran1-1/+1
2015-10-13vpp/gen8: Fix the incorrect loading of kernel module.Sreerenj Balachandran1-1/+1
2015-10-08Avoid NULL ptr deref in i965_decoder_wrapper_picture()Lim Siew Hoon1-0/+3
2015-09-29AVS: avs has more phases for sharp filter on SKLXiang, Haihao4-6/+98
2015-09-29FIX: Follow user's setting on filter flagQu,Pengfei1-1/+1
2015-09-28Use the right function to release allocated resourcesXiang, Haihao1-1/+1
2015-09-28Encode: Update all used flag register channels in VME shader on GEN8+Xiang, Haihao3-24/+24
2015-09-28Make sure the pointer is valid before dereferencing itXiang, Haihao1-7/+13
2015-09-18Update the NEWSXiang, Haihao1-1/+1
2015-09-15Silence compiler warningXiang, Haihao6-44/+5
2015-09-15Check pointer returned from calloc()Xiang, Haihao9-6/+45
2015-09-15Check pointer against NULL first before dereferencing itXiang, Haihao1-13/+13
2015-09-15i965: Remove duplicate check on platform in hybrid codec proxySean V Kelley1-6/+0
2015-09-101.6.2.pre1 for developmentXiang, Haihao1-2/+2
2015-09-10Merge branch 'v1.6-branch' into fdo--masterXiang, Haihao2-2/+11
2015-09-09libva-intel-driver 1.6.1Xiang, Haihao2-4/+4
2015-09-09Fix if issue of SLICE_TYPE_I statement in vme_pipeline_programingLim Siew Hoon4-4/+4
2015-09-09Replace --enable-wrapper with --enable-hybrid-codecXiang, Haihao2-10/+8
2015-09-09Replace --enable-wrapper with --enable-hybrid-codecXiang, Haihao2-10/+8
2015-09-06Update NEWSXiang, Haihao1-1/+10
2015-09-06Remove file access check in loading wrapperSameer Kibey1-5/+0
2015-09-06Export the profile/entrypoints for the wrapped backend driversZhao Yakui1-0/+40
2015-09-06Call the wrapped backend driver for the given decodingZhao Yakui1-0/+141
2015-09-06Add the support of wrapper the VA Buffer to the backend driverZhao Yakui1-11/+102
2015-09-06Add one function to wrapper VA surface into backend driverZhao Yakui2-0/+94
2015-09-06Call the wrapped function to free wrapped surface/bufferZhao Yakui1-2/+21
2015-09-06Call wrapped driver to handle config/context related with VP9 decodingZhao Yakui1-1/+61
2015-09-06Wrapper the DriverContextP of backend driverZhao Yakui4-0/+160
2015-09-06Add one field for Config/Context/Surface/Buffer to store the wrapper contentZhao Yakui2-0/+14
2015-09-06Clean up unused local variable 'i965'Lim Siew Hoon6-8/+0
2015-09-06Clean up the duplicate extra two line of codeLim Siew Hoon3-9/+0
2015-09-06Fix if statement checking sampling factor for YUV422V_4YLim Siew Hoon3-3/+3
2015-09-06Fix suspiciously placed semicolon at if statement.Lim Siew Hoon4-8/+8
2015-09-06Fix memset initialize for huff_co_table and huff_si_table arrayLim Siew Hoon1-2/+2
2015-09-06Fix memset initialize value for huff_size_table and huff_code_tableLim Siew Hoon1-2/+2
2015-09-06Fix klockwork critical message hit on calloc function usageLim Siew Hoon22-1/+31
2015-09-06encode/hevc: Check slice type first in case user passes wrong parameters to d...Xiang, Haihao1-1/+13
2015-09-06encode/hevc: Check the correct BO before unreferencing itXiang, Haihao1-1/+1
2015-09-06Added LIBVA_DRIVERS_PATH configure argumentJoel Holdsworth1-2/+5
2015-09-06Decoding: Export the attribute of slice mode for decodingZhao Yakui1-0/+4
2015-09-06Remove the redundant check in vaBeginPicture callZhao Yakui1-50/+1
2015-09-06Add one field to store the expected VA_RT_FORMAT for surfaceZhao Yakui2-0/+2
2015-09-06VPP: Initialize the uninitialed surface to avoid NULL GPU bufferZhao Yakui1-0/+6
2015-09-06VPP: Flush batch buffer to assure that previous GPU operation is submittedZhao Yakui1-0/+2
2015-09-06encode/hevc: fix HEVC encode on SKL GT3Xiang, Haihao1-1/+5
2015-09-06VPP: Combine the CSC/Scaling together to optimize the performanceZhao Yakui1-0/+27
2015-09-06CreateSurfaces2: forward function return to callerXu Guangxin1-12/+14