summaryrefslogtreecommitdiff
path: root/configs/linux-dri-x86
AgeCommit message (Expand)Author
2008-10-01Add -msse and -msse2 to the *-x86 configs.José Fonseca
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-02-19Simplify makefile boilerplate code.José Fonseca
2007-10-31configs: Always use -fPIC for shared libraries, never for staticDan Nicholson
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
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul
2004-08-22Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling
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
2004-06-02DRI_NEW_INTERFACE_ONLY is now the only support way to build in theIan Romanick
2004-05-04use X86 sources in X86 build, use none in otherDave Airlie
2004-05-03add linux-dri-x86 targetDave Airlie