Module: Mesa Branch: master Commit: 59c4420facb1e004aaaddf86d63a86bd56e511f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59c4420facb1e004aaaddf86d63a86bd56e511f9
Author: Eric Anholt <[email protected]> Date: Mon Oct 15 10:12:25 2012 -0700 docs: Add note about removal of GL_NV_vertex_program. --- docs/relnotes-9.1.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-9.1.html b/docs/relnotes-9.1.html index e5f4b26..551e8bf 100644 --- a/docs/relnotes-9.1.html +++ b/docs/relnotes-9.1.html @@ -57,6 +57,8 @@ Note: some of the new features are only available with certain drivers. <ul> <li>Removed VAAPI state tracker (unmaintained and broken)</li> +<li>Removed i965's broken hardware implementation of GL_NV_vertex_program</li> +<li>Removed swrast support for GL_NV_vertex_program</li> </ul> </div> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
