Brian
22b0b2f47e
add fbdev/ to DEMO_FILES
před 18 roky
Brian
c128c3ce8c
master/trunk is now for Mesa 7.1 devel: bump versions
před 18 roky
Brian
16c503f39a
Tweak the shell scripting for descending into and building subdirs.
In general, use this:
@for dir in $(SUBDIRS) ; do \
if [ -d $$dir ] ; then \
(cd $$dir && $(MAKE)) || exit 1; \
fi \
done
Basically, silently skip missing subdirs but generate an error and stop if
there's a compilation or install problem.
This was done inconsistantly before. In once case, a missing subdir was
causing us to go into an infinte loop!
před 18 roky
Brian
04c401c91e
add *gc, *syn files to tarballs
před 18 roky
Brian
e371a5f084
Version bumps for 7.0
před 18 roky
Brian
65bab0dad8
remove rc4 suffix
před 18 roky
Brian
3de20aead2
RC4
před 18 roky
Brian
3e5eda9ee9
fix typo
před 18 roky
Brian
f38dcc8a6a
added missing VC8 .sln files
před 18 roky
Brian
b1b154c498
added new VC* files, bump version to rc3
před 18 roky
Brian
2d2c6a622d
prep for 6.5.3 rc2
před 18 roky
Brian
d9443c2494
add progs/glsl/ to DEMO_FILES, s/pre/rc1/
před 18 roky
Richard Hughes
55000888b9
set version for tarballs to 6.5.3pre for now
před 18 roky
Richard Hughes
e9c614a1af
remove array_cache/, add vbo/
před 18 roky
Brian
15b3bd1689
added linux-dri-debug
před 18 roky
Brian Paul
eb667b979b
remove directfbgl.h file
před 19 roky
Brian Paul
17e97ea869
fix typo
před 19 roky
Brian Paul
b24320bb30
added new 'sources' file to tarball (might not get used though)
před 19 roky
Brian Paul
73dd09fdd3
add minstall script to MAIN_FILES (bug 8720)
před 19 roky
Brian Paul
4af404038c
bump version to 6.5.2
před 19 roky
Brian Paul
c09458c133
remove VERSIONS from tarballs
před 19 roky
Brian Paul
b9ac4afff7
omit installmesa script from tarballs
před 19 roky
Brian Paul
83304326c8
added glut/mini/ sources to glut tarball
před 19 roky
Brian Paul
d21ccb49c0
update glut fbdev sources list
před 19 roky
Brian Paul
3163542841
Added a check to prevent rebuilding Mesa with a different configuration
without first doing 'make realclean'.
před 19 roky
Brian Paul
667dd3c3e8
added glut fbdev files
před 19 roky
Brian Paul
525eb0b621
added linux-osmesa
před 19 roky
Brian Paul
b10ea9843b
added src/glx/x11/depend to DEPEND_FILES
před 19 roky
Brian Paul
0e794a1bc6
New 'install' targets in makefile. See bug 2372.
před 19 roky
Brian Paul
c717ffa146
added solaris-x86-gcc-static
před 19 roky
Brian Paul
294d9abf6f
add new configs (Dan Schikore)
před 19 roky
Brian Paul
9073c40c7e
added sunos5-64-gcc (bug 6484)
před 19 roky
Brian Paul
9f3bcd87db
bump version to 6.5.1
před 19 roky
Brian Paul
159ca321cb
added glfbdev.h to MAIN_FILES
před 19 roky
Jeremy Kolb
97a3023c9f
Remove old linux-x86-xcb (didn't do anything).
Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile.
před 19 roky
Brian Paul
2d8eb9eaf3
remove dri_client/ dir from tarball
před 20 roky
Brian Paul
bcf4ae7816
added osdemos/ dir to DEMO_FILES
před 20 roky
Brian Paul
301c3dcb6c
s/glut_gz2/glut_bz2/
před 20 roky
Brian Paul
730200303d
added some header files to DRI_FILES (Donnie Berkholz)
před 20 roky
Brian Paul
80cef697f4
put GLUT sources into a separate tarball
před 20 roky
Brian Paul
17756df903
removed lines that caused some files to be included in tarballs multiple times
před 20 roky
Brian Paul
1e71d6af48
added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5
před 20 roky
Brian Paul
05fe2871e3
Bump version to 6.3.2
před 20 roky
Brian Paul
63dffa4e77
added directfbgl.h to tarball
před 20 roky
Ian Romanick
dc6e2c778a
Add a new config called linux-indirect. This build the GLX libGL just like
linux-dri, but it disables support for direct-rendering in it. This config
mainly exists so that I can verify that changes to libGL haven't broken
builds on non-DRI platforms.
před 20 roky
Ian Romanick
14fa5f6a60
The dri/*/depend files don't exist on a raw check-out, and that makes 'make
tarballs' have issues.
před 20 roky
Philippe Houdoin
3e36986e5a
This precious BeOS include file was lost since some released MesaLibs. Fixed. ;-)
před 20 roky
Brian Paul
3e2419a7cc
Break the long list of MAIN_FILES and DEMO_FILES into subgroups.
rm/touch the depend files when making tarballs so they don't include
RedHat-specific paths (bug 3842).
před 20 roky
Brian Paul
dff11bb9a8
bump version to 6.3.1 and include DRI/GLX files in tarballs
před 20 roky
Karl Schultz
c136b41b09
Add windows VC7 project files to filelist for tar/zip files.
před 20 roky