summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-12-02remove directfbgl.h fileBrian Paul
2006-11-23fix typoBrian Paul
2006-11-20added new 'sources' file to tarball (might not get used though)Brian Paul
2006-10-22add minstall script to MAIN_FILES (bug 8720)Brian Paul
2006-09-21bump version to 6.5.2Brian Paul
2006-08-31remove VERSIONS from tarballsBrian Paul
2006-08-28omit installmesa script from tarballsBrian Paul
2006-08-24added glut/mini/ sources to glut tarballBrian Paul
2006-08-23update glut fbdev sources listBrian Paul
2006-08-03Added a check to prevent rebuilding Mesa with a different configurationBrian Paul
without first doing 'make realclean'.
2006-07-31added glut fbdev filesBrian Paul
2006-07-04added linux-osmesaBrian Paul
2006-06-28added src/glx/x11/depend to DEPEND_FILESBrian Paul
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2006-05-17added solaris-x86-gcc-staticBrian Paul
2006-04-13add new configs (Dan Schikore)Brian Paul
2006-04-07added sunos5-64-gcc (bug 6484)Brian Paul
2006-04-07bump version to 6.5.1Brian Paul
2006-03-30added glfbdev.h to MAIN_FILESBrian Paul
2006-02-19Remove old linux-x86-xcb (didn't do anything).Jeremy Kolb
Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile.
2005-11-29remove dri_client/ dir from tarballBrian Paul
2005-11-02added osdemos/ dir to DEMO_FILESBrian Paul
2005-10-19s/glut_gz2/glut_bz2/Brian Paul
2005-10-17added some header files to DRI_FILES (Donnie Berkholz)Brian Paul
2005-09-10put GLUT sources into a separate tarballBrian Paul
2005-08-23removed lines that caused some files to be included in tarballs multiple timesBrian Paul
2005-08-22added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5Brian Paul
2005-08-16Bump version to 6.3.2Brian Paul
2005-08-08added directfbgl.h to tarballBrian Paul
2005-07-29Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick
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-28The dri/*/depend files don't exist on a raw check-out, and that makes 'makeIan Romanick
tarballs' have issues.
2005-07-27This precious BeOS include file was lost since some released MesaLibs. ↵Philippe Houdoin
Fixed. ;-)
2005-07-22Break the long list of MAIN_FILES and DEMO_FILES into subgroups.Brian Paul
rm/touch the depend files when making tarballs so they don't include RedHat-specific paths (bug 3842).
2005-07-21bump version to 6.3.1 and include DRI/GLX files in tarballsBrian Paul
2005-07-01Add windows VC7 project files to filelist for tar/zip files.Karl Schultz
2005-07-01updates to file list for tarballsBrian Paul
2005-06-10remove depend files on cleanKeith Whitwell
2005-06-03Fixup file lists for tarball/zip file creation.Karl Schultz
- 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-05-28Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt
EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES.
2005-05-07added linux-x86-xcb config (Jeremy Kolb)Brian Paul
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2005-04-29Add linux-fbdev configKeith Whitwell
2005-03-26remove INSTALL.GNU from tarball listBrian Paul
2005-03-03Added linux-x86-32 config to force building 32-bit objects in a 64-bit ↵Brian Paul
environment.
2005-02-21Add DESTDIR install targetDave Airlie
2005-01-03bump version to 6.3, etc.Brian Paul
2005-01-03DirectFB driver (Claudio Ciccani)Brian Paul
2004-12-15Add some catchall commands to realclean target to remove built filesKeith Whitwell
which are forgotten about when the configs/current symlink changes.
2004-10-28Add FreeBSD DRI build targets. Doesn't build at the moment, due to the sameEric Anholt
problems as Linux.
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick
drivers built on PowerPC systems should now show things like "PowerPC" or "PowerPC/Altivec" in the GL_RENDERER string. The VMX moniker is used for Altivec/Velocity Engine/VMX SIMD additions. I chose this not because I work for IBM but because it's a LOT shorter to type. :)