From 0d653b948f56815eea6ee2b29bda71546aee0843 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 15 Feb 2014 16:27:58 +1300 Subject: [PATCH] docs: Mark off ARB_texture_view and add to release notes for 10.2. V4: Don't claim Gen8 yet. Signed-off-by: Chris Forbes Reviewed-by: Ian Romanick Reviewed-by: Kenneth Graunke Acked-by: Eric Anholt --- docs/GL3.txt | 2 +- docs/relnotes/10.2.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/GL3.txt b/docs/GL3.txt index bf51e3a..f90e30f 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -162,7 +162,7 @@ GL 4.3: GL_ARB_texture_buffer_range DONE (nv50, nvc0, i965, r600, radeonsi) GL_ARB_texture_query_levels DONE (i965) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) - GL_ARB_texture_view started (Courtney Goeltzenleuchter, Chris Forbes) + GL_ARB_texture_view DONE (i965) GL_ARB_vertex_attrib_binding DONE (all drivers) diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index da79e7d..5b93685 100644 --- a/docs/relnotes/10.2.html +++ b/docs/relnotes/10.2.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_buffer_storage on r300, r600, and radeonsi
  • GL_ARB_stencil_texturing on i965/gen8+
  • +
  • ARB_texture_view on i965/gen7
-- 2.7.4