diff options
author | Nicolai Hähnle <[email protected]> | 2016-10-06 23:10:22 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-10-12 18:50:10 +0200 |
commit | 789119d21212da3891ed57018ec1af197a48977c (patch) | |
tree | 99f8f508f57a6c58094213fa62b874079855f76b /docs/relnotes | |
parent | b5b4aa42ba189c8aa2339ead12784c4feb76bdbb (diff) |
st/mesa: enable ARB_enhanced_layouts and turn the cap on
v2: mark llvmpipe & softpipe properly as well (Jason Wood)
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/12.1.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index 2e4b669d8ba..20fd2cbe917 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. <li>GL_ARB_clear_texture on r600, radeonsi</li> <li>GL_ARB_compute_variable_group_size on nvc0, radeonsi</li> <li>GL_ARB_cull_distance on radeonsi</li> -<li>GL_ARB_enhanced_layouts on i965</li> +<li>GL_ARB_enhanced_layouts on i965, radeonsi, llvmpipe, softpipe</li> <li>GL_ARB_indirect_parameters on radeonsi</li> <li>GL_ARB_query_buffer_object on radeonsi</li> <li>GL_ARB_shader_draw_parameters on radeonsi</li> |