Module: Mesa Branch: master Commit: ce57c8e925a378593b77f04d19c395a7f1c8f82e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce57c8e925a378593b77f04d19c395a7f1c8f82e
Author: Chris Forbes <[email protected]> Date: Fri Apr 11 21:20:13 2014 +1200 docs/relnotes: Fix consistency, add i965 to ARB_buffer_storage. Signed-off-by: Chris Forbes <[email protected]> --- docs/relnotes/10.2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index 5b93685..d7d557b 100644 --- a/docs/relnotes/10.2.html +++ b/docs/relnotes/10.2.html @@ -44,9 +44,9 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -<li>GL_ARB_buffer_storage on r300, r600, and radeonsi</li> +<li>GL_ARB_buffer_storage on i965, r300, r600, and radeonsi</li> <li>GL_ARB_stencil_texturing on i965/gen8+</li> -<li>ARB_texture_view on i965/gen7</li> +<li>GL_ARB_texture_view on i965/gen7</li> </ul> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
