summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numbers to 7.0.3 for next releaseBrian2007-11-221-4/+4
|
* add glw.pc.in to tarball list, remove from DEPEND_FILESBrian2007-11-121-1/+1
|
* final changes for 7.0.2 relesaeBrian2007-11-101-4/+4
|
* change filenames for rc2Brian2007-11-081-4/+4
|
* Fix mergeBrian2007-10-241-0/+1
|
* add directfb glut sources to tarballBrian2007-10-231-0/+3
|
* bump versions to 7.0.2Brian2007-09-271-4/+4
|
* fixes for bluegene-xlc-osmesa configBrian2007-09-201-0/+1
|
* added .pc.in files to tarballsBrian2007-09-131-0/+4
|
* remove SHELL line, replace -e test with new logic (Daniel Stone)Brian2007-08-071-3/+1
|
* remove -rc2Brian2007-08-031-4/+4
|
* added bluegene-osmesaBrian2007-08-021-0/+1
|
* Added sunos5-v9-cc-g++ config (Roland Egger)Brian2007-07-301-0/+3
|
* release candidate 2Brian2007-07-271-4/+4
|
* Fix a number of MINGW32 issues (Zhang <[email protected]>)mesa_7_0_1_rc1Brian2007-07-211-0/+1
|
* drop VC6 and VC7 project files until updatedBrian2007-07-211-11/+0
|
* add fbdev/ to DEMO_FILESBrian2007-07-031-0/+2
|
* Bump version to 7.0.1Brian2007-07-031-4/+4
|
* version should be 7.0Brian2007-05-171-4/+4
|
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-141-4/+4
|
* Tweak the shell scripting for descending into and building subdirs.Brian2007-05-091-3/+10
| | | | | | | | | | | | | | 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!
* add *gc, *syn files to tarballsBrian2007-05-021-0/+3
|
* Version bumps for 7.0Brian2007-04-271-4/+4
|
* remove rc4 suffixBrian2007-04-271-4/+4
|
* RC4mesa_6_5_3_rc4Brian2007-04-251-4/+4
|
* fix typomesa_6_5_3_rc3Brian2007-04-241-1/+1
|
* added missing VC8 .sln filesBrian2007-04-241-0/+2
|
* added new VC* files, bump version to rc3Brian2007-04-241-5/+12
|
* prep for 6.5.3 rc2Brian2007-04-211-4/+4
|
* add progs/glsl/ to DEMO_FILES, s/pre/rc1/Brian2007-04-181-4/+7
|
* set version for tarballs to 6.5.3pre for nowRichard Hughes2007-04-071-4/+4
|
* remove array_cache/, add vbo/Richard Hughes2007-04-071-3/+2
|
* added linux-dri-debugBrian2007-02-231-0/+1
|
* remove directfbgl.h filemesa_6_5_2Brian Paul2006-12-021-1/+0
|
* fix typoBrian Paul2006-11-231-1/+1
|
* added new 'sources' file to tarball (might not get used though)Brian Paul2006-11-201-0/+12
|
* add minstall script to MAIN_FILES (bug 8720)Brian Paul2006-10-221-0/+1
|
* bump version to 6.5.2Brian Paul2006-09-211-4/+4
|
* remove VERSIONS from tarballsBrian Paul2006-08-311-1/+0
|
* omit installmesa script from tarballsBrian Paul2006-08-281-1/+0
|
* added glut/mini/ sources to glut tarballBrian Paul2006-08-241-0/+1
|
* update glut fbdev sources listBrian Paul2006-08-231-2/+1
|
* Added a check to prevent rebuilding Mesa with a different configurationBrian Paul2006-08-031-0/+4
| | | | without first doing 'make realclean'.
* added glut fbdev filesBrian Paul2006-07-311-0/+3
|
* added linux-osmesaBrian Paul2006-07-041-0/+1
|
* added src/glx/x11/depend to DEPEND_FILESBrian Paul2006-06-281-0/+1
|
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-2/+3
|
* added solaris-x86-gcc-staticBrian Paul2006-05-171-0/+1
|
* add new configs (Dan Schikore)Brian Paul2006-04-131-0/+12
|
* added sunos5-64-gcc (bug 6484)Brian Paul2006-04-071-0/+1
|