summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-08-23removed lines that caused some files to be included in tarballs multiple timesBrian Paul1-3/+0
2005-08-22added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5Brian Paul1-4/+4
2005-08-16Bump version to 6.3.2Brian Paul1-3/+3
2005-08-08added directfbgl.h to tarballBrian Paul1-1/+2
2005-07-29Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick1-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.
2005-07-28The dri/*/depend files don't exist on a raw check-out, and that makes 'makemesa_6_3_1_1Ian Romanick1-1/+0
tarballs' have issues.
2005-07-27This precious BeOS include file was lost since some released MesaLibs. ↵Philippe Houdoin1-0/+1
Fixed. ;-)
2005-07-22Break the long list of MAIN_FILES and DEMO_FILES into subgroups.Brian Paul1-74/+91
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 Paul1-13/+18
2005-07-01Add windows VC7 project files to filelist for tar/zip files.Karl Schultz1-9/+17
2005-07-01updates to file list for tarballsBrian Paul1-1/+4
2005-06-10remove depend files on cleanKeith Whitwell1-0/+1
2005-06-03Fixup file lists for tarball/zip file creation.Karl Schultz1-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)
2005-05-28Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt1-0/+1
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 Paul1-0/+1
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul1-0/+1
2005-04-29Add linux-fbdev configKeith Whitwell1-0/+1
2005-03-26remove INSTALL.GNU from tarball listBrian Paul1-1/+0
2005-03-03Added linux-x86-32 config to force building 32-bit objects in a 64-bit ↵Brian Paul1-0/+1
environment.
2005-02-21Add DESTDIR install targetDave Airlie1-1/+1
2005-01-03bump version to 6.3, etc.Brian Paul1-8/+11
2005-01-03DirectFB driver (Claudio Ciccani)Brian Paul1-1/+8
2004-12-15Add some catchall commands to realclean target to remove built filesKeith Whitwell1-0/+4
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 Anholt1-0/+2
problems as Linux.
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick1-0/+1
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. :)
2004-10-01Add HP shared lib configs.Karl Schultz1-0/+2
2004-10-01Enable builds on AIX 64-bitKarl Schultz1-0/+1
2004-09-27remove beos/*.h files from tarball listBrian Paul1-1/+0
2004-09-10updated ggi files in tarball listBrian Paul1-0/+2
2004-09-09initial bits for DRI_FILES for putting DRI driver sources into the tarballBrian Paul1-3/+20
2004-09-07Add a solo-x86 config, and make solo use the x86 glapiDave Airlie1-0/+1
2004-08-27bump version to 6.2, add installmesa to tarballsBrian Paul1-3/+4
2004-08-22added src/glw/depend to tarball listBrian Paul1-0/+1
2004-08-14fix swrast/shader typoBrian Paul1-1/+1
2004-08-14add shader.dsp and descrip.mms to tarball list for relatively new shader dir.Karl Schultz1-0/+2
2004-08-14updated tarball list for BeOS changesBrian Paul1-3/+5
2004-08-14BeOS now officially moved to main Makefiles chain. To build under BeOS: ↵Philippe Houdoin1-0/+1
"make beos"
2004-08-13added some missing sources to tarball listBrian Paul1-1/+2
2004-07-01added aix-static config, make aix config build dynamic libsBrian Paul1-0/+4
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt1-4/+4
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-05-03add linux-dri-x86 targetDave Airlie1-0/+1
2004-04-30AMD64 changes from Ronny V. Vindenes.Keith Whitwell1-0/+1
2004-04-19linux-solo-ia64 config (Stephane Marchesin)Brian Paul1-0/+1
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell1-1/+2
and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first.
2004-04-14First attempt at building a dri module in this treeKeith Whitwell1-1/+3
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested.
2004-04-07revived linux-glide build processDaniel Borca1-0/+2
some small Makefile changes for MinGW & DJGPP
2004-03-30added hpux10-static configBrian Paul1-0/+1
2004-03-26Don't use pushd/popd.Brian Paul1-6/+2
2004-03-26Tweaks for make clean / realclean.Brian Paul1-2/+3
2004-03-26omit CVS from configs listBrian Paul1-1/+1