summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-11-14 11:49:24 +0100
committerEric Engestrom <eric@engestrom.ch>2022-11-17 14:05:04 +0000
commit86e7eb1830139eb964b3b3c6015bc63d20067861 (patch)
tree99be784a725d417d74ee0cd815da4753f6e3b17a /docs
parent2aae392bba3bf71838278e078bef4919cfd5baf7 (diff)
downloadmesa-86e7eb1830139eb964b3b3c6015bc63d20067861.tar.gz
mesa-86e7eb1830139eb964b3b3c6015bc63d20067861.tar.bz2
mesa-86e7eb1830139eb964b3b3c6015bc63d20067861.zip
docs: do not mention EGL_MESA_drm_display
This extension was removed back in 2016, but it seems we left a mention of it in the docs. The entire section with this extension seems kinda pointless now, so let's drop it entirely. Fixes: f3e23ead536 ("egl: remove remnants of MESA_drm_display") Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19719> (cherry picked from commit 9f2c9e4c3fa57deba3da30dfa8e022c0a49c80f0)
Diffstat (limited to 'docs')
-rw-r--r--docs/egl.rst6
1 files changed, 0 insertions, 6 deletions
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``.