commit | 48c283de163137939712d4661e3156188a296366 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 23:13:46 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Mon Aug 25 23:21:13 2014 +0800 |
tree | e30f74a30bd20ba920d13431754fb0a95a14476c | |
parent | 0b78444c32d7420e3ca165db8d6a06907818679e [diff] [blame] |
intel: rework command buffer workarounds Add a missing workaround, and add wa_flags so that a workaround is not emitted more than necessary.
diff --git a/icd/intel/cmd.h b/icd/intel/cmd.h index 16049b9..effb6aa 100644 --- a/icd/intel/cmd.h +++ b/icd/intel/cmd.h
@@ -84,6 +84,8 @@ const struct intel_ds_view *ds; } att; + + uint32_t wa_flags; }; struct intel_cmd_writer {