summaryrefslogtreecommitdiff
path: root/configs/linux-dri-x86
AgeCommit message (Collapse)Author
2007-10-31configs: Always use -fPIC for shared libraries, never for staticDan 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.
2005-09-12use ASM_API variable, bug 4415Brian Paul
2005-07-15redo previous check-in, just set ARCH_FLAGS = -m32Brian Paul
2005-07-15define CFLAGS and CXXflags with -m32 (Egbert Eich)Brian Paul
2004-09-25Refactor the linux-dri config files so that linux-dri-x86 inherits fromEric Anholt
linux-dri. Turn on -O by default (-O2 provides a slight improvement in performance, at a large cost to debuggability). Turn off -fPIC on x86 by default. Turn on -Wall, to catch more stupid mistakes. This could be both done cleaner, and done for more config files, but it works for me for now.
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
2004-08-22Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling
in the Mesa tree.
2004-07-20remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul
2004-06-12add i915 as it seems to build okay..Dave Airlie
2004-06-06Remove drivers that have not been converted to the new interface fromIan Romanick
the DRI builds.
2004-06-02DRI_NEW_INTERFACE_ONLY is now the only support way to build in theIan Romanick
Mesa tree. If you need a driver that supports the old libGL/DRI inteface, it must be built in the DRI tree.
2004-05-04use X86 sources in X86 build, use none in otherDave Airlie
2004-05-03add linux-dri-x86 targetDave Airlie