Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove INSTALL.GNU from tarball list | Brian Paul | 2005-03-26 | 1 | -1/+0 |
| | |||||
* | Added linux-x86-32 config to force building 32-bit objects in a 64-bit ↵ | Brian Paul | 2005-03-03 | 1 | -0/+1 |
| | | | | environment. | ||||
* | Add DESTDIR install target | Dave Airlie | 2005-02-21 | 1 | -1/+1 |
| | |||||
* | bump version to 6.3, etc. | Brian Paul | 2005-01-03 | 1 | -8/+11 |
| | |||||
* | DirectFB driver (Claudio Ciccani) | Brian Paul | 2005-01-03 | 1 | -1/+8 |
| | |||||
* | Add some catchall commands to realclean target to remove built files | Keith Whitwell | 2004-12-15 | 1 | -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 same | Eric Anholt | 2004-10-28 | 1 | -0/+2 |
| | | | | problems as Linux. | ||||
* | Initial support for PowerPC specific code in Mesa and DRI drivers. DRI | Ian Romanick | 2004-10-13 | 1 | -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 Schultz | 2004-10-01 | 1 | -0/+2 |
| | |||||
* | Enable builds on AIX 64-bit | Karl Schultz | 2004-10-01 | 1 | -0/+1 |
| | |||||
* | remove beos/*.h files from tarball list | Brian Paul | 2004-09-27 | 1 | -1/+0 |
| | |||||
* | updated ggi files in tarball list | Brian Paul | 2004-09-10 | 1 | -0/+2 |
| | |||||
* | initial bits for DRI_FILES for putting DRI driver sources into the tarball | Brian Paul | 2004-09-09 | 1 | -3/+20 |
| | |||||
* | Add a solo-x86 config, and make solo use the x86 glapi | Dave Airlie | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | bump version to 6.2, add installmesa to tarballs | Brian Paul | 2004-08-27 | 1 | -3/+4 |
| | |||||
* | added src/glw/depend to tarball list | Brian Paul | 2004-08-22 | 1 | -0/+1 |
| | |||||
* | fix swrast/shader typo | Brian Paul | 2004-08-14 | 1 | -1/+1 |
| | |||||
* | add shader.dsp and descrip.mms to tarball list for relatively new shader dir. | Karl Schultz | 2004-08-14 | 1 | -0/+2 |
| | |||||
* | updated tarball list for BeOS changes | Brian Paul | 2004-08-14 | 1 | -3/+5 |
| | |||||
* | BeOS now officially moved to main Makefiles chain. To build under BeOS: ↵ | Philippe Houdoin | 2004-08-14 | 1 | -0/+1 |
| | | | | "make beos" | ||||
* | added some missing sources to tarball list | Brian Paul | 2004-08-13 | 1 | -1/+2 |
| | |||||
* | added aix-static config, make aix config build dynamic libs | Brian Paul | 2004-07-01 | 1 | -0/+4 |
| | |||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -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 target | Dave Airlie | 2004-05-03 | 1 | -0/+1 |
| | |||||
* | AMD64 changes from Ronny V. Vindenes. | Keith Whitwell | 2004-04-30 | 1 | -0/+1 |
| | |||||
* | linux-solo-ia64 config (Stephane Marchesin) | Brian Paul | 2004-04-19 | 1 | -0/+1 |
| | |||||
* | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | 2004-04-14 | 1 | -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 tree | Keith Whitwell | 2004-04-14 | 1 | -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 process | Daniel Borca | 2004-04-07 | 1 | -0/+2 |
| | | | | some small Makefile changes for MinGW & DJGPP | ||||
* | added hpux10-static config | Brian Paul | 2004-03-30 | 1 | -0/+1 |
| | |||||
* | Don't use pushd/popd. | Brian Paul | 2004-03-26 | 1 | -6/+2 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -2/+3 |
| | |||||
* | omit CVS from configs list | Brian Paul | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+336 |