diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-09-19 16:54:39 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-09-19 17:19:03 +0800 |
commit | e7424d72405a1cb1fb5ac625b340043aaa9f88be (patch) | |
tree | a0aa7f6a401d1697c5188d7a6ae1b6c69c08f6a6 /docs/egl.html | |
parent | c7c2e7d0ce97b1586219be2ba742758f23f5c7aa (diff) |
st/egl: Rename kms backend to drm.
The main use of the backend is to support EGL_MESA_drm_display. drm
should be a better name.
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/egl.html b/docs/egl.html index 4758267294..d38f2dd7b7 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -72,13 +72,13 @@ drivers will be installed to <code>${libdir}/egl</code>.</p> <li><code>--with-egl-platforms</code> <p>List the platforms (window systems) to support. Its argument is a comma -seprated string such as <code>--with-egl-platforms=x11,kms</code>. It decides +seprated string such as <code>--with-egl-platforms=x11,drm</code>. It decides the platforms a driver may support. The first listed platform is also used by the main library to decide the native platform: the platform the EGL native types such as <code>EGLNativeDisplayType</code> or <code>EGLNativeWindowType</code> defined for.</p> -<p>The available platforms are <code>x11</code>, <code>kms</code>, +<p>The available platforms are <code>x11</code>, <code>drm</code>, <code>fbdev</code>, and <code>gdi</code>. The <code>gdi</code> platform can only be built with SCons.</p> |