diff options
author | Chris Forbes <[email protected]> | 2014-04-11 21:20:13 +1200 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2014-04-11 21:20:13 +1200 |
commit | ce57c8e925a378593b77f04d19c395a7f1c8f82e (patch) | |
tree | 192f510aa49652484e3392f1b632a711e7c57ebb | |
parent | 227049098b59bca88883a750602fdad41949c996 (diff) |
docs/relnotes: Fix consistency, add i965 to ARB_buffer_storage.
Signed-off-by: Chris Forbes <[email protected]>
-rw-r--r-- | docs/relnotes/10.2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index 5b936851cba..d7d557bd074 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> |