From: Tobias Klausmann Date: Sun, 15 Jun 2014 19:24:05 +0000 (+0200) Subject: docs: update GL3.txt, relnotes: mark GL_ARB_viewport_array as done for nvc0 X-Git-Tag: upstream/10.3~1509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd01e1667af53740da97d9f71387c5f9748be1b9;p=platform%2Fupstream%2Fmesa.git docs: update GL3.txt, relnotes: mark GL_ARB_viewport_array as done for nvc0 Signed-off-by: Tobias Klausmann Reviewed-by: Ilia Mirkin --- diff --git a/docs/GL3.txt b/docs/GL3.txt index f85dce4..a073562 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -132,7 +132,7 @@ GL 4.1: GL_ARB_separate_shader_objects DONE (all drivers) GL_ARB_shader_precision not started GL_ARB_vertex_attrib_64bit not started - GL_ARB_viewport_array DONE (i965, nv50, r600) + GL_ARB_viewport_array DONE (i965, nv50, nvc0, r600) GL 4.2: diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index d83f038..c9daea5 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -49,6 +49,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_texture_cube_map_array on radeonsi
  • GL_ARB_compressed_texture_pixel_storage on all drivers
  • GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  • +
  • GL_ARB_viewport_array on nvc0