diff options
author | Lyude <lyude@redhat.com> | 2017-03-15 17:15:03 -0400 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2017-03-31 21:41:36 -0400 |
commit | 31970ab9a6526177c585cb92693178b7d5408916 (patch) | |
tree | d9046ceb4269896877f79a0fea38515a1665d338 /docs | |
parent | 82e0c5f484828565a566bd7fb5bcb67334bbee5e (diff) |
nvc0: Add support for NV_fill_rectangle for the GM200+
This enables support for the GL_NV_fill_rectangle extension on the
GM200+ for Desktop OpenGL.
Signed-off-by: Lyude <lyude@redhat.com>
Changes since v1:
- Fix commit message
- Add note to reldocs
Changes since v2:
- Remove unnessecary parens in nvc0_screen_get_param()
- Fix sorting in release notes
- Don't execute FILL_RECTANGLE method on pre-GM200+ GPUs
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index a11a37ffb8..917ee94b57 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -49,6 +49,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_shader_group_vote on radeonsi</li> <li>GL_ARB_transform_feedback2 on i965/gen6</li> <li>GL_ARB_transform_feedback_overflow_query on i965/gen6+</li> +<li>GL_NV_fill_rectangle on nvc0</li> <li>Geometry shaders enabled on swr</li> </ul> |