the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is relative...
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Wed, 18 Nov 2009 02:35:50 +0000 (10:35 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 18 Nov 2009 03:51:11 +0000 (11:51 +0800)
commit9bbd034661c9f84908f1a025f27751a13cf9fd1b
treef27202c9b6a531938da6b7674c74b7c7b9656caa
parente46c702861fee39b11dcba3f9154aadf9aa08d83
the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is relative to the parent surface. So, we have another level of scaling since the surface can be scaled during vaPutSurface. This patch tries to fix that.
i965_drv_video.c
i965_drv_video.h
i965_render.c