commit | 7d841507706abe67da7cd2fc70118a0044bca21e | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Sat Aug 30 14:29:15 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Sat Aug 30 14:52:50 2014 +0800 |
tree | 99f4a2a7d13e895bc02544d8d9c7f3e0ddedeccf | |
parent | 8016a174bbefeb817fc34c183ac3064959dd0b98 [diff] [blame] |
intel: export viewport count in intel_viewport_state
diff --git a/icd/intel/state.h b/icd/intel/state.h index c89e7e4..33edc56 100644 --- a/icd/intel/state.h +++ b/icd/intel/state.h
@@ -33,6 +33,7 @@ struct intel_viewport_state { struct intel_obj obj; + XGL_UINT viewport_count; bool scissor_enable; /* SF_CLIP_VIEWPORTs, CC_VIEWPORTs, and SCISSOR_RECTs */ uint32_t *cmd;