aboutsummaryrefslogtreecommitdiffstats
path: root/docs/egl.rst
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-07-29 11:33:12 +0200
committerEric Engestrom <eric@engestrom.ch>2020-08-27 20:41:04 +0200
commit7897c315d4f4978257a59271ce156d07ed678566 (patch)
treeb7c24b927beb5f2775b3b3550998101578251bf8 /docs/egl.rst
parentc84d3049b01a2d3ce527e81a908fa31c4a867ac3 (diff)
downloadexternal_mesa3d-7897c315d4f4978257a59271ce156d07ed678566.tar.gz
external_mesa3d-7897c315d4f4978257a59271ce156d07ed678566.tar.bz2
external_mesa3d-7897c315d4f4978257a59271ce156d07ed678566.zip
docs/egl: add haiku driver
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6130>
Diffstat (limited to 'docs/egl.rst')
-rw-r--r--docs/egl.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/egl.rst b/docs/egl.rst
index ab786cf66f7..2959dede86f 100644
--- a/docs/egl.rst
+++ b/docs/egl.rst
@@ -123,6 +123,11 @@ EGL Drivers
This driver can share DRI drivers with ``libGL``.
+``haiku``
+ This driver supports only the `Haiku <https://haiku-os.org>`__
+ platform. It is also much less feature-complete than ``egl_dri2``,
+ supporting only part of EGL 1.4 and none of the extensions beyond it.
+
Lifetime of Display Resources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~