docs: Note that GL_ARB_viewport_array is done on i965
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 11 Jan 2014 00:07:55 +0000 (16:07 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 20 Jan 2014 19:32:05 +0000 (11:32 -0800)
At least for GEN7+, anyway.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
docs/GL3.txt
docs/relnotes/10.1.html

index 0672ec708a1c014f43e8402f3e01e808983f2013..3bded7dc24d31e9175844c7285c52d7a8bdf49c3 100644 (file)
@@ -120,7 +120,7 @@ GL 4.1:
   GL_ARB_separate_shader_objects                       some infrastructure done
   GL_ARB_shader_precision                              not started
   GL_ARB_vertex_attrib_64bit                           not started
-  GL_ARB_viewport_array                                not started
+  GL_ARB_viewport_array                                DONE (i965)
 
 
 GL 4.2:
index b723805d98ddfab7e0faa15f8f712bbc19a9a923..14b635f247a21e63ba9bb5e76760ccf31c11ea44 100644 (file)
@@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers.
 <ul>
 <li>GL_ARB_draw_indirect on i965.</li>
 <li>GL_ARB_clear_buffer_object</li>
+<li>GL_ARB_viewport_array on i965.</li>
 <li>GL_AMD_shader_trinary_minmax.</li>
 <li>Reduced memory usage for display lists.</li>
 </ul>