Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapi/glapi: Use ElementTree instead of libxml2. | José Fonseca | 2014-03-26 | 1 | -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 <[email protected]> | ||||
* | docs: updated instructions for Mesa on Windows | Bill York | 2013-06-27 | 1 | -1/+18 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | Remote *.mgw stuff. | José Fonseca | 2011-08-30 | 1 | -0/+2 |
| | | | | Totally broken, and deprecated by scons. | ||||
* | docs: Remove MSVS project files. | José Fonseca | 2011-04-23 | 1 | -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. | ||||
* | docs: update README.WIN32 per Karl's request | Brian Paul | 2011-01-20 | 1 | -9/+7 |
| | |||||
* | docs: remove VC6/7 project file info | Brian Paul | 2009-11-19 | 1 | -23/+0 |
| | |||||
* | Convert crlf->lf line endings. | José Fonseca | 2008-02-28 | 1 | -163/+163 |
| | | | | | | Windows/DOS users should enable core.autocrlf from now on: git config --global core.autocrlf true | ||||
* | updates for 6.5.3 w/ VC8 | Karl Schultz | 2007-04-25 | 1 | -155/+163 |
| | |||||
* | updated again for 6.5. | Karl Schultz | 2006-03-31 | 1 | -5/+3 |
| | |||||
* | Updated for Mesa 6.5 | Karl Schultz | 2006-03-29 | 1 | -10/+28 |
| | |||||
* | Update notes with VC7 info. | Karl Schultz | 2005-07-01 | 1 | -19/+22 |
| | |||||
* | Updates for new Windows build system. | Karl Schultz | 2005-06-02 | 1 | -86/+114 |
| | |||||
* | minor updates and improvements | Karl Schultz | 2004-10-01 | 1 | -11/+28 |
| | |||||
* | Add notes about building with the mangled namespace on Windows. | Karl Schultz | 2003-10-10 | 1 | -0/+6 |
| | |||||
* | Updated for new Windows build system. | Karl Schultz | 2003-09-18 | 1 | -46/+33 |
| | |||||
* | update directories | Brian Paul | 2003-09-05 | 1 | -6/+6 |
| | |||||
* | Add instructions to unzip both zip files into the same directory. | Karl Schultz | 2002-11-08 | 1 | -1/+5 |
| | |||||
* | Add note about needing to run VCVARS32.BAT when compiling. | Karl Schultz | 2002-08-15 | 1 | -5/+11 |
| | | | | | Add book and samples to the list of dirs that are built. Reword some notes about the build process. | ||||
* | Update notes on si-glu NURBS. | Karl Schultz | 2001-11-29 | 1 | -5/+2 |
| | |||||
* | Updates for improved DirectDraw support (Daniel Slater) | Karl Schultz | 2001-11-01 | 1 | -6/+6 |
| | |||||
* | Updated for Mesa 4.0 | Karl Schultz | 2001-10-15 | 1 | -623/+91 |
| | |||||
* | Added NASM support | Ted Jump | 1999-09-19 | 1 | -1/+11 |
| | |||||
* | Update for beta3 | Ted Jump | 1999-09-17 | 1 | -2/+9 |
| | |||||
* | Ted's 3.1b2 update | Brian Paul | 1999-07-09 | 1 | -739/+606 |
| | |||||
* | initial rev | Brian Paul | 1999-02-23 | 1 | -0/+739 |