commit | f5bd2253ff4114ac446f8eb820e78d56f711020f | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Mon Aug 17 11:10:49 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Wed Aug 26 09:59:59 2015 -0600 |
tree | e71e8887e6f9a10717bb33734cf2a259251acd81 | |
parent | 10442c1f0417f4a2458c959fcf2e4706f5013771 [diff] [blame] |
Bug 14323: RasterLine and RasterDepthBias changes
diff --git a/icd/intel/pipeline.c b/icd/intel/pipeline.c index ab410be..11ea82e 100644 --- a/icd/intel/pipeline.c +++ b/icd/intel/pipeline.c
@@ -366,6 +366,7 @@ pipeline->depthClipEnable = rs_state->depthClipEnable; pipeline->rasterizerDiscardEnable = rs_state->rasterizerDiscardEnable; + pipeline->depthBiasEnable = rs_state->depthBiasEnable; switch (rs_state->fillMode) { case VK_FILL_MODE_POINTS: