diff options
author | Rhys Perry <[email protected]> | 2018-06-14 19:56:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-06-14 20:09:45 -0600 |
commit | 30f1ab7a59223802fea70f363028161ca40470e6 (patch) | |
tree | 3a7bc8de89136411e582ce9edd8a265eb19f0c4b /docs/features.txt | |
parent | 66ca7e400b8cf736943feddafef7f76adabf9120 (diff) |
docs: document addition of GL_ARB_sample_locations for nvc0
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Brian Paul <[email protected]> (v2)
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index b32606d2233..30ad1e4490a 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) |