Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-15 | Correct typo (vpstate.c) so that makefile works. | Karl Schultz | |
2002-01-14 | oops, missed vpstate.c | Brian Paul | |
2002-01-14 | added vertex program sources | Brian Paul | |
2001-10-15 | Fix comments. | Karl Schultz | |
2001-10-04 | Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG gets | Karl Schultz | |
defined, which is bad for things like assert(). | |||
2001-09-25 | Fix up Windows makefiles so that the debug build leaves debugger info | Karl Schultz | |
in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win). | |||
2001-09-21 | Make osmesa a DLL instead of a static lib (Windows). This is more | Karl Schultz | |
consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent. | |||
2001-09-18 | clean up makefiles some more for Windows | Karl Schultz | |
2001-09-18 | remove carriage return chars | Karl Schultz | |
2001-09-14 | Win32 updates (Karl Schultz) | Brian Paul | |
2001-08-13 | removed ss_interp.c | Brian Paul | |
2001-06-18 | Consolidated source files. Since the re-org a number of source files | Brian Paul | |
only had one or two functions left in them. | |||
2001-05-07 | Initial new Win32 build support. More to come. | Gareth Hughes | |