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.
2001-12-14 17:48:19 +00:00
Karl Schultz
c589af2fe2
Fix up targets for
...
irix6-o32, irix6-o32-dso, irix6-n32, irix6-n32-dso
2001-12-14 16:42:23 +00:00
Karl Schultz
3ac348c17a
Add darwin target
2001-11-30 19:41:19 +00:00
Brian Paul
3183af39d0
fixed bug 484142, missing backslash
2001-11-23 20:09:26 +00:00
Brian Paul
a6fdefa322
remove -DMESA_TRACE from linux-debug config
2001-11-18 23:11:45 +00:00
Brian Paul
94dd6b8927
remove Glide and SVGA support from mesa-debug config
2001-11-18 23:03:53 +00:00
Brian Paul
3de5462ab1
version bumps, etc for 4.1
2001-10-22 22:45:18 +00:00
Brian Paul
b1ee387ab5
replaced x86_xform_raw4.S with x86_xform4.S
2001-09-24 19:18:03 +00:00
Brian Paul
97856fd98a
updated version info
2001-09-23 16:53:28 +00:00
Brian Paul
62f75054cb
update version to 3.5.1, minor OSMesa changes
2001-09-01 20:26:51 +00:00
Brian Paul
5b22aa1e33
added linux-osmesa32 config
2001-07-13 20:08:42 +00:00
Brian Paul
76f8274daf
replaced -g with -O3 under linux-x86
2001-06-18 22:45:16 +00:00
Brian Paul
d57bcbed46
moved some misplaced compiler flags from CC assigment to CFLAGS
2001-05-15 15:27:43 +00:00
Brian Paul
f2bcadec7c
removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance anymore
2001-05-10 03:00:58 +00:00
Brian Paul
785c3469f4
Added Makefile support for building libOSMesa16.so which is Mesa compiled
...
for 16-bit color channels, using the OSMesa driver.
2001-04-26 22:27:09 +00:00
Brian Paul
830bf65275
added -Wundef to linux-debug compiler flags
2001-04-25 15:52:15 +00:00
Gareth Hughes
1b2fef5c28
Consolidation of asm code in 3.5
2001-03-29 06:46:15 +00:00
Gareth Hughes
8e48a232fe
Make generation of matypes.h more transparent.
2001-03-29 03:41:39 +00:00
Gareth Hughes
c41edfb7c4
Add missing GEN_SOURCES definitions.
2001-03-29 03:14:48 +00:00
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.
2001-03-28 20:44:43 +00:00
Brian Paul
84c8964116
added CCFLAGS and CPLUSPLUS definitions
2001-03-17 00:27:04 +00:00
Gareth Hughes
3df1e04b10
Nope, -ansi spoils that...
2001-03-12 02:24:53 +00:00
Gareth Hughes
2a938d3ab7
Undo -D_POSIX_SOURCE change, fix the way the katmai support test is
...
done.
2001-03-12 02:13:39 +00:00
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.
2001-03-12 02:02:36 +00:00
Brian Paul
75d7425061
added some missing backslashes
2000-11-03 01:37:10 +00:00
Brian Paul
5bb27edac0
generate separate libOSMesa library ala XFree86/DRI
2000-10-23 19:43:36 +00:00
Brian Paul
edda9ae9fb
fixed 386/x86 mismatches, reordered a few configs
2000-10-23 19:33:55 +00:00
Gareth Hughes
ac018f5494
Major audit of all Mesa's x86 assembly code. This round is basically
...
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-10-23 00:20:50 +00:00
Brian Paul
3b18a36f21
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
...
Changed src/Makefile.X11 to compile Trace sources like other drivers.
2000-09-26 15:27:20 +00:00
Brian Paul
771b975528
added trace support (Loki)
2000-09-15 19:44:39 +00:00
Brian Paul
008e4e7e39
added more warning options to linux-elf-debug config
2000-09-15 15:55:24 +00:00
Brian Paul
d4f6695a3e
bumped MESA_MINOR to 5
2000-08-08 16:16:22 +00:00
Brian Paul
0c03647f08
updated OSF/1 CFLAGS (Jeremie Petit)
2000-06-08 15:19:12 +00:00
Brian Paul
0fc001210d
a few Alpha tweaks (Michael Champigny)
2000-05-08 18:20:13 +00:00
Brian Paul
f882577812
fixed backslash typo in sunos configs
2000-05-03 15:03:27 +00:00
Brian Paul
9891bf086d
changed some Linux -O2 flags to -O3
2000-03-23 17:00:35 +00:00
Brian Paul
97c33f3ede
added missing backslash on line 483
2000-02-24 00:52:23 +00:00
Brian Paul
27be87cdff
new library dependency vars
2000-02-16 01:09:06 +00:00
Brian Paul
7527a1844d
enable thread safety on Linux configs, removed -DTHREADS flag
2000-02-11 20:44:00 +00:00
Brian Paul
3ae56c6cc4
removed X86 files from linux debug configs
2000-01-17 19:00:52 +00:00
Josh Vanderhoof
efe03ae1af
x86 assembly dispatch
2000-01-16 07:26:35 +00:00
Brian Paul
7c1f6e4110
added -Wmissing-prototypes and enabled pthreads for linux debug configs
2000-01-13 00:44:37 +00:00
Brian Paul
0aa0e556a1
clean-up of Linux target configs
2000-01-05 06:33:17 +00:00
Andre Werthmann
7c68acc32e
added the katmai_transform_points4_* functions
1999-12-08 11:52:29 +00:00
Andre Werthmann
172d6c0d44
added more ASM_SRCS
1999-11-22 01:24:25 +00:00
Andre Werthmann
6630e2be01
checked in the first new PIII vertex-transformation code
1999-11-18 09:20:50 +00:00
Brian Paul
cb5ecb883e
initial changes for Mesa 3.3
1999-11-11 01:28:16 +00:00
Brian Paul
306b3b02b7
added linux-glide-debug config
1999-11-02 10:11:44 +00:00
Brian Paul
be12aecc59
added -lm to XLIBS for all configs
1999-10-27 10:09:27 +00:00
Brian Paul
a460e65028
minor clean-up of linux-elf-debug target
1999-10-22 10:46:06 +00:00