Brian Paul
ca29a7c731
remove duplicate sunos5-smp entries
pirms 22 gadiem
Brian Paul
39c65bfb93
remove last of mklib.solaris stuff
pirms 22 gadiem
Brian Paul
e39cbf63f6
update sunos5 targets (Greg Menke)
pirms 22 gadiem
Brian Paul
67c1fd2fdb
add -lCrun for sunos5, added sunos5-smp (Greg M)
pirms 22 gadiem
Brian Paul
886bc6f36c
remove -malign-loops=2 -malign-functions=2 (bug 738020)
pirms 22 gadiem
Brian Paul
c86eab8478
added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)
pirms 22 gadiem
Brian Paul
21d956106e
fix-up CXXFLAGS (bug 757292)
pirms 22 gadiem
Brian Paul
5df82c82bd
patch to import Jon Smirl's work from Bitkeeper
pirms 22 gadiem
Brian Paul
1a84876d79
restore gcc-sl config
pirms 22 gadiem
Brian Paul
de5496d2a6
Further makefile clean-up, concentrated on the x86 assembly files.
pirms 22 gadiem
Brian Paul
5f3439916b
fixes for x86 builds
pirms 22 gadiem
Brian Paul
b953bebc25
updated old-style makefiles for new tree
pirms 22 gadiem
Brian Paul
69ffa43656
Added gcc-sl target and shared lib shell script (Philip Brown)
pirms 22 gadiem
Brian Paul
69e3c8b323
bump version to 5.1
pirms 23 gadiem
Brian Paul
d5cbe1e924
removed -malign-jumps
pirms 23 gadiem
Karl Schultz
d8c6273cf6
Tweaks for hpux. The hpux10 and hpux10-sl targets now build pretty
cleanly.
pirms 23 gadiem
Brian Paul
07624e347b
fix a few HPUX problems
pirms 23 gadiem
Brian Paul
42649700e2
bump OpenGL version to 1.4, Mesa version to 5.0
pirms 23 gadiem
Brian Paul
4fe2f3f1a0
Added CPLUSPLUS for sunos5 entries
pirms 23 gadiem
Brian Paul
4290dbac4d
added -axK to linux-icc CFLAGS
pirms 23 gadiem
Brian Paul
79cfdebbe0
remove -xK flag from linux-icc
pirms 23 gadiem
Brian Paul
30ec9dbaed
added linux-icc config (Marc.Dietrich)
pirms 23 gadiem
Keith Whitwell
851de7ded1
remove dead vertex assembly
pirms 23 gadiem
Brian Paul
6211144e05
use -O3 to compile osmesa16/32 targets
pirms 23 gadiem
Karl Schultz
5cbd179121
Use $(MAKE) on the irix targets, instead of hard-coding pmake,
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.
pirms 24 gadiem
Karl Schultz
c589af2fe2
Fix up targets for
irix6-o32, irix6-o32-dso, irix6-n32, irix6-n32-dso
pirms 24 gadiem
Karl Schultz
3ac348c17a
Add darwin target
pirms 24 gadiem
Brian Paul
3183af39d0
fixed bug 484142, missing backslash
pirms 24 gadiem
Brian Paul
a6fdefa322
remove -DMESA_TRACE from linux-debug config
pirms 24 gadiem
Brian Paul
94dd6b8927
remove Glide and SVGA support from mesa-debug config
pirms 24 gadiem
Brian Paul
3de5462ab1
version bumps, etc for 4.1
pirms 24 gadiem
Brian Paul
b1ee387ab5
replaced x86_xform_raw4.S with x86_xform4.S
pirms 24 gadiem
Brian Paul
97856fd98a
updated version info
pirms 24 gadiem
Brian Paul
62f75054cb
update version to 3.5.1, minor OSMesa changes
pirms 24 gadiem
Brian Paul
5b22aa1e33
added linux-osmesa32 config
pirms 24 gadiem
Brian Paul
76f8274daf
replaced -g with -O3 under linux-x86
pirms 24 gadiem
Brian Paul
d57bcbed46
moved some misplaced compiler flags from CC assigment to CFLAGS
pirms 24 gadiem
Brian Paul
f2bcadec7c
removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance anymore
pirms 24 gadiem
Brian Paul
785c3469f4
Added Makefile support for building libOSMesa16.so which is Mesa compiled
for 16-bit color channels, using the OSMesa driver.
pirms 24 gadiem
Brian Paul
830bf65275
added -Wundef to linux-debug compiler flags
pirms 24 gadiem
Gareth Hughes
1b2fef5c28
Consolidation of asm code in 3.5
pirms 24 gadiem
Gareth Hughes
8e48a232fe
Make generation of matypes.h more transparent.
pirms 24 gadiem
Gareth Hughes
c41edfb7c4
Add missing GEN_SOURCES definitions.
pirms 24 gadiem
Gareth Hughes
0a59ca6cae
New type system for assembly code. Asm files should now include
matypes.h, which includes assyntax.h and is generated from the core Mesa
header files.
pirms 24 gadiem
Brian Paul
84c8964116
added CCFLAGS and CPLUSPLUS definitions
pirms 24 gadiem
Gareth Hughes
3df1e04b10
Nope, -ansi spoils that...
pirms 24 gadiem
Gareth Hughes
2a938d3ab7
Undo -D_POSIX_SOURCE change, fix the way the katmai support test is
done.
pirms 24 gadiem
Gareth Hughes
79b2d13ae2
- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we've
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.
pirms 24 gadiem
Brian Paul
75d7425061
added some missing backslashes
pirms 25 gadiem
Brian Paul
5bb27edac0
generate separate libOSMesa library ala XFree86/DRI
pirms 25 gadiem