aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2018-01-18 14:09:38 +1000
committerDave Airlie <[email protected]>2018-01-19 05:33:44 +1000
commit5758a8c4027459fa5b51d47b4aba95c5126f3bfe (patch)
tree3c9675d37aaf9a7c2e9249cec8d96139058c3844 /docs/features.txt
parent34499e8ddce09a55210e776700ee6de2fc6df6b2 (diff)
r600: enable ARB_enhanced_layouts
Only one piglit test fails, sso-vs-gs-fs-array-interleave There are 3 tests using ssbo without checking sizes failing also but those are test bugs. Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt
index e9b7be554b5..4b2bf2c69fb 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -193,11 +193,11 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, radeonsi
GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers)
GL_ARB_buffer_storage DONE (freedreno, i965, nv50, r600, llvmpipe, swr)
GL_ARB_clear_texture DONE (i965, nv50, r600, llvmpipe, softpipe, swr)
- GL_ARB_enhanced_layouts DONE (i965, nv50, llvmpipe, softpipe)
+ GL_ARB_enhanced_layouts DONE (i965, nv50, r600, llvmpipe, softpipe)
- compile-time constant expressions DONE
- explicit byte offsets for blocks DONE
- forced alignment within blocks DONE
- - specified vec4-slot component numbers DONE (i965, nv50, llvmpipe, softpipe)
+ - specified vec4-slot component numbers DONE
- specified transform/feedback layout DONE
- input/output block locations DONE
GL_ARB_multi_bind DONE (all drivers)