summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-22 15:51:51 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-22 16:44:09 +0800
commita1306f4ef6f83a86d03720641f3cdc5e13485fa6 (patch)
treebf41b5ead53a1a575289be396efdff53b96d0c03 /docs
parent52d7b2cedee44fbd9a0e6405b974c62898bed169 (diff)
winsys/drm: Add swrast.
The swrast winsys always returns NULL when drm_api_create is called.
Diffstat (limited to 'docs')
-rw-r--r--docs/egl.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/egl.html b/docs/egl.html
index 5561d1a4b86..efc7b1ed3aa 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_&lt;dpy&gt;_i965</code></li>
<li><code>egl_&lt;dpy&gt;_radeon</code></li>
<li><code>egl_&lt;dpy&gt;_nouveau</code></li>
+<li><code>egl_&lt;dpy&gt;_swrast</code></li>
<li><code>egl_&lt;dpy&gt;_vmwgfx</code></li>
</ul>