summaryrefslogtreecommitdiff
path: root/docs/README.WIN32
AgeCommit message (Collapse)AuthorFilesLines
2015-04-01docs: note that classic osmesa/libEGL no longer builds with sconsEmil Velikov1-4/+0
Plus nuke the final reference to osmesa from README.WIN32. Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-03-04windows/gdi: Remove.Jose Fonseca1-2/+2
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.
2014-03-26mapi/glapi: Use ElementTree instead of libxml2.José Fonseca1-9/+7
It is quite hard to meet the dependency of the libxml2 python bindings outside Linux, and in particularly on MacOSX; whereas ElementTree is part of Python's standard library. ElementTree is more limited than libxml2: no DTD verification, defaults from DTD, or XInclude support, but none of these limitations is serious enough to justify using libxml2. In fact, it was easier to refactor the code to use ElementTree than to try to get libxml2 python bindings. In the process, gl_item_factory class was refactored so that there is one method for each kind of object to be created, as it simplifies things substantially. I confirmed that precisely the same output is generated for GL/GLX/GLES. v2: Remove m4/ax_python_module.m4 as suggested by Matt Turner. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2013-06-27docs: updated instructions for Mesa on WindowsBill York1-1/+18
Signed-off-by: Brian Paul <brianp@vmware.com>
2011-08-30Remote *.mgw stuff.José Fonseca1-0/+2
Totally broken, and deprecated by scons.
2011-04-23docs: Remove MSVS project files.José Fonseca1-96/+9
They were totally broken for several releases. scons now builds everything the project files built and more, and can be kept up-to-date with little effort.
2011-01-20docs: update README.WIN32 per Karl's requestBrian Paul1-9/+7
2009-11-19docs: remove VC6/7 project file infoBrian Paul1-23/+0
2008-02-28Convert crlf->lf line endings.José Fonseca1-163/+163
Windows/DOS users should enable core.autocrlf from now on: git config --global core.autocrlf true
2007-04-25updates for 6.5.3 w/ VC8Karl Schultz1-155/+163
2006-03-31updated again for 6.5.Karl Schultz1-5/+3
2006-03-29Updated for Mesa 6.5Karl Schultz1-10/+28
2005-07-01Update notes with VC7 info.Karl Schultz1-19/+22
2005-06-02Updates for new Windows build system.Karl Schultz1-86/+114
2004-10-01minor updates and improvementsKarl Schultz1-11/+28
2003-10-10Add notes about building with the mangled namespace on Windows.Karl Schultz1-0/+6
2003-09-18Updated for new Windows build system.Karl Schultz1-46/+33
2003-09-05update directoriesBrian Paul1-6/+6
2002-11-08Add instructions to unzip both zip files into the same directory.Karl Schultz1-1/+5
2002-08-15Add note about needing to run VCVARS32.BAT when compiling.Karl Schultz1-5/+11
Add book and samples to the list of dirs that are built. Reword some notes about the build process.
2001-11-29Update notes on si-glu NURBS.Karl Schultz1-5/+2
2001-11-01Updates for improved DirectDraw support (Daniel Slater)Karl Schultz1-6/+6
2001-10-15Updated for Mesa 4.0Karl Schultz1-623/+91
1999-09-19Added NASM supportTed Jump1-1/+11
1999-09-17Update for beta3Ted Jump1-2/+9
1999-07-09Ted's 3.1b2 updateBrian Paul1-739/+606
1999-02-23initial revBrian Paul1-0/+739