summaryrefslogtreecommitdiffstats
path: root/docs/install.html
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-03-03 14:52:15 +0000
committerJose Fonseca <jfonseca@vmware.com>2015-03-04 11:01:38 +0000
commit17b2825d760fb6a7b643e5f9c067d249a582cfdb (patch)
tree7ee2c5a2fcf598c46e4802acd8f469e3b00bf25e /docs/install.html
parent40a4797384d89c4ae225e1999ebe502cd50b2500 (diff)
downloadexternal_mesa3d-17b2825d760fb6a7b643e5f9c067d249a582cfdb.zip
external_mesa3d-17b2825d760fb6a7b643e5f9c067d249a582cfdb.tar.gz
external_mesa3d-17b2825d760fb6a7b643e5f9c067d249a582cfdb.tar.bz2
windows/gdi: Remove.
This classic driver is so far behind Gallium softpipe/llvmpipe based one, that's hard to imagine ever being useful. v2: Drop drivers/windows from src/mesa/Makefile.am:EXTRA_DIST per Emil Velikov. Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> v3: Update release notes.
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/install.html b/docs/install.html
index b12e1cb..9dbfce5 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -127,14 +127,13 @@ by -debug for debug builds.
To build Mesa with SCons for Windows on Linux using the MinGW crosscompiler toolchain do
</p>
<pre>
- scons platform=windows toolchain=crossmingw machine=x86 mesagdi libgl-gdi
+ scons platform=windows toolchain=crossmingw machine=x86 libgl-gdi
</pre>
<p>
This will create:
</p>
<ul>
-<li>build/windows-x86-debug/mesa/drivers/windows/gdi/opengl32.dll &mdash; Mesa + swrast, binary compatible with Windows's opengl32.dll
-<li>build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll &mdash; Mesa + Gallium + softpipe, binary compatible with Windows's opengl32.dll
+<li>build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll &mdash; Mesa + Gallium + softpipe (or llvmpipe), binary compatible with Windows's opengl32.dll
</ul>
<p>
Put them all in the same directory to test them.