diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-03-03 14:52:15 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-03-04 11:01:38 +0000 |
commit | 17b2825d760fb6a7b643e5f9c067d249a582cfdb (patch) | |
tree | 7ee2c5a2fcf598c46e4802acd8f469e3b00bf25e /docs/README.WIN32 | |
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 <emil.l.velikov@gmail.com>
v3: Update release notes.
Diffstat (limited to 'docs/README.WIN32')
-rw-r--r-- | docs/README.WIN32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.WIN32 b/docs/README.WIN32 index c8759f65b2..e0e5b9b2dd 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 |