docs: update GL3.txt, relnotes to reflect current nv50/nvc0 status
authorIlia Mirkin <imirkin@alum.mit.edu>
Wed, 15 Jan 2014 11:05:44 +0000 (06:05 -0500)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Mon, 27 Jan 2014 15:40:43 +0000 (16:40 +0100)
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
docs/GL3.txt
docs/relnotes/10.1.html

index 799db4bc01f67e1bd874d8b9aa70361568e5366a..bc18d970529662ecd2469b9c2bfd4b77ef64fa00 100644 (file)
@@ -63,34 +63,34 @@ GL 3.1 --- all DONE: i965, nv50, nvc0, r600, radeonsi
   Signed normalized textures (GL_EXT_texture_snorm)     DONE (r300)
 
 
-GL 3.2 --- all DONE: i965
+GL 3.2 --- all DONE: i965, nv50, nvc0
 
   Core/compatibility profiles                           DONE
   GLSL 1.50                                             DONE ()
   Geometry shaders                                      DONE ()
-  BGRA vertex order (GL_ARB_vertex_array_bgra)          DONE (nv50, nvc0, r300, r600, radeonsi, swrast)
-  Base vertex offset(GL_ARB_draw_elements_base_vertex)  DONE (nv50, nvc0, r300, r600, radeonsi, swrast)
-  Frag shader coord (GL_ARB_fragment_coord_conventions) DONE (nv50, nvc0, r300, r600, radeonsi, swrast)
-  Provoking vertex (GL_ARB_provoking_vertex)            DONE (nv50, nvc0, r300, r600, radeonsi, swrast)
-  Seamless cubemaps (GL_ARB_seamless_cube_map)          DONE (nvc0, r600, radeonsi)
-  Multisample textures (GL_ARB_texture_multisample)     DONE (nvc0, r600, radeonsi)
-  Frag depth clamp (GL_ARB_depth_clamp)                 DONE (nv50, nvc0, r600, swrast, radeonsi)
-  Fence objects (GL_ARB_sync)                           DONE (nv50, nvc0, r300, r600, radeonsi, swrast)
+  BGRA vertex order (GL_ARB_vertex_array_bgra)          DONE (r300, r600, radeonsi, swrast)
+  Base vertex offset(GL_ARB_draw_elements_base_vertex)  DONE (r300, r600, radeonsi, swrast)
+  Frag shader coord (GL_ARB_fragment_coord_conventions) DONE (r300, r600, radeonsi, swrast)
+  Provoking vertex (GL_ARB_provoking_vertex)            DONE (r300, r600, radeonsi, swrast)
+  Seamless cubemaps (GL_ARB_seamless_cube_map)          DONE (r600, radeonsi)
+  Multisample textures (GL_ARB_texture_multisample)     DONE (r600, radeonsi)
+  Frag depth clamp (GL_ARB_depth_clamp)                 DONE (r600, swrast, radeonsi)
+  Fence objects (GL_ARB_sync)                           DONE (r300, r600, radeonsi, swrast)
   GLX_ARB_create_context_profile                        DONE
 
 
-GL 3.3 --- all DONE: i965
+GL 3.3 --- all DONE: i965, nv50, nvc0
 
   GLSL 3.30                                             DONE ()
-  GL_ARB_blend_func_extended                            DONE (nv50, nvc0, r600, radeonsi, softpipe)
-  GL_ARB_explicit_attrib_location                       DONE (i915, nv50, nvc0, r300, r600, radeonsi, swrast)
-  GL_ARB_occlusion_query2                               DONE (nv50, nvc0, r300, r600, radeonsi, swrast)
-  GL_ARB_sampler_objects                                DONE (nv50, nvc0, r300, r600, radeonsi)
-  GL_ARB_shader_bit_encoding                            DONE (nv50, nvc0, r600, radeonsi)
+  GL_ARB_blend_func_extended                            DONE (r600, radeonsi, softpipe)
+  GL_ARB_explicit_attrib_location                       DONE (i915, r300, r600, radeonsi, swrast)
+  GL_ARB_occlusion_query2                               DONE (r300, r600, radeonsi, swrast)
+  GL_ARB_sampler_objects                                DONE (r300, r600, radeonsi)
+  GL_ARB_shader_bit_encoding                            DONE (r600, radeonsi)
   GL_ARB_texture_rgb10_a2ui                             DONE (r600, radeonsi)
-  GL_ARB_texture_swizzle                                DONE (nv50, nvc0, r300, r600, radeonsi, swrast)
-  GL_ARB_timer_query                                    DONE (nv50, nvc0, r600, radeonsi)
-  GL_ARB_instanced_arrays                               DONE (nv50, nvc0, r300, r600, radeonsi)
+  GL_ARB_texture_swizzle                                DONE (r300, r600, radeonsi, swrast)
+  GL_ARB_timer_query                                    DONE (r600, radeonsi)
+  GL_ARB_instanced_arrays                               DONE (r300, r600, radeonsi)
   GL_ARB_vertex_type_2_10_10_10_rev                     DONE (r600, radeonsi)
 
 
index 14b635f247a21e63ba9bb5e76760ccf31c11ea44..2a25ad028b4c9a8a6f5a301aae2e7192e88d9651 100644 (file)
@@ -49,6 +49,7 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_ARB_viewport_array on i965.</li>
 <li>GL_AMD_shader_trinary_minmax.</li>
 <li>Reduced memory usage for display lists.</li>
+<li>OpenGL 3.3 support on nv50, nvc0</li>
 </ul>