José Fonseca
90b2beb661
Simplify makefile boilerplate code.
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined
locally by makefiles, together with C_SOURCES and CPP_SOURCES.
17年前
Dan Nicholson
da693b7c89
Don't try to build nonexistent i915tex driver on linux-x86-64
17年前
Gary Wong
50a81669ba
Add i915tex and i965.
19年前
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
19年前
Alan Hourihane
fbcb37cac5
remove i830
19年前
Brian Paul
28569c25f6
use ASM_API variable, bug 4415
20年前
Adam Jackson
8fcd1e0287
Convert libGL and DRI drivers to require libdrm.
libdrm can be had from:
http://people.freedesktop.org/~ajax/libdrm/
20年前
Vladimir Dergachev
8e653f12bc
Allow R300 driver to build on x86-64 and PowerPC.
20年前
Ian Romanick
f0ff50d4ed
Add support for assembly (static) dispatch functions on x86-64. This
is basically patch #2939 from X.org bugzilla #3379 . This does *not*
fix the bug as it does not dynamically generate stubs at run-time. It
just gets things one step closer.
20年前
Ian Romanick
9204e87b2e
Massive refactor of (most of) the Linux config files. This reduces
the length of each config and brings a lot of much needed uniformity
to them.
20年前
Ian Romanick
bfc8a8dc63
Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is
where things like "-m64" or "-m32" should be specified. Using this, a
32-bit DRI build can be done on an x86-64 system by doing 'ARCH_CFLAGS=-m32
make linux-dri-x86'. Minor tweaks to linux-dri to support these changes.
20年前
Eric Anholt
baa832d311
Change another usage of __AMD64__ to the standard __amd64__, and remove
__AMD64__ from the linux configs so it won't creep back in as easily. Fixes
hang on FreeBSD on the first lock grab.
20年前
Keith Whitwell
fc23672327
Improve the behaviour of the build system wrt depend files.
- Remove the -Y option for makedepend, so that the standard
directories are searched
- No longer pipe the multiple errors that the -Y option caused
into /dev/null -- we want to know about these failures.
- Fix up a few other misc makedepend failures.
21年前
Adam Jackson
0b8acd90b3
libGL needs libXxf86vm.a.
21年前
Adam Jackson
61702d4afe
Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini.
21年前
Adam Jackson
312c68fab3
Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from the
link list for libGL itself under DRI configurations, since the XML parsing
code is in the drivers themselves.
21年前
Brian Paul
d84f09306c
Replace -lGL with -l$(GL_LIB), etc.
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
21年前
Felix Kuehling
c2530b5730
Converted the Savage driver to the new DRI interface and enabled compilation
in the Mesa tree.
21年前
Brian Paul
9408fe0c09
remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default
21年前
Dave Airlie
2a28636274
add i915 as it seems to build okay..
21年前
Ian Romanick
75046c5e59
Remove drivers that have not been converted to the new interface from
the DRI builds.
21年前
Ian Romanick
18a5ecec89
DRI_NEW_INTERFACE_ONLY is now the only support way to build in the
Mesa tree. If you need a driver that supports the old libGL/DRI
inteface, it must be built in the DRI tree.
21年前
Keith Whitwell
739f50f542
Define GLX_DIRECT_RENDERING in Makefile.template
21年前
Keith Whitwell
69ab4fec12
AMD64 changes from Ronny V. Vindenes.
21年前