diff options
author | Dave Airlie <[email protected]> | 2019-02-11 12:46:10 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-04-09 14:25:01 +1000 |
commit | ff852fdc05dc2fc74625bc8f14e80a5f1cab5ed3 (patch) | |
tree | 86a392b359a787deae509156d21ac4a046783b59 /docs | |
parent | 05ff2dbf137c03b7c7e47f606b930e0afddaedee (diff) |
virgl: add support for ARB_indirect_parameters
The protocol changes are already in place for it.
Reviewed-By: Gert Wollny <[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 fa7a756a1ba..60877fa1969 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -227,7 +227,7 @@ 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_indirect_parameters DONE (i965/gen7+, nvc0, radeonsi) + GL_ARB_indirect_parameters DONE (i965/gen7+, nvc0, radeonsi, virgl) GL_ARB_pipeline_statistics_query DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_polygon_offset_clamp DONE (freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, swr, virgl) GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, radeonsi, softpipe, virgl) |