intel: add a state buffer to intel_cmd
diff --git a/icd/intel/cmd.h b/icd/intel/cmd.h
index 8e575d1..44562b8 100644
--- a/icd/intel/cmd.h
+++ b/icd/intel/cmd.h
@@ -106,6 +106,7 @@
     XGL_FLAGS flags;
 
     struct intel_cmd_writer batch;
+    struct intel_cmd_writer state;
 
     XGL_UINT reloc_used;
     XGL_RESULT result;