diff options
author | Ilia Mirkin <[email protected]> | 2017-08-06 13:00:18 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-08-06 13:25:13 -0400 |
commit | 35d7145fa6b8cbb3a71eb64e8cbcfe6b5274b2d9 (patch) | |
tree | 8d3db47c4917576082cef65c8dbf2d85ddbf0e55 /docs/features.txt | |
parent | acba3a3151dbbba0ab834e062e0feb12af4873de (diff) |
fix GL_ARB_spirv_extensions name
Trivial. There is no _gl_ in there.
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 28842ed0f22..ac7645d0690 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -224,13 +224,13 @@ GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi GL 4.6, GLSL 4.60 GL_ARB_gl_spirv in progress (Nicolai Hähnle, Ian Romanick) - GL_ARB_gl_spirv_extensions in progress (Nicolai Hähnle, Ian Romanick) GL_ARB_indirect_parameters DONE (nvc0, radeonsi) GL_ARB_pipeline_statistics_query DONE (i965, nvc0, radeonsi, softpipe, swr) GL_ARB_polygon_offset_clamp not started GL_ARB_shader_atomic_counter_ops DONE (i965/gen7+, nvc0, radeonsi, softpipe) GL_ARB_shader_draw_parameters DONE (i965, nvc0, radeonsi) GL_ARB_shader_group_vote DONE (i965, nvc0, radeonsi) + GL_ARB_spirv_extensions in progress (Nicolai Hähnle, Ian Romanick) GL_ARB_texture_filter_anisotropic not started GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+, radeonsi) GL_KHR_no_error started (Timothy Arceri) |