Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-10 | Added CPLUSPLUS for sunos5 entries | Brian Paul | |
2002-05-27 | added -axK to linux-icc CFLAGS | Brian Paul | |
2002-05-06 | remove -xK flag from linux-icc | Brian Paul | |
2002-05-05 | added linux-icc config (Marc.Dietrich) | Brian Paul | |
2002-04-09 | remove dead vertex assembly | Keith Whitwell | |
2002-03-23 | use -O3 to compile osmesa16/32 targets | Brian Paul | |
2001-12-14 | Use $(MAKE) on the irix targets, instead of hard-coding pmake, | Karl Schultz | |
as suggested in SF bug 482149. People can still use pmake -v -f Makefile.X11 if they want to use pmake (works great for me). Sorry, this should have been in the last check-in. | |||
2001-12-14 | Fix up targets for | Karl Schultz | |
irix6-o32, irix6-o32-dso, irix6-n32, irix6-n32-dso | |||
2001-11-30 | Add darwin target | Karl Schultz | |
2001-11-23 | fixed bug 484142, missing backslash | Brian Paul | |
2001-11-18 | remove -DMESA_TRACE from linux-debug config | Brian Paul | |
2001-11-18 | remove Glide and SVGA support from mesa-debug config | Brian Paul | |
2001-10-22 | version bumps, etc for 4.1 | Brian Paul | |
2001-09-24 | replaced x86_xform_raw4.S with x86_xform4.S | Brian Paul | |
2001-09-23 | updated version info | Brian Paul | |
2001-09-01 | update version to 3.5.1, minor OSMesa changes | Brian Paul | |
2001-07-13 | added linux-osmesa32 config | Brian Paul | |
2001-06-18 | replaced -g with -O3 under linux-x86 | Brian Paul | |
2001-05-15 | moved some misplaced compiler flags from CC assigment to CFLAGS | 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-04-25 | added -Wundef to linux-debug compiler flags | Brian Paul | |
2001-03-29 | Consolidation of asm code in 3.5 | Gareth Hughes | |
2001-03-29 | Make generation of matypes.h more transparent. | Gareth Hughes | |
2001-03-29 | Add missing GEN_SOURCES definitions. | Gareth Hughes | |
2001-03-28 | New type system for assembly code. Asm files should now include | Gareth Hughes | |
matypes.h, which includes assyntax.h and is generated from the core Mesa header files. | |||
2001-03-17 | added CCFLAGS and CPLUSPLUS definitions | Brian Paul | |
2001-03-12 | Nope, -ansi spoils that... | Gareth Hughes | |
2001-03-12 | Undo -D_POSIX_SOURCE change, fix the way the katmai support test is | Gareth Hughes | |
done. | |||
2001-03-12 | - Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we've | Gareth Hughes | |
been using it with the DRI for long enough without any issues and we need it to include the katmai functions. - Make katmai assembly work with the debug tests. - A few general cleanups. | |||
2000-11-03 | added some missing backslashes | Brian Paul | |
2000-10-23 | generate separate libOSMesa library ala XFree86/DRI | 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. | |||
2000-09-26 | Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE. | Brian Paul | |
Changed src/Makefile.X11 to compile Trace sources like other drivers. | |||
2000-09-15 | added trace support (Loki) | Brian Paul | |
2000-09-15 | added more warning options to linux-elf-debug config | Brian Paul | |
2000-08-08 | bumped MESA_MINOR to 5 | Brian Paul | |
2000-06-08 | updated OSF/1 CFLAGS (Jeremie Petit) | Brian Paul | |
2000-05-08 | a few Alpha tweaks (Michael Champigny) | Brian Paul | |
2000-05-03 | fixed backslash typo in sunos configs | Brian Paul | |
2000-03-23 | changed some Linux -O2 flags to -O3 | Brian Paul | |
2000-02-24 | added missing backslash on line 483 | Brian Paul | |
2000-02-16 | new library dependency vars | Brian Paul | |
2000-02-11 | enable thread safety on Linux configs, removed -DTHREADS flag | Brian Paul | |
2000-01-17 | removed X86 files from linux debug configs | Brian Paul | |
2000-01-16 | x86 assembly dispatch | Josh Vanderhoof | |
2000-01-13 | added -Wmissing-prototypes and enabled pthreads for linux debug configs | Brian Paul | |
2000-01-05 | clean-up of Linux target configs | Brian Paul | |
1999-12-08 | added the katmai_transform_points4_* functions | Andre Werthmann | |