diff options
author | Rhys Perry <[email protected]> | 2018-07-25 13:49:36 +0100 |
---|---|---|
committer | Rhys Perry <[email protected]> | 2018-07-26 11:49:23 +0100 |
commit | b5a56a11daff72d6c566da116a58b1d99087dd88 (patch) | |
tree | bec72d5b806fe016c3d6470ac5f2395c3b356d62 /docs | |
parent | 2cc1849afb741bef3e5f04d005e07365c90fd367 (diff) |
docs: fix incorrect placement of the ARB_sample_locations release notes
Seems something went wrong somehow when it was pushed.
v2: combine into one list
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Marek OIšák <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/18.2.0.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/relnotes/18.2.0.html b/docs/relnotes/18.2.0.html index f757f4148ad..8cdf6ac7d78 100644 --- a/docs/relnotes/18.2.0.html +++ b/docs/relnotes/18.2.0.html @@ -52,14 +52,11 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_fragment_shader_interlock on i965</li> +<li>GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+)</li> </ul> <h2>Bug fixes</h2> -<ul> -<li>GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+)</li> -</ul> - <h2>Changes</h2> <ul> |