Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest upstream release candidate. | Thierry Reding | 2006-11-18 | 7 | -15/+15 |
| | | | | Update patches. | ||||
* | Build Mesa utility programs (glxdemo, glxgears, glxheads, glxinfo) together | Thierry Reding | 2006-11-10 | 4 | -19/+22 |
| | | | | | with the DRI/GLX-enabled libGL. Don't build the utilities on CPU-optimized configurations. | ||||
* | Add code to provide a mesa-utils package since those utilities are shipped in | Thierry Reding | 2006-11-02 | 2 | -0/+18 |
| | | | | the MesaDemos tarball. | ||||
* | Since the original tarball is repackaged to include the three upstream | Thierry Reding | 2006-10-24 | 5 | -95/+0 |
| | | | | | | | | | tarballs (MesaDemos, MesaGLUT and MesaLib), remove files that are not supposed to be there. Note that when importing initially, some files were not even added to the SVN repository because SVN ignored them. These were configs/diffs~ and docs/RELNOTES-6.1~. I removed those from the tarball as well. | ||||
* | Build with -fno-strict-aliasing, which should fix bug #394311. | Thierry Reding | 2006-10-24 | 1 | -0/+2 |
| | |||||
* | Don't force -fPIC everywhere, because it seems only unused on x86 which we | Thierry Reding | 2006-10-23 | 1 | -2/+0 |
| | | | | | build with assembler optimizations by default, resulting in non-PIC libraries anyway. | ||||
* | Always force -fPIC. | Thierry Reding | 2006-10-23 | 1 | -0/+2 |
| | |||||
* | Enable building the GLw libraries. | Thierry Reding | 2006-10-20 | 1 | -1/+4 |
| | |||||
* | Build architecture-specific static libraries where available. | Thierry Reding | 2006-10-20 | 4 | -2/+34 |
| | |||||
* | Add a set of files to enable an i686 optimized build of the DRI/GLX-enabled | Thierry Reding | 2006-10-20 | 1 | -0/+14 |
| | | | | libGL and the DRI drivers. Disabled for now. | ||||
* | Add configurations to build static versions of the default OSMesa library. | Thierry Reding | 2006-10-20 | 24 | -42/+80 |
| | | | | | | In all Debian-specific configurations, include the Debian defaults configuration after the Mesa configurations and drop the 'override' for all variables because it is no longer needed. | ||||
* | Use -march in favor of the deprecated -mcpu. | Thierry Reding | 2006-10-17 | 1 | -1/+1 |
| | |||||
* | Actually do rename debian-static to debian-swx11+glu-static. | Thierry Reding | 2006-10-16 | 1 | -0/+0 |
| | |||||
* | Make the debian-static a subclass of debian-swx11+glu-default, because that's | Thierry Reding | 2006-10-16 | 1 | -5/+3 |
| | | | | | | | | | | what it actually is. Rename it accordingly and add it to SWX11_GLU_CONFIGS. Install the libOSMesa.so symlink and the libOSMesa static library in the libgl1-mesa-swx11-dev package. Add .shlibs files for the libgl1-mesa-swx11, libgl1-mesa-glx and libglu1-mesa packages. | ||||
* | Build libGLU by default for swx11+glu configurations but not in the | Thierry Reding | 2006-10-16 | 9 | -8/+22 |
| | | | | | configurations targetting specific CPU's because it is unlikely to result in an increase in performance. | ||||
* | Move the detection of architecture-specific configurations to the debian/rules | Thierry Reding | 2006-10-16 | 2 | -28/+0 |
| | | | | | | | file. Add the configs target to debian/rules for checking whether the correct configurations will be built. | ||||
* | Also build a static version of libGLU. | Thierry Reding | 2006-10-16 | 1 | -0/+2 |
| | |||||
* | Rename the CPU optimization configurations to make it clear that they only | Thierry Reding | 2006-10-16 | 18 | -81/+97 |
| | | | | | | build swx11 and GLU. Build architecture-optimized swx11 and GLU where possible. | ||||
* | Drop the libgl1-mesa-swx11-dbg package until there's a decision as to whether | Thierry Reding | 2006-10-16 | 14 | -27/+16 |
| | | | | | | | | | | | | | | | it is really needed. Allow more than one type of optimization libraries to be built for any given architecture. Currently optimization configurations are provided for i386 [i686], alpha [ev5], amd64, powerpc [603], ppc64 and sparc [ultrasparc]. However, only i686 and amd64 are enabled for now for safety. Add the libgl1-mesa-swx11-i686 for i686 optimized libraries. Drop the debian-common configuration because it is no longer used. Don't build libGLU in all configurations, only when needed. | ||||
* | Only build the i810, i915, i965, sis and unichrome DRI drivers on i386 and | Thierry Reding | 2006-10-15 | 1 | -0/+12 |
| | | | | | | amd64. Only build the ffb DRI driver on sparc. | ||||
* | Build only optimized versions of the DRI drivers, only using no optimizations | Thierry Reding | 2006-10-15 | 3 | -12/+14 |
| | | | | | | when not supported. Add configuration to build the DRI drivers on amd64. | ||||
* | Add a patch (00_create-libdir) that fixes the upstream build system to make | Thierry Reding | 2006-10-15 | 15 | -38/+52 |
| | | | | | | | | | | | | | | | sure the LIB_DIR is created or bail out. Update the 01_fix-makefile patch to only install libGL/libOSMesa if they exist. Don't make installation dependent on which drivers are built. Build optimized versions of the swx11 libraries in addition to those that should work on the least-capable supported processor for the given architecture. Have most configurations include debian-default instead of debian-common so that INSTALL_DIR is correctly defined. debian-common can probably be dropped anyway. | ||||
* | Add patch to fix upstream build system to correctly install libOSMesa and | Thierry Reding | 2006-10-15 | 7 | -5/+17 |
| | | | | | | | | | | variants. This patch also fixes the build system not to install libGL if only the OSMesa library is built. Update *.install files to install more files. Pretty much everything except debugging and optimized libraries is now built and installed. Enable building static libraries for inclusion in the -dev packages. | ||||
* | Base the Debian OSMesa configurations on linux-osmesa* provided upstream. | Thierry Reding | 2006-10-14 | 7 | -36/+44 |
| | | | | | Add a configuration for building a static version of OSMesa with 32 bits per color channel. | ||||
* | Fix some small inconsistencies involving configuration names. | Thierry Reding | 2006-10-14 | 3 | -1/+5 |
| | |||||
* | Rename the debian-dri-common configuration to debian-dri-default, to make it | Thierry Reding | 2006-10-14 | 3 | -4/+4 |
| | | | | consistent with the naming scheme of debian-default. | ||||
* | Add a default Debian-specific configuration which overrides settings from the | Thierry Reding | 2006-10-14 | 1 | -0/+15 |
| | | | | default Mesa configuration. | ||||
* | Comment the Debian-specific configurations. | Thierry Reding | 2006-10-14 | 18 | -10/+85 |
| | |||||
* | Rename the -default configurations to -any, which is a more appropriate name. | Thierry Reding | 2006-10-14 | 2 | -0/+0 |
| | |||||
* | Move the debian/debian-dri configurations to debian-default/debian-dri-default | Thierry Reding | 2006-10-14 | 4 | -9/+25 |
| | | | | | respectively, and use debian/debian-dri to choose an architecture specific configuration. | ||||
* | Add OSMesa configurations and made fixed several issues here and there. | Thierry Reding | 2006-10-14 | 7 | -2/+58 |
| | |||||
* | Initial version of a new build system for Mesa. | Thierry Reding | 2006-10-14 | 11 | -0/+58 |
| | |||||
* | Import Mesa 6.5.1 (MesaLib, MesaDemos, MesaGLUT). | Thierry Reding | 2006-10-14 | 100 | -0/+2466 |