diff options
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/egl.html b/docs/egl.html index 5561d1a4b8..efc7b1ed3a 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -82,6 +82,15 @@ They will <em>not</em> be built without the <code>egl_g3d</code> state tracker.</p> </li> + +<li><code>--enable-gallium-swrast</code> + +<p>This option is not specific to EGL. But if there is no driver for your +hardware, or you are experiencing problems with the hardware driver, you can +enable the swrast DRM driver. It is a dummy driver and EGL will fallback to +software rendering automatically.</p> + +</li> </ul> <h3>OpenGL</h3> @@ -159,6 +168,7 @@ tracker to build. The available drivers are</p> <li><code>egl_<dpy>_i965</code></li> <li><code>egl_<dpy>_radeon</code></li> <li><code>egl_<dpy>_nouveau</code></li> +<li><code>egl_<dpy>_swrast</code></li> <li><code>egl_<dpy>_vmwgfx</code></li> </ul> |