diff options
author | Dave Airlie <[email protected]> | 2017-11-21 07:29:09 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-01-18 13:25:59 +1000 |
commit | 9041730d1c0f5bb88866c4448306eaffb0f4d761 (patch) | |
tree | 184cd6425612816700767547b659ecd35e58c0e0 /docs/features.txt | |
parent | 6785034a707ca6f93295e18616e5bc360adfb700 (diff) |
r600: add support for ARB_shader_clock.
Reviewed-by: Gert Wollny <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
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 980140f60da..e9b7be554b5 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_sample_locations not started GL_ARB_seamless_cubemap_per_texture DONE (i965, nvc0, radeonsi, r600, softpipe, swr) GL_ARB_shader_ballot DONE (i965/gen8+, nvc0, radeonsi) - GL_ARB_shader_clock DONE (i965/gen7+, nv50, nvc0, radeonsi) + GL_ARB_shader_clock DONE (i965/gen7+, nv50, nvc0, r600, radeonsi) GL_ARB_shader_stencil_export DONE (i965/gen9+, r600, radeonsi, softpipe, llvmpipe, swr) GL_ARB_shader_viewport_layer_array DONE (i965/gen6+, nvc0, radeonsi) GL_ARB_sparse_buffer DONE (radeonsi/CIK+) |