diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2010-01-22 15:51:51 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2010-01-22 16:44:09 +0800 |
commit | a1306f4ef6f83a86d03720641f3cdc5e13485fa6 (patch) | |
tree | bf41b5ead53a1a575289be396efdff53b96d0c03 /docs/egl.html | |
parent | 52d7b2cedee44fbd9a0e6405b974c62898bed169 (diff) |
winsys/drm: Add swrast.
The swrast winsys always returns NULL when drm_api_create is called.
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> |