diff options
author | Jose Fonseca <[email protected]> | 2015-03-03 14:52:15 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-03-04 11:01:38 +0000 |
commit | 17b2825d760fb6a7b643e5f9c067d249a582cfdb (patch) | |
tree | 7ee2c5a2fcf598c46e4802acd8f469e3b00bf25e /docs/install.html | |
parent | 40a4797384d89c4ae225e1999ebe502cd50b2500 (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/install.html')
-rw-r--r-- | docs/install.html | 5 |
1 files changed, 2 insertions, 3 deletions
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 — Mesa + swrast, binary compatible with Windows's opengl32.dll -<li>build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll — Mesa + Gallium + softpipe, binary compatible with Windows's opengl32.dll +<li>build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll — Mesa + Gallium + softpipe (or llvmpipe), binary compatible with Windows's opengl32.dll </ul> <p> Put them all in the same directory to test them. |