diff options
author | Mike Blumenkrantz <[email protected]> | 2019-04-18 13:21:56 -0400 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-04-23 16:36:30 -0700 |
commit | b53d256db89ef6e5b7d9ec85b6d72350b608f336 (patch) | |
tree | 8ca7767270cfd9dc2888a1e820ac4524e8678f87 /docs/relnotes | |
parent | e00f6a06050a0d19d49f2b6525bbed2e0c28d44f (diff) |
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 <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/19.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html index 1c4d5f5e978..af516c2c4d9 100644 --- a/docs/relnotes/19.1.0.html +++ b/docs/relnotes/19.1.0.html @@ -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> |