Module: Mesa Branch: main Commit: 7f5613903c2387af0971163562fbfc9177dc854c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f5613903c2387af0971163562fbfc9177dc854c
Author: Gert Wollny <[email protected]> Date: Wed May 24 06:56:08 2023 +0200 docs/features: fix empty line error Fixes: cbb144c (virgl: Add support for ARB_pipeline_statistics) Signed-off-by: Gert Wollny <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23195> --- docs/features.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 65a07d3582e..ea19cc8e907 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -229,7 +229,6 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi, zink GL_ARB_gl_spirv DONE (freedreno, i965/gen7+, llvmpipe) GL_ARB_indirect_parameters DONE (freedreno/a6xx+, i965/gen7+, nvc0, llvmpipe, virgl, d3d12) - GL_ARB_pipeline_statistics_query DONE (i965, nvc0, r600, llvmpipe, softpipe, virgl) GL_ARB_polygon_offset_clamp DONE (freedreno, i965, nv50, nvc0, r600, llvmpipe, v3d, virgl, panfrost) GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, llvmpipe, softpipe, virgl, v3d)
