Use GPU to construct MFX command buffer for H264 encoding on Haswell
authorZhao Yakui <yakui.zhao@intel.com>
Fri, 8 Nov 2013 07:36:36 +0000 (15:36 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 13 Nov 2013 07:34:07 +0000 (15:34 +0800)
commit4b8b3e8fc09ab953a40feae6ca0501267e97ee62
treed860ecb7b0e6f590881398e51ccd92ab00aa74f3
parentb06e32d127e2f466e44a52b2b7ca559ab79890ff
Use GPU to construct MFX command buffer for H264 encoding on Haswell

This is to optimze the performance of h264 encoding. The GPU can
accelerate the construction of MFX command buffer for H264 encoding.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
(cherry picked from commit 87bc38d4300212dea51b5635f184aa1ae37fa71c)
src/gen75_mfc.c
src/shaders/utils/Makefile.am
src/shaders/utils/mfc_batchbuffer_hsw.asm [new file with mode: 0644]
src/shaders/utils/mfc_batchbuffer_hsw.g75a [new file with mode: 0644]
src/shaders/utils/mfc_batchbuffer_hsw.g75b [new file with mode: 0644]
src/shaders/utils/mfc_batchbuffer_hsw.inc [new file with mode: 0644]