From 30f1ab7a59223802fea70f363028161ca40470e6 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Thu, 14 Jun 2018 19:56:28 -0600 Subject: [PATCH] docs: document addition of GL_ARB_sample_locations for nvc0 Signed-off-by: Rhys Perry Reviewed-by: Brian Paul (v2) --- docs/features.txt | 2 +- docs/relnotes/18.2.0.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index b32606d..30ad1e4 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -305,7 +305,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_parallel_shader_compile not started, but Chia-I Wu did some related work in 2014 GL_ARB_post_depth_coverage DONE (i965, nvc0) GL_ARB_robustness_isolation not started - GL_ARB_sample_locations not started + GL_ARB_sample_locations DONE (nvc0) GL_ARB_seamless_cubemap_per_texture DONE (i965, nvc0, radeonsi, r600, softpipe, swr, virgl) GL_ARB_shader_ballot DONE (i965/gen8+, nvc0, radeonsi) GL_ARB_shader_clock DONE (i965/gen7+, nv50, nvc0, r600, radeonsi) diff --git a/docs/relnotes/18.2.0.html b/docs/relnotes/18.2.0.html index d377a91..f757f41 100644 --- a/docs/relnotes/18.2.0.html +++ b/docs/relnotes/18.2.0.html @@ -57,7 +57,7 @@ Note: some of the new features are only available with certain drivers.

Bug fixes

    -
  • TBD
  • +
  • GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+)

Changes

-- 2.7.4