diff options
author | Dave Airlie <[email protected]> | 2018-07-31 08:02:59 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-08-08 08:36:40 +1000 |
commit | fe0a3a45bb4875e6c17916b5f2a6652e1691e129 (patch) | |
tree | 790435fd3a0117d932871e6bb26e756fcdc63835 /docs | |
parent | ba1ebf2ee12ef5cb97a450e7d39f577c671d55e4 (diff) |
virgl: add ARB_shader_clock support
Reviewed-by: Erik Faye-Lund <[email protected]>
Diffstat (limited to 'docs')
-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 37614470a14..613cc148f41 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -308,7 +308,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_sample_locations DONE (nvc0) GL_ARB_seamless_cubemap_per_texture DONE (freedreno, 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) + GL_ARB_shader_clock DONE (i965/gen7+, nv50, nvc0, r600, radeonsi, virgl) GL_ARB_shader_stencil_export DONE (i965/gen9+, r600, radeonsi, softpipe, llvmpipe, swr, virgl) GL_ARB_shader_viewport_layer_array DONE (i965/gen6+, nvc0, radeonsi) GL_ARB_sparse_buffer DONE (radeonsi/CIK+) |