aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 'makemesa_6_3_1_1Ian 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)
* Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt2005-05-281-0/+1
| | | | | EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES.
* added linux-x86-xcb config (Jeremy Kolb)Brian Paul2005-05-071-0/+1
|
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-071-0/+1
|
* Add linux-fbdev configKeith Whitwell2005-04-291-0/+1
|
* remove INSTALL.GNU from tarball listBrian Paul2005-03-261-1/+0
|
* Added linux-x86-32 config to force building 32-bit objects in a 64-bit ↵Brian Paul2005-03-031-0/+1
| | | | environment.
* Add DESTDIR install targetDave Airlie2005-02-211-1/+1
|
* bump version to 6.3, etc.Brian Paul2005-01-031-8/+11
|
* DirectFB driver (Claudio Ciccani)Brian Paul2005-01-031-1/+8
|
* Add some catchall commands to realclean target to remove built filesKeith Whitwell2004-12-151-0/+4
| | | | which are forgotten about when the configs/current symlink changes.
* Add FreeBSD DRI build targets. Doesn't build at the moment, due to the sameEric Anholt2004-10-281-0/+2
| | | | problems as Linux.
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-131-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. :)
* Add HP shared lib configs.Karl Schultz2004-10-011-0/+2
|
* Enable builds on AIX 64-bitKarl Schultz2004-10-011-0/+1
|
* remove beos/*.h files from tarball listBrian Paul2004-09-271-1/+0
|
* updated ggi files in tarball listBrian Paul2004-09-101-0/+2
|
* initial bits for DRI_FILES for putting DRI driver sources into the tarballBrian Paul2004-09-091-3/+20
|
* Add a solo-x86 config, and make solo use the x86 glapiDave Airlie2004-09-071-0/+1
|
* bump version to 6.2, add installmesa to tarballsBrian Paul2004-08-271-3/+4
|
* added src/glw/depend to tarball listBrian Paul2004-08-221-0/+1
|
* fix swrast/shader typoBrian Paul2004-08-141-1/+1
|
* add shader.dsp and descrip.mms to tarball list for relatively new shader dir.Karl Schultz2004-08-141-0/+2
|
* updated tarball list for BeOS changesBrian Paul2004-08-141-3/+5
|
* BeOS now officially moved to main Makefiles chain. To build under BeOS: ↵Philippe Houdoin2004-08-141-0/+1
| | | | "make beos"
* added some missing sources to tarball listBrian Paul2004-08-131-1/+2
|
* added aix-static config, make aix config build dynamic libsBrian Paul2004-07-011-0/+4
|
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-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".
* add linux-dri-x86 targetDave Airlie2004-05-031-0/+1
|
* AMD64 changes from Ronny V. Vindenes.Keith Whitwell2004-04-301-0/+1
|
* linux-solo-ia64 config (Stephane Marchesin)Brian Paul2004-04-191-0/+1
|
* Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell2004-04-141-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.
* First attempt at building a dri module in this treeKeith Whitwell2004-04-141-1/+3
| | | | | | | -- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested.
* revived linux-glide build processDaniel Borca2004-04-071-0/+2
| | | | some small Makefile changes for MinGW & DJGPP
* added hpux10-static configBrian Paul2004-03-301-0/+1
|
* Don't use pushd/popd.Brian Paul2004-03-261-6/+2
|
* Tweaks for make clean / realclean.Brian Paul2004-03-261-2/+3
|
* omit CVS from configs listBrian Paul2004-03-261-1/+1
|