commit | 79dfbb32429b1943ea96af947ac55029e9c3debd | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 12:19:02 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 13:20:24 2014 +0800 |
tree | 25bd6fe0e71779c20d8059b5d893e1ee11bec01e | |
parent | bda55fd214ca30e4b43f0d00cd81e8a8616169d3 [diff] [blame] |
intel: emit STATE_BASE_ADDRESS
diff --git a/icd/intel/cmd.c b/icd/intel/cmd.c index 8d55c88..c97d4a1 100644 --- a/icd/intel/cmd.c +++ b/icd/intel/cmd.c
@@ -224,6 +224,8 @@ return ret; } + cmd_batch_begin(cmd); + return XGL_SUCCESS; }