Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-02 | added -fPIC | Brian | |
2007-12-02 | don't build libglw | Brian | |
2007-12-02 | Initial Cell driver infrastructure. | Brian | |
No real code yet. Just stand-ins and make/build infrastructure. | |||
2007-12-02 | glut doesn't need -lXt | Brian | |
2007-11-01 | Add -fno-strict-aliasing workaround for all GCC targets | Dan Nicholson | |
Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details. | |||
2007-10-31 | configs: Set -fexceptions for GLUT on linux-dri like other targets | Dan Nicholson | |
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. | |||
2007-10-31 | configs: Always use -fPIC for shared libraries, never for static | Dan Nicholson | |
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. | |||
2007-10-31 | Add -fno-strict-aliasing workaround for Linux GCC targets | Dan Nicholson | |
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. | |||
2007-10-29 | Build xdemos programs by default on linux-dri | Dan Nicholson | |
Since libglut is no longer hardcoded, we can build the xdemos programs so long as a GLX enabled libGL and libGLU have been built. | |||
2007-10-29 | linux-dri-xcb: Fix undefined refs when linking with libGL | Dan Nicholson | |
GL_LIB_DEPS was missing -lXdamage and -lXfixes, which was causing linker errors when trying to build the programs. | |||
2007-10-29 | update APP_LIB_DEPS for static library configs (patch 3/3) | Dan Nicholson | |
2007-10-29 | simplify APP_LIB_DEPS (patch 2/3) | Dan Nicholson | |
2007-10-26 | configs: Fix linux-static to link correctly | Dan Nicholson | |
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. | |||
2007-10-25 | Expand pkg-config flags before invoking the compiler. | José Fonseca | |
This allows IDEs such as Eclipse to get the correct c-preprocessor flags used from the build output. | |||
2007-10-25 | LLVM requires linking with the C++ compiler. | Michel Dänzer | |
It's basically luck if it works with the C compiler on some platforms... | |||
2007-10-24 | added catamount-osmesa-pgi config | Alex Neundorf | |
2007-10-24 | Cleanup some code. | Zack Rusin | |
2007-10-24 | Introduce linux-llvm target. Remove the llvm code from the default build for ↵ | Zack Rusin | |
now. Cleanup some of the debugging output. | |||
2007-10-24 | Implement the conversion and do the initial execution pass. | Zack Rusin | |
2007-10-24 | Initial stab at LLVM integration. | Zack Rusin | |
2007-10-04 | FreeBSD: more /usr/X11R6->/usr/local | Eric Anholt | |
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-09-28 | Update x86's static and profile configs. | José Fonseca | |
2007-09-27 | FreeBSD: Chase /usr/X11R6 death (replaced by everything in one prefix). | Eric Anholt | |
2007-09-24 | Move i915tex driver into place as just i915. | Eric Anholt | |
2007-09-24 | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt | |
2007-09-20 | fix -D_BSD_SOURC | Brian | |
2007-09-20 | Added bluegene-xlc-osmesa config (Alexander Neundorf) | Brian | |
2007-09-19 | Update linux-profile config. | José Fonseca | |
2007-09-19 | Add missing -g in FreeBSD OPT_CFLAGS | Eric Anholt | |
2007-08-20 | remove the -DMESA flags | Brian | |
2007-08-16 | Remove many dependencies on mesa headers. | Brian | |
To build with mesa, need -DMESA in makefile/config file. | |||
2007-08-08 | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. | Keith Whitwell | |
This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe. | |||
2007-08-03 | add OSMESA_LIB_NAME | Brian | |
2007-08-03 | added -lm | Brian | |
2007-08-02 | OSmesa on BlueGene (Alexander Neundorf) | Brian | |
2007-07-31 | fix some FreeBSD issues | Brian | |
2007-07-31 | Build the "pipe" version of the i915tex driver. | Keith Whitwell | |
This hands all rendering off to the softpipe rasterizer. | |||
2007-07-30 | New sunos5-v9-cc-gcc config (Roland Egger) | Brian | |
2007-07-27 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa ↵ | michal | |
into softpipe_0_1_branch | |||
2007-07-21 | Fix a number of MINGW32 issues | Zhang | |
2007-07-06 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa ↵ | michal | |
into softpipe_0_1_branch | |||
2007-06-22 | Use -pthread instead of -lpthread on FreeBSD. | Eric Anholt | |
2007-06-20 | Only build i915tex | Keith Whitwell | |
2007-06-05 | miniglx: update defines in linux-solo config | Dave Airlie | |
2007-05-14 | master/trunk is now for Mesa 7.1 devel: bump versions | Brian | |
2007-05-05 | nouveau: disable nouveau build by default | Dave Airlie | |
Until this is API/ABI stable building it by default isn't a good idea. | |||
2007-05-04 | Makefile clean-ups for miniglx. | Brian | |
2007-04-27 | Version bumps for 7.0 | Brian | |
2007-04-20 | Make xcb backend compile. | Jeremy Kolb | |
Add nouveau to match linux-dri config. |