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.c b/icd/intel/state.c index f0fed39..881e103 100644 --- a/icd/intel/state.c +++ b/icd/intel/state.c
@@ -225,6 +225,7 @@ { INTEL_GPU_ASSERT(gpu, 6, 7.5); + state->viewport_count = info->viewportCount; state->scissor_enable = info->scissorEnable; if (intel_gpu_gen(gpu) >= INTEL_GEN(7)) {