commit | d4a39bf4e6e569b406bf40f2eae0208791d4c519 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 15:47:29 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:32:04 2015 -0600 |
tree | a7a4400e5aa189f1fb5581fb183f222ef328c970 | |
parent | 34e2a95561548c021e008a1143acaf7d0da7d6d3 [diff] [blame] |
misc: Track alphaToOneEnable
diff --git a/icd/intel/pipeline.c b/icd/intel/pipeline.c index f809497..a0fce38 100644 --- a/icd/intel/pipeline.c +++ b/icd/intel/pipeline.c
@@ -959,6 +959,7 @@ pipeline->sample_count = (info->ms.rasterSamples <= 1) ? 1 : info->ms.rasterSamples; pipeline->alphaToCoverageEnable = info->ms.alphaToCoverageEnable; + pipeline->alphaToOneEnable = info->ms.alphaToOneEnable; /* 3DSTATE_SAMPLE_MASK */ cmd = GEN6_RENDER_CMD(3D, 3DSTATE_SAMPLE_MASK);