commit | 1cbc0052d085ef7972287e99343ba2d33f0b2e64 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 09:50:12 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 10:03:18 2014 +0800 |
tree | 22058162e9bb82c8616985536e6cb2bc005106ae | |
parent | 2de65d0326e57450441145291d9491921aa05c62 [diff] [blame] |
intel: add a command writer for kernel buffers
diff --git a/icd/intel/cmd.h b/icd/intel/cmd.h index 44562b8..8792e91 100644 --- a/icd/intel/cmd.h +++ b/icd/intel/cmd.h
@@ -107,6 +107,7 @@ struct intel_cmd_writer batch; struct intel_cmd_writer state; + struct intel_cmd_writer kernel; XGL_UINT reloc_used; XGL_RESULT result;