diff options
author | Dave Airlie <[email protected]> | 2018-06-14 14:51:04 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-08-22 05:05:21 +1000 |
commit | 41d58e20983576212636c11afd6ca25ebd60b68f (patch) | |
tree | bcd0095cf4b21d4672ad4a45ba06a931a7c94402 /docs/features.txt | |
parent | aa79cc2bc8e27febc159bafe7bdb52e866b8a9ec (diff) |
virgl: ARB_enhanced_layouts support
We need to handle the gaps in the streamout bindings on the guest
side and enable if it the host has the rest enabled.
Reviewed-by: Jakob Bornecrantz <[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 800a132e509..be10cb7da92 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -196,7 +196,7 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) GL_ARB_buffer_storage DONE (freedreno, i965, nv50, llvmpipe, swr) GL_ARB_clear_texture DONE (i965, nv50, llvmpipe, softpipe, swr) - GL_ARB_enhanced_layouts DONE (i965, nv50, llvmpipe, softpipe) + GL_ARB_enhanced_layouts DONE (i965, nv50, llvmpipe, softpipe, virgl) - compile-time constant expressions DONE - explicit byte offsets for blocks DONE - forced alignment within blocks DONE |