Mesa (master): docs/features: remove driver-list for forward-compatible context

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 18 09:05:20 UTC 2020


Module: Mesa
Branch: master
Commit: 270eeb4105203e451bf34eebf496b5c89549c7f9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=270eeb4105203e451bf34eebf496b5c89549c7f9

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Jun 18 10:43:36 2020 +0200

docs/features: remove driver-list for forward-compatible context

This is something that's supported by the Gallium state-tracker, there's
nothing to be done per driver here.

---

 docs/features.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index 218d0730d48..791ebc496e1 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -71,7 +71,7 @@ GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llv
 
 GL 3.1, GLSL 1.40 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr, virgl
 
-  Forward compatible context support/deprecations       DONE ()
+  Forward compatible context support/deprecations       DONE
   GL_ARB_draw_instanced (Instanced drawing)             DONE (v3d, zink)
   GL_ARB_copy_buffer (Buffer copying)                   DONE (v3d, zink)
   GL_NV_primitive_restart (Primitive restart)           DONE (v3d)



More information about the mesa-commit mailing list