Brian Paul
df37cde309
mesa: added linux-osmesa-static config
Contributed by Nicolas Noble. See SF bug #2792536
16 years ago
Brian Paul
483e247804
mesa: bump version to 7.5-rc2
16 years ago
Brian Paul
31865904d8
mesa: added more gallium Makefiles to tarball list
16 years ago
Brian Paul
9b3d748f02
mesa: omit files that were removed from git
16 years ago
Brian Paul
6fec2eb143
mesa: set version to 7.5-rc1
16 years ago
Brian Paul
666702baec
mesa: add distclean target to top-level Makefile
16 years ago
Brian Paul
3ba370ad7f
mesa: add wglext.h to tarball list
16 years ago
Brian Paul
8e6337f582
mesa: added GLES 1/2 headers to tarball file list
16 years ago
Brian Paul
70bebf8863
mesa: add EGL headers to tarball list
16 years ago
Brian Paul
9dfc1b642e
mesa: add gallium and egl files to tarball list
16 years ago
Brian Paul
32ac8cb050
mesa: remove removed VMS files from Makefile
I'll help Jouk restore these someday if he's still maintaining VMS support...
16 years ago
Brian Paul
7fcf4c6d2b
mesa: s/sources/sources.mak/ in Makefile
16 years ago
Jakob Bornecrantz
b96d50da8b
Revert "mesa: added new linux-gallium and linux-gallium-debug configs"
This reverts commit abbe96cb6e
.
It only reverts parts of the commit the other parts where related to
libmesagallium changes.
16 years ago
Brian Paul
abbe96cb6e
mesa: added new linux-gallium and linux-gallium-debug configs
Also, remove gallium-related things from configs/default. They're in
linux-gallium now.
So the default builds are the same as they have been for Mesa/master.
16 years ago
Brian Paul
aafcc26642
Revert "mesa: meaningless whitespace change to see if git's working (ignore)"
This reverts commit b2e779988e
.
I didn't mean to push this stuff yet. I'm having a bad git day...
16 years ago
Brian Paul
b2e779988e
mesa: meaningless whitespace change to see if git's working (ignore)
16 years ago
Brian Paul
6e5d311719
mesa: remove oddball linux-directfb-install makefile rule
It's probably not needed since the 'make install' rules were overhauled last year.
16 years ago
Brian Paul
681a13e7f9
mesa: minor Makefile improvement for versioning
16 years ago
Brian Paul
e98ef30351
mesa: set version to 7.4 for mesa_7_4_branch
16 years ago
Brian Paul
93cbb2c205
mesa: set version to 7.3
16 years ago
Brian Paul
0e48056850
mesa: master is open for new development, eventually will be Mesa 7.5
16 years ago
Brian Paul
5a45897711
mesa: set version to 7.3
16 years ago
Brian Paul
bb63a663b1
mesa: bump version to 7.3-rc3
16 years ago
Brian Paul
dace4e3e2a
mesa: inlclude whole windows/VC8/ directory in tarballs
16 years ago
Brian Paul
8f8435637d
mesa: bump version to 7.3-rc2
16 years ago
Brian Paul
1598be5083
mesa: add osmesa.pc.in to tarball list
17 years ago
Brian Paul
f1455ca5f4
mesa: omit old headers from tarball
17 years ago
Brian Paul
ffe7bda603
mesa: 7.3-rc-1 Makefile changes
17 years ago
Brian Paul
4497a5a57d
mesa: 7.3-rc-1 Makefile changes
17 years ago
Brian Paul
a8ee35c1c5
mesa: remove dri_sarea.h, add glcore.h in Makefile
17 years ago
Brian Paul
835a9fef05
mesa: include glslcompiler driver in tarball
17 years ago
Brian Paul
ab93aa774e
Cell: added linux-cell-debug config
linux-cell is now the optimized configuration.
Remove some Cell-specific stuff from winsys/xlib/Makefile.
17 years ago
Keith Whitwell
a9345511d8
remove depend.bak in realclean
17 years ago
Brian Paul
5d762e1613
added glu.exports files to tarballs list
17 years ago
Brian Paul
7970b2a908
prep for 7.1 rc4
17 years ago
Brian Paul
e4d9cc94b8
add yet another Makefile
17 years ago
Brian Paul
ee2a101123
bump version to rc3
17 years ago
Brian Paul
7d3feef9d6
added more Makefiles to file list
17 years ago
Brian Paul
44029f15a8
added src/mesa/drivers/Makefile to file list
17 years ago
Brian Paul
6fe7857629
mesa: bump version to rc2
17 years ago
Dan Nicholson
f6da1453c5
DRI-specific pkg-config file
Since the gl pkg-config file doesn't convey any specifics about the
backend in use, this adds a new pkg-config file for when DRI is in use.
This can be used by the xserver build to determine if the DRI and/or
GLX extensions are appropriate.
17 years ago
Dan Nicholson
fbb96a0301
Distribute version.mk in case autoconf needs to be run again
Users may need to rebuild the configure script, so we need to distribute
version.mk so autoconf can run successfully.
17 years ago
Brian Paul
0128703f03
prep for 7.1 RC1
17 years ago
George Sapountzis
d4510e53d8
drop GLcore
17 years ago
Jakob Bornecrantz
9395fb6e8d
mesa: Added linux-egl target, that only builds the i915simple driver and egl drivers
17 years ago
Dan Nicholson
d368eed9c7
autoconf: Attempt to figure out the PIC flags for the platform
This commit adds an autoconf macro, MESA_PIC_FLAGS, which sets the
PIC flags according to platform and static/shared setting. The platform
specifics are taken straight from libtool.m4 and stripped down to just
the flags and platforms we cover in Mesa. This should hopefully make it
possible to use autoconf on non-GCC platforms.
The macro is added external to configure.ac in acinclude.m4 since it's
pretty bloated.
Note to BSDers: Previously, x86 defaulted to non-PIC on FreeBSD. I
didn't carry that preference into this macro. Instead, you can just use
--disable-pic where desired.
17 years ago
Dan Nicholson
a6464b3cb0
Never fail `make clean'
Mostly some pedantic changes such that `make clean' always ignores
errors. Also changed the top clean target to do the `touch
configs/current' dance instead of realclean.
17 years ago
Dan Nicholson
38c5b14853
Update make output for autoconf help
17 years ago
Dan Nicholson
c5e2b850ad
Always cleanup the makedepend backup files
Consistently cleanup the depend.bak files created by makedepend. Also,
realclean has been changed to use a single find command, which speeds it
up considerably.
17 years ago
Dan Nicholson
cba14d85a8
Error consistently when running recursive make
When changing directories and running a sub-make, ensure that both the
cd and make commands propagate errors to the parent make.
17 years ago