diff options
author | Ilia Mirkin <[email protected]> | 2016-06-12 16:05:31 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-06-18 13:38:30 -0400 |
commit | 194bcb49d1a7110832df3175739ec503d21beca3 (patch) | |
tree | 497fbe61b0e7de47088d1e90decbef2fe6a8bacf /docs/relnotes | |
parent | b21a00d1295d721275946e045e92920acdcb1a85 (diff) |
nv50: add support for GL_EXT_window_rectangles
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/12.1.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index a33460223c6..096f55186f8 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -46,7 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_shader_group_vote on nvc0</li> <li>GL_ARB_ES3_1_compatibility on i965</li> -<li>GL_EXT_window_rectangles on nvc0</li> +<li>GL_EXT_window_rectangles on nv50, nvc0</li> </ul> <h2>Bug fixes</h2> |