Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-09 | remove duplicate sunos5-smp entries | Brian Paul | |
2003-09-08 | update sunos5 targets (Greg Menke) | Brian Paul | |
2003-09-03 | fix a few typos for linux-solo | Brian Paul | |
2003-09-03 | add -lCrun for sunos5, added sunos5-smp (Greg M) | Brian Paul | |
2003-08-24 | Fix compile problems with `glMultiModeDrawArraysIBM' | Jon Smirl | |
Adjust makefiles to create depends and not store it in CVS Remove dependency on kernel pci_ids.h | |||
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | |
2003-08-22 | restore gcc-sl config | Brian Paul | |
2003-06-10 | updated old-style makefiles for new tree | Brian Paul | |
2003-06-01 | Remove a bunch of really old/obsolete configs. | Brian Paul | |
Use the new mklib script. | |||
2003-04-07 | Added gcc-sl target and shared lib shell script (Philip Brown) | Brian Paul | |
2003-03-11 | DJGPP tweaks | Brian Paul | |
2003-02-20 | updated DOS files for tarball | Brian Paul | |
2003-02-08 | added rules for making bz2 files and md5 checksums | Brian Paul | |
2003-02-08 | added cvsclean target | Brian Paul | |
2002-12-19 | added new DOS files | Brian Paul | |
2002-11-14 | bump version to 5.1 | Brian Paul | |
2002-11-13 | last tweaks for 5.0 release | Brian Paul | |
2002-11-13 | omit dmesadxe.h from tar file | Brian Paul | |
2002-11-11 | Tweaks for hpux. The hpux10 and hpux10-sl targets now build pretty | Karl Schultz | |
cleanly. | |||
2002-10-29 | bump OpenGL version to 1.4, Mesa version to 5.0 | Brian Paul | |
2002-10-15 | update file list for tar file | Brian Paul | |
2002-09-19 | added src/BeOS/*.h to file list | Brian Paul | |
2002-09-03 | updated DOS file list | Brian Paul | |
2002-05-05 | added linux-icc config (Marc.Dietrich) | Brian Paul | |
2002-03-11 | tweak file list for tarballs | Brian Paul | |
2002-02-12 | add new DOS files to tar file list | Brian Paul | |
2001-12-14 | Cleanup for IRIX 6 platforms. Build src-glu instead of si-glu due | Karl Schultz | |
to problems with building the c++ code in the si-glu. | |||
2001-11-30 | Add darwin target | Karl Schultz | |
2001-10-22 | version bumps, etc for 4.1 | Brian Paul | |
2001-10-17 | added some missing Win32 files to tar file list | Brian Paul | |
2001-10-17 | removed src/mms_depend from tar file list | Brian Paul | |
2001-09-23 | added missing tnl_dd files | Brian Paul | |
2001-09-23 | 4.0 updates | Brian Paul | |
2001-09-10 | add new WindML/Mesa man pages to tar file list | Brian Paul | |
2001-08-20 | added WindML driver | Brian Paul | |
2001-07-23 | added vms_x_fix.h to tar file list | Brian Paul | |
2001-07-13 | added linux-osmesa32 config | Brian Paul | |
2001-06-19 | added a few missing si-glu files | Brian Paul | |
2001-06-19 | add m4/ directory to tar file list | Brian Paul | |
2001-06-19 | more updates to tar file lists for 3.5 | Brian Paul | |
2001-06-18 | tar file list updates for 3.5 | Brian Paul | |
2001-05-10 | removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance ↵ | Brian Paul | |
anymore | |||
2001-04-26 | Added Makefile support for building libOSMesa16.so which is Mesa compiled | Brian Paul | |
for 16-bit color channels, using the OSMesa driver. | |||
2001-03-17 | updated for SGI SI GLU | Brian Paul | |
2001-01-23 | test check-in | Brian Paul | |
2000-11-27 | added new source directories to LIB_FILES | Brian Paul | |
2000-11-23 | minor updates for widgets-mesa/ | Brian Paul | |
2000-10-26 | removed X86/*.m4 files from tar archive | Brian Paul | |
2000-10-23 | fixed 386/x86 mismatches, reordered a few configs | Brian Paul | |
2000-10-23 | Major audit of all Mesa's x86 assembly code. This round is basically | Gareth Hughes | |
general cleanups - more to come. Added P6 architecture timing to debug_xform routines. Still need to add test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration of counter overhead for more accurate benchmarking. Removed redundant x86 assembly build options, replace with linux-x86 and so on. This will build all x86, MMX, 3DNow!, SSE etc assembly into libGL - preferred over many different options to include some but not all assembly code. Note that linux-3dnow and linux-katmai options have thus been removed. |