summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJose Fonseca <[email protected]>2015-03-03 14:52:15 +0000
committerJose Fonseca <[email protected]>2015-03-04 11:01:38 +0000
commit17b2825d760fb6a7b643e5f9c067d249a582cfdb (patch)
tree7ee2c5a2fcf598c46e4802acd8f469e3b00bf25e /docs
parent40a4797384d89c4ae225e1999ebe502cd50b2500 (diff)
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 <[email protected]> v3: Update release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.WIN324
-rw-r--r--docs/install.html5
-rw-r--r--docs/relnotes/10.6.0.html4
3 files changed, 7 insertions, 6 deletions
diff --git a/docs/README.WIN32 b/docs/README.WIN32
index c8759f65b21..e0e5b9b2ddf 100644
--- a/docs/README.WIN32
+++ b/docs/README.WIN32
@@ -11,9 +11,9 @@ no longer shipped or supported.
Run
- scons osmesa mesagdi
+ scons osmesa
-to build classic mesa Windows GDI drivers; or
+to build classic osmesa driver; or
scons libgl-gdi
diff --git a/docs/install.html b/docs/install.html
index b12e1cb8cd9..9dbfce58b51 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.
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html
index ceeca07ff38..bf29ebbad0f 100644
--- a/docs/relnotes/10.6.0.html
+++ b/docs/relnotes/10.6.0.html
@@ -58,7 +58,9 @@ TBD.
<h2>Changes</h2>
-TBD.
+<ul>
+<li>Removed classic Windows software rasterizer.</li>
+</ul>
</div>
</body>