From afb6dc53bff58c137d07ca5b58c50debce5729d8 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Thu, 13 Oct 2016 21:39:42 -0400 Subject: nv50: enable ARB_enhanced_layouts Signed-off-by: Ilia Mirkin --- docs/features.txt | 4 ++-- docs/relnotes/12.1.0.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/features.txt b/docs/features.txt index ec2634f..7713808 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -193,11 +193,11 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, radeonsi GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600) GL_ARB_clear_texture DONE (i965, nv50, nvc0, r600) - GL_ARB_enhanced_layouts DONE (i965, llvmpipe, softpipe) + GL_ARB_enhanced_layouts DONE (i965, nv50, nvc0, 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, llvmpipe, softpipe) + - specified vec4-slot component numbers DONE (i965, nv50, nvc0, llvmpipe, softpipe) - specified transform/feedback layout DONE - input/output block locations DONE GL_ARB_multi_bind DONE (all drivers) diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index 20fd2cb..c7e4d01 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -51,7 +51,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_clear_texture on r600, radeonsi
  • GL_ARB_compute_variable_group_size on nvc0, radeonsi
  • GL_ARB_cull_distance on radeonsi
  • -
  • GL_ARB_enhanced_layouts on i965, radeonsi, llvmpipe, softpipe
  • +
  • GL_ARB_enhanced_layouts on i965, nv50, nvc0, radeonsi, llvmpipe, softpipe
  • GL_ARB_indirect_parameters on radeonsi
  • GL_ARB_query_buffer_object on radeonsi
  • GL_ARB_shader_draw_parameters on radeonsi
  • -- cgit v1.1