From: Jan Zielinski Date: Thu, 30 Jan 2020 08:34:55 +0000 (+0100) Subject: docs: Update SWR tessellation support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f09c466732e4a5b648d7503787777c926dd93c29;p=mesa.git docs: Update SWR tessellation support Update features.txt to reflect ARB_tessellation_shader support in SWR Reviewed-by: Krzysztof Raszkowski Tested-by: Marge Bot Part-of: --- diff --git a/docs/features.txt b/docs/features.txt index a669c414bb1..2f051fcae25 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -130,7 +130,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl GL_ARB_gpu_shader_fp64 DONE (i965/gen7+, llvmpipe, softpipe, swr) GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50) GL_ARB_shader_subroutine DONE (freedreno, i965/gen6+, nv50, llvmpipe, softpipe, swr) - GL_ARB_tessellation_shader DONE (i965/gen7+) + GL_ARB_tessellation_shader DONE (i965/gen7+, swr) GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, llvmpipe, softpipe, swr) GL_ARB_texture_cube_map_array DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_texture_gather DONE (freedreno, i965/gen6+, nv50, llvmpipe, softpipe, swr)