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;