summaryrefslogtreecommitdiff
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
* Disable the i915tex driver, it doesn't build against libdrm 2.3.1.Julien Cristau2008-07-081-1/+1
|
* Put all configs/ changes into the .diff.gzBrice Goglin2008-06-186-67/+27
| | | | | | Put back our configs/ changes into the .diff.gz since choose-configs needs them before quilt is invoked. Put 04_cleanup-osmesa-configs.patch there as well for #485161.
* Revert "Move our configs/ changes from the .diff.gz into our quilt patches"Brice Goglin2008-06-1835-0/+542
| | | | | | | | This reverts commit 03970183fc9998bcdee9389830493a0b2dcda8d2. Conflicts: debian/changelog
* Merge branch 'mesa_7_0_branch' of git://git.freedesktop.org/git/mesa/mesa ↵Brice Goglin2008-06-171-1/+1
|\ | | | | | | into debian-unstable
| * bump version to 7.0.4Brian Paul2008-06-161-1/+1
| |
* | Move our configs/ changes from the .diff.gz into our quilt patchesBrice Goglin2008-06-1735-542/+0
| | | | | | | | with 04_cleanup-osmesa-configs.patch renamed into 04_debian-configs.patch
* | Merge branch 'mesa_7_0_branch' of git://git.freedesktop.org/git/mesa/mesa ↵Brice Goglin2008-06-105-0/+144
|\ \ | |/ | | | | into debian-unstable
| * added freebsd-staticAnatolij Shkodin2008-04-231-0/+27
| |
| * New dragonfly configsHasso Tepper2008-04-094-0/+117
| | | | | | | | A re-do commit, this time with the intended commit message.
| * Revert "Hasso Tepper <hasso@estpak.ee>"Brian Paul2008-04-094-117/+0
| | | | | | | | This reverts commit 40ee989db56cb3938e36c436c7c4b1def7aa2331.
| * Hasso Tepper <hasso@estpak.ee>Brian Paul2008-04-094-0/+117
| |
* | Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into ↵Julien Cristau2008-03-315-44/+23
|\ \ | |/ | | | | debian-unstable
| * Merge branch '7.0-glx' into mesa_7_0_branchDan Nicholson2008-03-101-1/+3
| |\
| | * glapi: Use variable for indent and flagsDan Nicholson2008-03-101-1/+3
| | | | | | | | | | | | | | | | | | | | | Put the path to indent and the flags to call it with in configs/default rather than in the Makefile. This makes it easier to change the values globally. (cherry picked from commit 817af9bec2f799b4b8449112d1a25aad70ca4d15)
| * | Darwin: Fixed small error in darwin config filesJeremy Huddleston2008-03-102-2/+2
| | |
| * | Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston2008-03-104-42/+19
| |/ | | | | | | Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config
| * bump libGL.so version numberBrian2008-02-221-1/+1
| |
* | Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into ↵Julien Cristau2008-02-221-8/+15
|\ \ | |/ | | | | | | | | | | | | debian-unstable Conflicts: src/glx/mini/Makefile
| * Apple: Pulled in changes from Apple's patchset to allow mesa to build on ↵Jeremy Huddleston2008-02-191-8/+15
| | | | | | | | darwin again
* | Drop -O0 workaround on hppa.Julien Cristau2008-01-241-4/+0
| | | | | | | | | | Stop building with -O0 on hppa. Bug #451047 should be fixed in recent gcc versions.
* | Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into ↵Julien Cristau2007-12-183-3/+6
|\ \ | |/ | | | | | | | | | | | | debian-unstable Conflicts: progs/trivial/quad-clip-nearplane.c
| * configs: Fix linking with static libGL and --as-neededDan Nicholson2007-12-073-3/+6
| | | | | | | | | | | | | | Linking of the programs breaks when using a static libGL and the GNU ld option --as-needed. This is because libXext is needed for the XShm functions. (cherry picked from commit 6aaf9bdd418e11d5ccb76a6ab85a8df36b0c8804)
* | * Workaround gcc ICE on hppa: build libOSMesa with -O0 (see bug#451047).Julien Cristau2007-11-131-0/+4
| |
* | Don't set -fno-strict-aliasing in configs/debian-default.Julien Cristau2007-11-131-1/+0
| | | | | | | | Upstream uses that since 7.0.2.
* | Remove DESTDIR from INSTALL_DIR in configs/debian-defaultBrice Goglin2007-11-111-1/+1
| | | | | | | | ... and update 03_optional-progs-and-install.patch accordingly.
* | Merge tag 'mesa_7_0_2' into debian-unstableBrice Goglin2007-11-1142-22/+203
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore progs/demos/.gitignore progs/directfb/Makefile progs/egl/Makefile progs/fbdev/Makefile progs/fp/Makefile progs/miniglx/Makefile progs/samples/.gitignore progs/slang/Makefile progs/tests/.gitignore progs/tests/Makefile progs/tools/trace/Makefile progs/trivial/Makefile progs/vp/Makefile progs/xdemos/.gitignore src/egl/drivers/demo/Makefile src/egl/drivers/dri/Makefile src/egl/main/Makefile src/glu/mesa/Makefile src/glut/directfb/Makefile src/glx/mini/Makefile
| * Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson2007-11-0118-0/+70
| | | | | | | | | | | | | | | | | | | | Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details. (cherry picked from commit 01b18abf93c1999397563e75fe1bfbbe0e080ae9) Conflicts: configs/freebsd
| * configs: Set -fexceptions for GLUT on linux-dri like other targetsDan Nicholson2007-11-011-0/+2
| | | | | | | | | | | | | | | | | | | | Quite a while ago, the GCC option -fexceptions was added for building libglut. See here: http://article.gmane.org/gmane.comp.video.mesa3d.devel/9499 This was missing in the linux-dri targets. (cherry picked from commit dbcd20f1c21f44a72d5386faa63b788b3c79cea2)
| * configs: Always use -fPIC for shared libraries, never for staticDan Nicholson2007-11-018-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Mesa currently disables -fPIC for DRI on x86, but most Linux distros are re-enabling -fPIC for all DRI arches. Let's just do that here since that's normally what's wanted for shared libraries. Some justification: http://bugs.gentoo.org/show_bug.cgi?id=110840#c9 On the other hand, position-independent code is only necessary when building shared libraries, so disable it for the static cases. (cherry picked from commit c3b5adaa9a7bdb7e61305c32e4991e3b38dab902)
| * Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson2007-11-0115-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | Most Linux distros work around aliasing problems in Mesa by compiling with the GCC option -fno-strict-aliasing. Two examples: https://bugs.freedesktop.org/show_bug.cgi?id=6046 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311 This makes -fno-strict-aliasing the default with a comment that developers should consider commenting it out. There is a already a note about these bugs in docs/helpwanted.html. (cherry picked from commit 013dbcd6111bc880e65ed00a7ca31e19230a81d5)
| * Build xdemos programs by default on linux-driDan Nicholson2007-10-292-4/+4
| | | | | | | | | | | | Since libglut is no longer hardcoded, we can build the xdemos programs so long as a GLX enabled libGL and libGLU have been built. (cherry picked from commit 06ca14543ee3dc4ed35a98db71b0d4a7aa7d9371)
| * update APP_LIB_DEPS for static library configs (patch 3/3)Dan Nicholson2007-10-293-6/+3
| | | | | | | | (cherry picked from commit 162914675a91034db71c0dc8e37189ac3337ba34)
| * simplify APP_LIB_DEPS (patch 2/3)Dan Nicholson2007-10-291-2/+4
| | | | | | | | (cherry picked from commit 9ef1d9f03acad1833e4b43588ca88cd8518b2d06)
| * linux-dri-xcb: Fix undefined refs when linking with libGLDan Nicholson2007-10-291-2/+3
| | | | | | | | | | | | GL_LIB_DEPS was missing -lXdamage and -lXfixes, which was causing linker errors when trying to build the programs. (cherry picked from commit 3b9e28d507f77e3c32a29de2d2d4d857d5e5309f)
| * configs: Fix linux-static to link correctlyDan Nicholson2007-10-261-3/+2
| | | | | | | | | | | | | | The linux-static target was missing necessary libraries and hardcoding their location to /usr/X11R6/lib. This makes it comparable to the x86 and x86-64 static targets. (cherry picked from commit 9514209593fbc6c2e3d00d0ac65b17c30751c849)
| * Cray Xt3 configBrian2007-10-251-0/+32
| |
| * add support for LDFLAGS env varDan Nicholson2007-09-281-0/+1
| |
| * bump versions to 7.0.2Brian2007-09-271-1/+1
| |
| * fix -D_BSD_SOURCBrian2007-09-201-1/+1
| |
| * Added bluegene-xlc-osmesa config (Alexander Neundorf)Brian2007-09-201-0/+29
| |
* | Revert "* Disable building i915tex."David Nusinow2007-10-061-1/+1
| | | | | | | | This reverts commit 76556f82646d4a0db15a06e1392e24a6457b1642.
* | * Disable building i915tex.David Nusinow2007-10-041-1/+1
| | | | | | | | | | | | It was previously only built on x86 and amd64. It was never production-ready and relies on a kernel interface that never went upstream.
* | Merge tag 'mesa_7_0_1' into debian-experimentalJulien Cristau2007-08-095-44/+63
|\ \ | |/
| * add OSMESA_LIB_NAMEBrian2007-08-031-0/+2
| |
| * added -lmBrian2007-08-031-1/+1
| |
| * OSmesa on BlueGene (Alexander Neundorf)Brian2007-08-021-0/+27
| |
| * ObsoleteBrian2007-08-011-42/+0
| |
| * fix some FreeBSD issuesBrian2007-07-312-2/+2
| |
| * Added sunos5-v9-cc-g++ config (Roland Egger)Brian2007-07-301-0/+32
| |
* | Merge branch 'mesa_7_0_branch' of ↵Julien Cristau2007-07-232-2/+44
|\ \ | |/ | | | | git://anongit.freedesktop.org/git/mesa/mesa into debian-experimental