OSDN Git Service

docs: Mark off ARB_texture_view and add to release notes for 10.2.
authorChris Forbes <chrisf@ijw.co.nz>
Sat, 15 Feb 2014 03:27:58 +0000 (16:27 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Thu, 10 Apr 2014 06:27:42 +0000 (18:27 +1200)
V4: Don't claim Gen8 yet.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Eric Anholt <eric@anholt.net>
docs/GL3.txt
docs/relnotes/10.2.html

index bf51e3a..f90e30f 100644 (file)
@@ -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)
 
 
index da79e7d..5b93685 100644 (file)
@@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers.
 <ul>
 <li>GL_ARB_buffer_storage on r300, r600, and radeonsi</li>
 <li>GL_ARB_stencil_texturing on i965/gen8+</li>
+<li>ARB_texture_view on i965/gen7</li>
 </ul>