summaryrefslogtreecommitdiff
path: root/Make-config
AgeCommit message (Expand)AuthorFilesLines
2001-09-24replaced x86_xform_raw4.S with x86_xform4.SBrian Paul1-2/+2
2001-09-23updated version infoBrian Paul1-4/+4
2001-09-01update version to 3.5.1, minor OSMesa changesBrian Paul1-5/+5
2001-07-13added linux-osmesa32 configBrian Paul1-2/+14
2001-06-18replaced -g with -O3 under linux-x86Brian Paul1-2/+2
2001-05-15moved some misplaced compiler flags from CC assigment to CFLAGSBrian Paul1-9/+9
2001-05-10removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance ...Brian Paul1-24/+4
2001-04-26Added Makefile support for building libOSMesa16.so which is Mesa compiledBrian Paul1-2/+14
2001-04-25added -Wundef to linux-debug compiler flagsBrian Paul1-2/+2
2001-03-29Consolidation of asm code in 3.5Gareth Hughes1-91/+55
2001-03-29Make generation of matypes.h more transparent.Gareth Hughes1-13/+5
2001-03-29Add missing GEN_SOURCES definitions.Gareth Hughes1-1/+12
2001-03-28New type system for assembly code. Asm files should now includeGareth Hughes1-68/+57
2001-03-17added CCFLAGS and CPLUSPLUS definitionsBrian Paul1-2/+112
2001-03-12Nope, -ansi spoils that...Gareth Hughes1-7/+7
2001-03-12Undo -D_POSIX_SOURCE change, fix the way the katmai support test isGareth Hughes1-7/+7
2001-03-12- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we'veGareth Hughes1-7/+7
2000-11-03added some missing backslashesBrian Paul1-4/+4
2000-10-23generate separate libOSMesa library ala XFree86/DRIBrian Paul1-1/+95
2000-10-23fixed 386/x86 mismatches, reordered a few configsBrian Paul1-45/+46
2000-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes1-119/+175
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul1-3/+3
2000-09-15added trace support (Loki)Brian Paul1-2/+16
2000-09-15added more warning options to linux-elf-debug configBrian Paul1-2/+2
2000-08-08bumped MESA_MINOR to 5Brian Paul1-2/+2
2000-06-08updated OSF/1 CFLAGS (Jeremie Petit)Brian Paul1-3/+3
2000-05-08a few Alpha tweaks (Michael Champigny)Brian Paul1-4/+4
2000-05-03fixed backslash typo in sunos configsBrian Paul1-3/+3
2000-03-23changed some Linux -O2 flags to -O3Brian Paul1-4/+4
2000-02-24added missing backslash on line 483Brian Paul1-2/+2
2000-02-16new library dependency varsBrian Paul1-168/+183
2000-02-11enable thread safety on Linux configs, removed -DTHREADS flagBrian Paul1-12/+12
2000-01-17removed X86 files from linux debug configsBrian Paul1-5/+3
2000-01-16x86 assembly dispatchJosh Vanderhoof1-19/+19
2000-01-13added -Wmissing-prototypes and enabled pthreads for linux debug configsBrian Paul1-7/+7
2000-01-05clean-up of Linux target configsBrian Paul1-69/+36
1999-12-08added the katmai_transform_points4_* functionsAndre Werthmann1-1/+3
1999-11-22added more ASM_SRCSAndre Werthmann1-1/+7
1999-11-18checked in the first new PIII vertex-transformation codeAndre Werthmann1-1/+41
1999-11-11initial changes for Mesa 3.3Brian Paul1-80/+80
1999-11-02added linux-glide-debug configBrian Paul1-1/+13
1999-10-27added -lm to XLIBS for all configsBrian Paul1-88/+88
1999-10-22minor clean-up of linux-elf-debug targetBrian Paul1-2/+2
1999-10-20added X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCESHolger Waechtler1-17/+19
1999-10-15added sco5 configBrian Paul1-3/+14
1999-09-15minor library name changesBrian Paul1-5/+5
1999-09-15new MESA_ version number symbolsBrian Paul1-5/+5
1999-09-15added TINY version symbolBrian Paul1-1/+2
1999-09-14added linux-386-pthread-shared-glideBrian Paul1-1/+13
1999-08-19Initial revisionjtg1-0/+1265