summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2010-04-07 11:27:11 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2010-04-07 11:27:36 +0800
commit6ef0dbc54a71ae6f6ff503def31b666716983a5e (patch)
tree2f8c6c3eec22642e0e730bd4dc75d1e95aad59cb
parentb660cd61d9139fd88684df5458d21569c713bc8e (diff)
downloadlibva-6ef0dbc54a71ae6f6ff503def31b666716983a5e.tar.gz
i965_drv_video: fix an error in the previous commit
-rw-r--r--i965_drv_video/i965_media.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/i965_drv_video/i965_media.c b/i965_drv_video/i965_media.c
index 929e04f..fe755ab 100644
--- a/i965_drv_video/i965_media.c
+++ b/i965_drv_video/i965_media.c
@@ -176,6 +176,7 @@ i965_media_depth_buffer(VADriverContextP ctx)
OUT_BATCH(ctx, 0);
OUT_BATCH(ctx, 0);
OUT_BATCH(ctx, 0);
+ OUT_BATCH(ctx, 0);
ADVANCE_BATCH();
}