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


Commit MetaInfo

Revision6ef0dbc54a71ae6f6ff503def31b666716983a5e (tree)
Time2010-04-07 12:27:36
AuthorXiang, Haihao <haihao.xiang@inte...>
CommiterXiang, Haihao

Log Message

i965_drv_video: fix an error in the previous commit

Change Summary

Incremental Difference

--- a/i965_drv_video/i965_media.c
+++ b/i965_drv_video/i965_media.c
@@ -176,6 +176,7 @@ i965_media_depth_buffer(VADriverContextP ctx)
176176 OUT_BATCH(ctx, 0);
177177 OUT_BATCH(ctx, 0);
178178 OUT_BATCH(ctx, 0);
179+ OUT_BATCH(ctx, 0);
179180 ADVANCE_BATCH();
180181 }
181182