Module: Mesa Branch: master Commit: e057cda2efe83201637b0398cc45fed797432863 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e057cda2efe83201637b0398cc45fed797432863
Author: Matt Turner <[email protected]> Date: Mon Oct 2 22:27:46 2017 -0700 docs: GL_ARB_indirect_parameters is now supported on i965/gen7+ --- docs/features.txt | 2 +- docs/relnotes/17.3.0.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index c186dc70da..61fff7459b 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -224,7 +224,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 (nvc0, radeonsi) + GL_ARB_indirect_parameters DONE (i965/gen7+, nvc0, radeonsi) GL_ARB_pipeline_statistics_query DONE (i965, nvc0, radeonsi, llvmpipe, softpipe, swr) GL_ARB_polygon_offset_clamp DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, swr) GL_ARB_shader_atomic_counter_ops DONE (i965/gen7+, nvc0, radeonsi, softpipe) diff --git a/docs/relnotes/17.3.0.html b/docs/relnotes/17.3.0.html index 4a74284632..2c3f6c110d 100644 --- a/docs/relnotes/17.3.0.html +++ b/docs/relnotes/17.3.0.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_indirect_parameters on i965/gen7+</li> <li>GL_ARB_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi, llvmpipe, swr</li> <li>GL_ARB_transform_feedback_overflow_query on radeonsi</li> <li>GL_ARB_texture_filter_anisotropic on i965, nv50, nvc0, r600, radeonsi</li> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
