diff options
author | Anuj Phogat <[email protected]> | 2016-07-20 11:40:31 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2016-07-28 13:11:12 -0700 |
commit | 6d958c7c1666a2c67ab74e2b2542d1352eb49a5e (patch) | |
tree | 3e10b94f6e96eff011a01a904f6fc219b0abb04a /src/intel/vulkan/gen8_pipeline.c | |
parent | 0f94cdc976256529afe8047f566dfd23df449ac2 (diff) |
anv: Enable per sample shading on gen8+
Vulkan CTS test results on gen9:
./deqp-vk --deqp-case=dEQP-VK.pipeline.multisample.min_sample_shading*
Test run totals:
Passed: 60/90 (66.7%)
Failed: 0/90 (0.0%)
Not supported: 30/90 (33.3%)
Warnings: 0/90 (0.0%)
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/gen8_pipeline.c')
-rw-r--r-- | src/intel/vulkan/gen8_pipeline.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/vulkan/gen8_pipeline.c b/src/intel/vulkan/gen8_pipeline.c index 67ffca6199a..94f50d12c6e 100644 --- a/src/intel/vulkan/gen8_pipeline.c +++ b/src/intel/vulkan/gen8_pipeline.c @@ -122,9 +122,6 @@ emit_ms_state(struct anv_pipeline *pipeline, if (info && info->pSampleMask) sample_mask &= info->pSampleMask[0]; - if (info && info->sampleShadingEnable) - anv_finishme("VkPipelineMultisampleStateCreateInfo::sampleShadingEnable"); - anv_batch_emit(&pipeline->batch, GENX(3DSTATE_MULTISAMPLE), ms) { /* The PRM says that this bit is valid only for DX9: * |