Module: Mesa
Branch: main
Commit: 2a008018c18e5d0508a2506edea9be0c5b5bc0f9
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a008018c18e5d0508a2506edea9be0c5b5bc0f9

Author: Samuel Pitoiset <[email protected]>
Date:   Wed Feb  8 15:47:55 2023 +0100

docs: stop reporting RADV_PERFTEST=gpl as experimental/suboptimal

The graphics pipeline library implementation in RADV has been
improved considerably lately.

There is still a bit of work for caching individual libraries
and optimized (LTO) pipelines but I think overall it seems good
enough to stop reporting it as experimental and suboptimal.

Signed-off-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21213>

---

 docs/envvars.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/envvars.rst b/docs/envvars.rst
index 511f54a0f3d..e14280b62b6 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -1148,8 +1148,7 @@ RADV driver environment variables
    ``gewave32``
       enable wave32 for vertex/tess/geometry shaders (GFX10+)
    ``gpl``
-      enable experimental (and suboptimal) graphics pipeline library (still
-      under active development)
+      enable graphics pipeline library
    ``localbos``
       enable local BOs
    ``nosam``

Reply via email to