diff options
author | Rhys Perry <[email protected]> | 2018-08-21 11:08:17 +0100 |
---|---|---|
committer | Rhys Perry <[email protected]> | 2018-08-28 13:50:51 +0100 |
commit | 743e11c10b180247488ae0cc24900560e0a74e2b (patch) | |
tree | 833c91a01482471b90b8c08149a97fd29375bf11 /docs/relnotes | |
parent | a4e60ccb56f339d3a20463b14ae4b3e124771f1a (diff) |
docs: add forgotten features to 18.2.0 release notes
Signed-off-by: Rhys Perry <[email protected]>
Reviewied-by: Ilia Mirkin <[email protected]>
Cc: 18.2: <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/18.2.0.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes/18.2.0.html b/docs/relnotes/18.2.0.html index fb7a12f2859..8afcb59d167 100644 --- a/docs/relnotes/18.2.0.html +++ b/docs/relnotes/18.2.0.html @@ -59,6 +59,9 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+)</li> <li>GL_ANDROID_extension_pack_es31a on radeonsi.</li> <li>GL_KHR_texture_compression_astc_ldr on radeonsi</li> +<li>GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on nvc0 (GM200+)</li> +<li>GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+)</li> +<li>multisampled images on nvc0 (GM107+) (now supported on GF100+)</li> </ul> <h2>Bug fixes</h2> |