summaryrefslogtreecommitdiff
path: root/src/gen9_post_processing.c
Commit message (Expand)AuthorAgeFilesLines
* Handle odd resolutionHaihao Xiang2020-08-191-12/+12
* Revert "VPP: clear a surface using media pipeline on GEN8+"Haihao Xiang2019-01-301-304/+0
* VPP: clear a surface using media pipeline on GEN8+Haihao Xiang2018-07-031-0/+304
* Do CSC/scaling from 8bit 420 YUV to RGB32 in the common pathXiang, Haihao2017-12-191-3/+275
* Do CSC/scaling for YV12/IMC1/IMC3 surface in the common pathXiang, Haihao2017-12-191-6/+15
* Move reserved bytes to the end of the structureXiang, Haihao2017-12-191-8/+8
* Remove some unused static tablesMark Thompson2017-10-101-3/+0
* Add a new shader for CSC/scaling from P010/I010 to YUY2/UYVY/NV12/I420 on GEN9Xiang, Haihao2017-08-171-3/+283
* Use single GPE context for the optimization for 8bit/10bit scaling/CSCXiang, Haihao2017-08-171-52/+28
* Factor out CSC/scaling in the fast pathXiang, Haihao2017-08-171-16/+0
* Unify the coding style in the driverXiang, Haihao2017-04-071-95/+95
* Rewrite Media_kernel to optimize the YUV420 8Bit-scaling on Gen9+Zhao Yakui2016-11-291-6/+275
* Move some VPP structures/functions into the common files to support more plat...Zhao Yakui2016-11-291-32/+2
* Use obtained eu_counts to configure GPU media pipeline on Gen8/Gen9Zhao Yakui2016-11-211-4/+8
* Rename gen9_gpe_media_object_walker() to gen8_gpe_media_object_walker()Xiang, Haihao2016-11-181-1/+1
* Rename i965_gpe_dri_object_to_2d_gpe_resource() to i965_dri_object_to_2d_gpe_...Xiang, Haihao2016-11-181-1/+1
* Rename gen8p_gpe_context_map_curbe()/gen8p_gpe_context_unmap_curbe() to i965_...Xiang, Haihao2016-11-181-2/+2
* Move sampler state related settings to the inner structure in i965_gpe_contextXiang, Haihao2016-11-181-6/+7
* Move interface descriptor remapping table related settings to the inner struc...Xiang, Haihao2016-11-181-1/+2
* Move all curbe related settings to the inner structure in i965_gpe_contextXiang, Haihao2016-11-181-2/+1
* Initialize one 10bit-scaling gpe_context for Gen9Zhao Yakui2016-11-171-0/+487
* vpp/gen9: Use 48 bit address relocation for STATE_BASE_ADDRESSSreerenj Balachandran2015-10-131-9/+6
* vpp/gen9: Fix the incorrect loading of kernel module.Sreerenj Balachandran2015-10-131-1/+1
* AVS: avs has more phases for sharp filter on SKLXiang, Haihao2015-09-291-0/+24
* Fix SKL media pipeline for VPPXiang, Haihao2014-12-141-0/+127
* Add Makefile.am to build the shader code for VPP on SKLXiang, Haihao2014-12-141-0/+13
* Add the initial support for VPP on SKLXiang, Haihao2014-12-141-0/+291