Commit Graph

88 Commits

Author SHA1 Message Date
Brian 04c401c91e add *gc, *syn files to tarballs 2007-05-02 08:29:14 -06:00
Brian e371a5f084 Version bumps for 7.0 2007-04-27 17:01:23 -06:00
Brian 65bab0dad8 remove rc4 suffix 2007-04-27 08:00:51 -06:00
Brian 3de20aead2 RC4 2007-04-25 10:01:30 -06:00
Brian 3e5eda9ee9 fix typo 2007-04-24 10:21:10 -06:00
Brian f38dcc8a6a added missing VC8 .sln files 2007-04-24 10:19:19 -06:00
Brian b1b154c498 added new VC* files, bump version to rc3 2007-04-24 08:58:12 -06:00
Brian 2d2c6a622d prep for 6.5.3 rc2 2007-04-21 12:31:51 -06:00
Brian d9443c2494 add progs/glsl/ to DEMO_FILES, s/pre/rc1/ 2007-04-18 08:52:18 -06:00
Richard Hughes 55000888b9 set version for tarballs to 6.5.3pre for now 2007-04-07 08:48:07 -06:00
Richard Hughes e9c614a1af remove array_cache/, add vbo/ 2007-04-07 08:39:24 -06:00
Brian 15b3bd1689 added linux-dri-debug 2007-02-23 11:58:46 -07:00
Brian Paul eb667b979b remove directfbgl.h file 2006-12-02 18:20:53 +00:00
Brian Paul 17e97ea869 fix typo 2006-11-23 00:44:14 +00:00
Brian Paul b24320bb30 added new 'sources' file to tarball (might not get used though) 2006-11-20 17:09:04 +00:00
Brian Paul 73dd09fdd3 add minstall script to MAIN_FILES (bug 8720) 2006-10-22 22:37:30 +00:00
Brian Paul 4af404038c bump version to 6.5.2 2006-09-21 23:02:21 +00:00
Brian Paul c09458c133 remove VERSIONS from tarballs 2006-08-31 15:18:04 +00:00
Brian Paul b9ac4afff7 omit installmesa script from tarballs 2006-08-28 15:12:07 +00:00
Brian Paul 83304326c8 added glut/mini/ sources to glut tarball 2006-08-24 17:01:35 +00:00
Brian Paul d21ccb49c0 update glut fbdev sources list 2006-08-23 19:46:17 +00:00
Brian Paul 3163542841 Added a check to prevent rebuilding Mesa with a different configuration
without first doing 'make realclean'.
2006-08-03 16:58:06 +00:00
Brian Paul 667dd3c3e8 added glut fbdev files 2006-07-31 14:25:53 +00:00
Brian Paul 525eb0b621 added linux-osmesa 2006-07-04 16:49:58 +00:00
Brian Paul b10ea9843b added src/glx/x11/depend to DEPEND_FILES 2006-06-28 21:58:47 +00:00
Brian Paul 0e794a1bc6 New 'install' targets in makefile. See bug 2372. 2006-06-22 22:50:48 +00:00
Brian Paul c717ffa146 added solaris-x86-gcc-static 2006-05-17 22:51:44 +00:00
Brian Paul 294d9abf6f add new configs (Dan Schikore) 2006-04-13 03:00:14 +00:00
Brian Paul 9073c40c7e added sunos5-64-gcc (bug 6484) 2006-04-07 15:16:46 +00:00
Brian Paul 9f3bcd87db bump version to 6.5.1 2006-04-07 14:29:52 +00:00
Brian Paul 159ca321cb added glfbdev.h to MAIN_FILES 2006-03-30 14:27:25 +00:00
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.
2006-02-19 22:30:46 +00:00
Brian Paul 2d8eb9eaf3 remove dri_client/ dir from tarball 2005-11-29 22:41:23 +00:00
Brian Paul bcf4ae7816 added osdemos/ dir to DEMO_FILES 2005-11-02 21:01:26 +00:00
Brian Paul 301c3dcb6c s/glut_gz2/glut_bz2/ 2005-10-19 20:26:13 +00:00
Brian Paul 730200303d added some header files to DRI_FILES (Donnie Berkholz) 2005-10-17 22:38:44 +00:00
Brian Paul 80cef697f4 put GLUT sources into a separate tarball 2005-09-10 16:54:05 +00:00
Brian Paul 17756df903 removed lines that caused some files to be included in tarballs multiple times 2005-08-23 13:40:30 +00:00
Brian Paul 1e71d6af48 added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5 2005-08-22 14:27:13 +00:00
Brian Paul 05fe2871e3 Bump version to 6.3.2 2005-08-16 23:13:25 +00:00
Brian Paul 63dffa4e77 added directfbgl.h to tarball 2005-08-08 21:30:12 +00:00
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.
2005-07-29 17:25:50 +00:00
Ian Romanick 14fa5f6a60 The dri/*/depend files don't exist on a raw check-out, and that makes 'make
tarballs' have issues.
2005-07-28 01:15:45 +00:00
Philippe Houdoin 3e36986e5a This precious BeOS include file was lost since some released MesaLibs. Fixed. ;-) 2005-07-27 19:56:33 +00:00
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).
2005-07-22 15:52:46 +00:00
Brian Paul dff11bb9a8 bump version to 6.3.1 and include DRI/GLX files in tarballs 2005-07-21 18:44:52 +00:00
Karl Schultz c136b41b09 Add windows VC7 project files to filelist for tar/zip files. 2005-07-01 20:31:41 +00:00
Brian Paul 03f52fea63 updates to file list for tarballs 2005-07-01 01:55:30 +00:00
Keith Whitwell 7e8e4c500e remove depend files on clean 2005-06-10 10:43:02 +00:00
Karl Schultz 5b10d71559 Fixup file lists for tarball/zip file creation.
- Adjust for recent changes to Windows build files.
- Add in at least some of the new slang files - enough to build on
Windows, but some of the other slang-related files may still need to be
added.  (Will probably get corrected just prior to next release, if needed)
2005-06-03 15:24:55 +00:00