• 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/libva


Commit MetaInfo

Revisión3b656e4063b484fa1d76e539c39454a119548ed8 (tree)
Tiempo2014-09-09 02:16:00
AutorAustin Yuan <shengquan.yuan@inte...>
CommiterXiang, Haihao

Log Message

vatrace: fix a overwrite

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
(cherry picked from commit 7f1b4be6623f5fe65063581252d2b68bd77fd076)

Cambiar Resumen

Diferencia incremental

--- a/va/va.c
+++ b/va/va.c
@@ -991,7 +991,7 @@ VAStatus vaMapBuffer (
991991
992992 va_status = ctx->vtable->vaMapBuffer( ctx, buf_id, pbuf );
993993
994- VA_TRACE_LOG(va_TraceMapBuffer, dpy, buf_id, pbuf);
994+ VA_TRACE_ALL(va_TraceMapBuffer, dpy, buf_id, pbuf);
995995
996996 return va_status;
997997 }