Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo | Brian Paul | 2006-11-23 | 1 | -1/+1 |
| | |||||
* | added new 'sources' file to tarball (might not get used though) | Brian Paul | 2006-11-20 | 1 | -0/+12 |
| | |||||
* | add minstall script to MAIN_FILES (bug 8720) | Brian Paul | 2006-10-22 | 1 | -0/+1 |
| | |||||
* | bump version to 6.5.2 | Brian Paul | 2006-09-21 | 1 | -4/+4 |
| | |||||
* | remove VERSIONS from tarballs | Brian Paul | 2006-08-31 | 1 | -1/+0 |
| | |||||
* | omit installmesa script from tarballs | Brian Paul | 2006-08-28 | 1 | -1/+0 |
| | |||||
* | added glut/mini/ sources to glut tarball | Brian Paul | 2006-08-24 | 1 | -0/+1 |
| | |||||
* | update glut fbdev sources list | Brian Paul | 2006-08-23 | 1 | -2/+1 |
| | |||||
* | Added a check to prevent rebuilding Mesa with a different configuration | Brian Paul | 2006-08-03 | 1 | -0/+4 |
| | | | | without first doing 'make realclean'. | ||||
* | added glut fbdev files | Brian Paul | 2006-07-31 | 1 | -0/+3 |
| | |||||
* | added linux-osmesa | Brian Paul | 2006-07-04 | 1 | -0/+1 |
| | |||||
* | added src/glx/x11/depend to DEPEND_FILES | Brian Paul | 2006-06-28 | 1 | -0/+1 |
| | |||||
* | New 'install' targets in makefile. See bug 2372. | Brian Paul | 2006-06-22 | 1 | -2/+3 |
| | |||||
* | added solaris-x86-gcc-static | Brian Paul | 2006-05-17 | 1 | -0/+1 |
| | |||||
* | add new configs (Dan Schikore) | Brian Paul | 2006-04-13 | 1 | -0/+12 |
| | |||||
* | added sunos5-64-gcc (bug 6484) | Brian Paul | 2006-04-07 | 1 | -0/+1 |
| | |||||
* | bump version to 6.5.1 | Brian Paul | 2006-04-07 | 1 | -4/+4 |
| | |||||
* | added glfbdev.h to MAIN_FILES | Brian Paul | 2006-03-30 | 1 | -0/+1 |
| | |||||
* | Remove old linux-x86-xcb (didn't do anything). | Jeremy Kolb | 2006-02-19 | 1 | -1/+1 |
| | | | | Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile. | ||||
* | remove dri_client/ dir from tarball | Brian Paul | 2005-11-29 | 1 | -1/+0 |
| | |||||
* | added osdemos/ dir to DEMO_FILES | Brian Paul | 2005-11-02 | 1 | -0/+2 |
| | |||||
* | s/glut_gz2/glut_bz2/ | Brian Paul | 2005-10-19 | 1 | -1/+1 |
| | |||||
* | added some header files to DRI_FILES (Donnie Berkholz) | Brian Paul | 2005-10-17 | 1 | -0/+2 |
| | |||||
* | put GLUT sources into a separate tarball | Brian Paul | 2005-09-10 | 1 | -7/+27 |
| | |||||
* | removed lines that caused some files to be included in tarballs multiple times | Brian Paul | 2005-08-23 | 1 | -3/+0 |
| | |||||
* | added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5 | Brian Paul | 2005-08-22 | 1 | -4/+4 |
| | |||||
* | Bump version to 6.3.2 | Brian Paul | 2005-08-16 | 1 | -3/+3 |
| | |||||
* | added directfbgl.h to tarball | Brian Paul | 2005-08-08 | 1 | -1/+2 |
| | |||||
* | Add a new config called linux-indirect. This build the GLX libGL just like | Ian Romanick | 2005-07-29 | 1 | -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_1 | Ian Romanick | 2005-07-28 | 1 | -1/+0 |
| | | | | tarballs' have issues. | ||||
* | This precious BeOS include file was lost since some released MesaLibs. ↵ | Philippe Houdoin | 2005-07-27 | 1 | -0/+1 |
| | | | | Fixed. ;-) | ||||
* | Break the long list of MAIN_FILES and DEMO_FILES into subgroups. | Brian Paul | 2005-07-22 | 1 | -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 tarballs | Brian Paul | 2005-07-21 | 1 | -13/+18 |
| | |||||
* | Add windows VC7 project files to filelist for tar/zip files. | Karl Schultz | 2005-07-01 | 1 | -9/+17 |
| | |||||
* | updates to file list for tarballs | Brian Paul | 2005-07-01 | 1 | -1/+4 |
| | |||||
* | remove depend files on clean | Keith Whitwell | 2005-06-10 | 1 | -0/+1 |
| | |||||
* | Fixup file lists for tarball/zip file creation. | Karl Schultz | 2005-06-03 | 1 | -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 an | Eric Anholt | 2005-05-28 | 1 | -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 Paul | 2005-05-07 | 1 | -0/+1 |
| | |||||
* | x86-64 transform optimizations (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -0/+1 |
| | |||||
* | Add linux-fbdev config | Keith Whitwell | 2005-04-29 | 1 | -0/+1 |
| | |||||
* | 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 |
| |