Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-29 | remove dri_client/ dir from tarball | Brian Paul | |
2005-11-02 | added osdemos/ dir to DEMO_FILES | Brian Paul | |
2005-10-19 | s/glut_gz2/glut_bz2/ | Brian Paul | |
2005-10-17 | added some header files to DRI_FILES (Donnie Berkholz) | Brian Paul | |
2005-09-10 | put GLUT sources into a separate tarball | Brian Paul | |
2005-08-23 | removed lines that caused some files to be included in tarballs multiple times | Brian Paul | |
2005-08-22 | added .S DRI files to tarball (Donnie Berkholz), bumped version to 6.5 | Brian Paul | |
2005-08-16 | Bump version to 6.3.2 | Brian Paul | |
2005-08-08 | added directfbgl.h to tarball | Brian Paul | |
2005-07-29 | Add a new config called linux-indirect. This build the GLX libGL just like | Ian 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-28 | The dri/*/depend files don't exist on a raw check-out, and that makes 'make | Ian Romanick | |
tarballs' have issues. | |||
2005-07-27 | This precious BeOS include file was lost since some released MesaLibs. ↵ | Philippe Houdoin | |
Fixed. ;-) | |||
2005-07-22 | Break 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-21 | bump version to 6.3.1 and include DRI/GLX files in tarballs | Brian Paul | |
2005-07-01 | Add windows VC7 project files to filelist for tar/zip files. | Karl Schultz | |
2005-07-01 | updates to file list for tarballs | Brian Paul | |
2005-06-10 | remove depend files on clean | Keith Whitwell | |
2005-06-03 | Fixup 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-28 | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt | |
EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES. | |||
2005-05-07 | added linux-x86-xcb config (Jeremy Kolb) | Brian Paul | |
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul | |
2005-04-29 | Add linux-fbdev config | Keith Whitwell | |
2005-03-26 | remove INSTALL.GNU from tarball list | Brian Paul | |
2005-03-03 | Added linux-x86-32 config to force building 32-bit objects in a 64-bit ↵ | Brian Paul | |
environment. | |||
2005-02-21 | Add DESTDIR install target | Dave Airlie | |
2005-01-03 | bump version to 6.3, etc. | Brian Paul | |
2005-01-03 | DirectFB driver (Claudio Ciccani) | Brian Paul | |
2004-12-15 | Add some catchall commands to realclean target to remove built files | Keith Whitwell | |
which are forgotten about when the configs/current symlink changes. | |||
2004-10-28 | Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same | Eric Anholt | |
problems as Linux. | |||
2004-10-13 | Initial support for PowerPC specific code in Mesa and DRI drivers. DRI | Ian 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. :) | |||
2004-10-01 | Add HP shared lib configs. | Karl Schultz | |
2004-10-01 | Enable builds on AIX 64-bit | Karl Schultz | |
2004-09-27 | remove beos/*.h files from tarball list | Brian Paul | |
2004-09-10 | updated ggi files in tarball list | Brian Paul | |
2004-09-09 | initial bits for DRI_FILES for putting DRI driver sources into the tarball | Brian Paul | |
2004-09-07 | Add a solo-x86 config, and make solo use the x86 glapi | Dave Airlie | |
2004-08-27 | bump version to 6.2, add installmesa to tarballs | Brian Paul | |
2004-08-22 | added src/glw/depend to tarball list | Brian Paul | |
2004-08-14 | fix swrast/shader typo | Brian Paul | |
2004-08-14 | add shader.dsp and descrip.mms to tarball list for relatively new shader dir. | Karl Schultz | |
2004-08-14 | updated tarball list for BeOS changes | Brian Paul | |
2004-08-14 | BeOS now officially moved to main Makefiles chain. To build under BeOS: ↵ | Philippe Houdoin | |
"make beos" | |||
2004-08-13 | added some missing sources to tarball list | Brian Paul | |
2004-07-01 | added aix-static config, make aix config build dynamic libs | Brian Paul | |
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
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-03 | add linux-dri-x86 target | Dave Airlie | |
2004-04-30 | AMD64 changes from Ronny V. Vindenes. | Keith Whitwell | |
2004-04-19 | linux-solo-ia64 config (Stephane Marchesin) | Brian Paul | |
2004-04-14 | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | |
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-14 | First attempt at building a dri module in this tree | Keith Whitwell | |
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested. |