commit | 24565eee5952d4c7894170dbb968dda9b4ac123a | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Thu Aug 21 20:24:31 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Thu Aug 21 20:32:02 2014 +0800 |
tree | c1b39d31f17f0ebac98f388c41014381a2ba4b8e | |
parent | 5e25c27ee6743fdcd0ee910ffeff3c809081e545 [diff] [blame] |
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;