iris: add support for INTEL_conservative_rasterization

this hooks up the iris gallium driver to existing mesa bits which handle
the implementation

resolves kwg/mesa#8

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Mike Blumenkrantz
2019-04-18 13:21:56 -04:00
committed by Kenneth Graunke
parent e00f6a0605
commit b53d256db8
3 changed files with 35 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ TBD.
<li>VK_KHR_shader_atomic_int64 on Intel.</li>
<li>VK_EXT_descriptor_indexing on Intel.</li>
<li>VK_KHR_shader_float16_int8 on Intel and RADV.</li>
<li>GL_INTEL_conservative_rasterization on iris.</li>
</ul>
<h2>Bug fixes</h2>