summaryrefslogtreecommitdiffstats
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest upstream release candidate.Thierry Reding2006-11-187-15/+15
| | | | Update patches.
* Build Mesa utility programs (glxdemo, glxgears, glxheads, glxinfo) togetherThierry Reding2006-11-104-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 inThierry Reding2006-11-022-0/+18
| | | | the MesaDemos tarball.
* Since the original tarball is repackaged to include the three upstreamThierry Reding2006-10-245-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 Reding2006-10-241-0/+2
|
* Don't force -fPIC everywhere, because it seems only unused on x86 which weThierry Reding2006-10-231-2/+0
| | | | | build with assembler optimizations by default, resulting in non-PIC libraries anyway.
* Always force -fPIC.Thierry Reding2006-10-231-0/+2
|
* Enable building the GLw libraries.Thierry Reding2006-10-201-1/+4
|
* Build architecture-specific static libraries where available.Thierry Reding2006-10-204-2/+34
|
* Add a set of files to enable an i686 optimized build of the DRI/GLX-enabledThierry Reding2006-10-201-0/+14
| | | | libGL and the DRI drivers. Disabled for now.
* Add configurations to build static versions of the default OSMesa library.Thierry Reding2006-10-2024-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 Reding2006-10-171-1/+1
|
* Actually do rename debian-static to debian-swx11+glu-static.Thierry Reding2006-10-161-0/+0
|
* Make the debian-static a subclass of debian-swx11+glu-default, because that'sThierry Reding2006-10-161-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 theThierry Reding2006-10-169-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/rulesThierry Reding2006-10-162-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 Reding2006-10-161-0/+2
|
* Rename the CPU optimization configurations to make it clear that they onlyThierry Reding2006-10-1618-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 whetherThierry Reding2006-10-1614-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 andThierry Reding2006-10-151-0/+12
| | | | | | amd64. Only build the ffb DRI driver on sparc.
* Build only optimized versions of the DRI drivers, only using no optimizationsThierry Reding2006-10-153-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 makeThierry Reding2006-10-1515-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 andThierry Reding2006-10-157-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 Reding2006-10-147-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 Reding2006-10-143-1/+5
|
* Rename the debian-dri-common configuration to debian-dri-default, to make itThierry Reding2006-10-143-4/+4
| | | | consistent with the naming scheme of debian-default.
* Add a default Debian-specific configuration which overrides settings from theThierry Reding2006-10-141-0/+15
| | | | default Mesa configuration.
* Comment the Debian-specific configurations.Thierry Reding2006-10-1418-10/+85
|
* Rename the -default configurations to -any, which is a more appropriate name.Thierry Reding2006-10-142-0/+0
|
* Move the debian/debian-dri configurations to debian-default/debian-dri-defaultThierry Reding2006-10-144-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 Reding2006-10-147-2/+58
|
* Initial version of a new build system for Mesa.Thierry Reding2006-10-1411-0/+58
|
* Import Mesa 6.5.1 (MesaLib, MesaDemos, MesaGLUT).Thierry Reding2006-10-14100-0/+2466