A separate batch buffer for video processing
authorXiang, Haihao <haihao.xiang@intel.com>
Fri, 9 Aug 2013 05:40:10 +0000 (13:40 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 6 Sep 2013 07:30:27 +0000 (15:30 +0800)
commitdd9c77d4088cd6cd257227e66890929e65d6cd9c
tree66292b5d7d13f9afeebd00950aa7c01821245a67
parent7c0849287c2fa0186239973a0844592328bca9ba
A separate batch buffer for video processing

It is easy to result in multithread issue if the rendering code
and video processing code share the same batch buffer

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit ce0984814269e0923f44196e47f1c7cc2dddc55c)
src/i965_drv_video.c
src/i965_drv_video.h
src/i965_post_processing.c