diff --git a/.pick_status.json b/.pick_status.json index 6dd9b862d8f..09e0c015ec6 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1336,7 +1336,7 @@ "description": "docs: do not mention EGL_MESA_drm_display", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "f3e23ead536e66940053265216b3886fef69d891" }, diff --git a/docs/egl.rst b/docs/egl.rst index 3472ed007a3..e706a84801b 100644 --- a/docs/egl.rst +++ b/docs/egl.rst @@ -89,12 +89,6 @@ at runtime the main library uses the first platform listed in ``-D platforms=...`` as the native platform. - Extensions like ``EGL_MESA_drm_display`` define new functions to - create displays for non-native platforms. These extensions are - usually used by applications that support non-native platforms. - Setting this variable is probably required only for some of the demos - found in mesa/demo repository. - ``EGL_LOG_LEVEL`` This changes the log level of the main library and the drivers. The valid values are: ``debug``, ``info``, ``warning``, and ``fatal``.