• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/intel-driver


Commit MetaInfo

Revision67e122a4b100365d5d8bb6377c73e39f6c44abf9 (tree)
Time2015-08-17 09:29:29
AuthorZhao Yakui <yakui.zhao@inte...>
CommiterZhao, Yakui

Log Message

VPP: Flush batch buffer to assure that previous GPU operation is submitted

Tested-by: Zaverel <zaverel@free.fr>
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>

Change Summary

Incremental Difference

--- a/src/i965_post_processing.c
+++ b/src/i965_post_processing.c
@@ -5957,6 +5957,8 @@ i965_proc_picture(VADriverContextP ctx,
59575957 obj_surface,
59585958 pipeline_param->output_background_color);
59595959
5960+ intel_batchbuffer_flush(hw_context->batch);
5961+
59605962 saved_filter_flag = i965pp_context->filter_flags;
59615963 i965pp_context->filter_flags = VA_FILTER_SCALING_HQ;
59625964