commit | 68d9bef8509da1381556b3ba8015665da24b4a8e | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Aug 28 17:35:03 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Aug 28 18:06:32 2014 -0600 |
tree | d2d6509e5f9876845963e39e331e94c87d1d7602 | |
parent | d865483f74b16429dbf3e5990398f18b410be03d [diff] [blame] |
intel: Set WA flags needed for pipeline state
diff --git a/icd/intel/pipeline.h b/icd/intel/pipeline.h index cf91425..aa455db 100644 --- a/icd/intel/pipeline.h +++ b/icd/intel/pipeline.h
@@ -196,6 +196,8 @@ int PUSH_CONSTANT_BUFFER_size; } wm_state; + uint32_t pre_pso_wa_flags; + uint32_t post_pso_wa_flags; uint32_t cmds[INTEL_PSO_CMD_ENTRIES]; XGL_UINT cmd_len; };