commit | 4f7730d74ef8a7896967771b9f94b12cd4cc0790 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Wed Feb 18 15:21:38 2015 -0700 |
committer | Chia-I Wu <olv@lunarg.com> | Thu Feb 19 13:03:25 2015 -0700 |
tree | 24abbb45619392de3ef1cff6a23ce12f207368ca | |
parent | c6025ac1a3a8f4e91b68e1cc37a13b27cb3892e5 [diff] [blame] |
intel: mostly cosmetic changes to fb.[ch]
diff --git a/icd/intel/cmd_pipeline.c b/icd/intel/cmd_pipeline.c index c31f491..a09a7bb 100644 --- a/icd/intel/cmd_pipeline.c +++ b/icd/intel/cmd_pipeline.c
@@ -519,7 +519,7 @@ (viewport->viewport_count - 1); /* TODO: framebuffer requests layer_count > 1 */ - if (cmd->bind.render_pass->fb->layer_count == 1) { + if (cmd->bind.render_pass->fb->array_size == 1) { dw3 |= GEN6_CLIP_DW3_RTAINDEX_FORCED_ZERO; }