summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* RC4Brian2007-04-251-4/+4
|
* fix typoBrian2007-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 fileBrian 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
|
* bump version to 6.5.1Brian Paul2006-04-071-4/+4
|
* added glfbdev.h to MAIN_FILESBrian Paul2006-03-301-0/+1
|
* Remove old linux-x86-xcb (didn't do anything).Jeremy Kolb2006-02-191-1/+1
| | | | Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile.
* remove dri_client/ dir from tarballBrian Paul2005-11-291-1/+0
|
* added osdemos/ dir to DEMO_FILESBrian Paul2005-11-021-0/+2
|
* s/glut_gz2/glut_bz2/Brian Paul2005-10-191-1/+1
|
* added some header files to DRI_FILES (Donnie Berkholz)Brian Paul2005-10-171-0/+2
|
* put GLUT sources into a separate tarballBrian Paul2005-09-101-7/+27
|
* removed lines that caused some files to be included in tarballs multiple timesBrian Paul2005-08-231-3/+0
|
* added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5Brian Paul2005-08-221-4/+4
|
* Bump version to 6.3.2Brian Paul2005-08-161-3/+3
|
* added directfbgl.h to tarballBrian Paul2005-08-081-1/+2
|
* Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick2005-07-291-0/+1
| | | | | | 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.
* The dri/*/depend files don't exist on a raw check-out, and that makes 'makeIan Romanick2005-07-281-1/+0
| | | | tarballs' have issues.
* This precious BeOS include file was lost since some released MesaLibs. ↵Philippe Houdoin2005-07-271-0/+1
| | | | Fixed. ;-)
* Break the long list of MAIN_FILES and DEMO_FILES into subgroups.Brian Paul2005-07-221-74/+91
| | | | | rm/touch the depend files when making tarballs so they don't include RedHat-specific paths (bug 3842).
* bump version to 6.3.1 and include DRI/GLX files in tarballsBrian Paul2005-07-211-13/+18
|
* Add windows VC7 project files to filelist for tar/zip files.Karl Schultz2005-07-011-9/+17
|
* updates to file list for tarballsBrian Paul2005-07-011-1/+4
|
* remove depend files on cleanKeith Whitwell2005-06-101-0/+1
|
* Fixup file lists for tarball/zip file creation.Karl Schultz2005-06-031-20/+18
| | | | | | | - 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)