Jakob Bornecrantz
3d514a9070
gallium: Only build intel_drm for linux-dri targets
17 years ago
Jakob Bornecrantz
adbdabb85a
i915: Moved pipe_buffer and i915_winsys functions to a common folder
17 years ago
Brian Paul
e7725e136f
egl: build libEGL and softpipe_egl.so by default
17 years ago
Keith Whitwell
59ba8ea00b
gallium: reorder libs so that translate can see rtasm
17 years ago
Keith Whitwell
08861688d3
gallium: add translate directory
17 years ago
Brian
d5692cb349
gallium: new surface/context tracker (sct) module
Will be used for tracking the surfaces and textures which are bound/used by
contexts.
17 years ago
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 years ago
José Fonseca
df8ab3140c
Bring rtasm from mesa to gallium.
17 years ago
José Fonseca
bfd5916eaf
Code reorganization: split gallium and mesa makefiles.
In other words, don't build src/gallium source code from within src/mesa/Makefile.
Also, allow to customize which gallium auxiliary dirs, driver driver, winsys
dirs get built from the config/* files.
17 years ago
José Fonseca
6acd63a498
Code reorganization: update build.
Update the Makefiles and includes for the new paths.
Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
17 years ago
Ian Romanick
b3492a2052
Use HOST_CC for programs that will run on the build host
17 years ago
Ian Romanick
ffcb4d8498
Use EXTRA_LIB_PATH with *_LIB_DEPS
Make sure EXTRA_LIB_PATH is used with all the LIB_DEPS. Re-order some
of the options and tweak the whitespace to make the various LIB_DEPS
more readable. This makes building for Cell on x86 a bit easier and
doesn't seem to effect other builds.
17 years ago
Brian
233c374d02
glut doesn't need -lXt
17 years ago
Zack Rusin
d76a7b61bb
Cleanup some code.
18 years ago
Zack Rusin
b04430efd9
Introduce linux-llvm target. Remove the llvm code from the default build for now.
Cleanup some of the debugging output.
18 years ago
Zack Rusin
2dbba8b024
Implement the conversion and do the initial execution pass.
18 years ago
Zack Rusin
b2e529982e
Initial stab at LLVM integration.
18 years ago
Brian
c128c3ce8c
master/trunk is now for Mesa 7.1 devel: bump versions
18 years ago
Brian
e371a5f084
Version bumps for 7.0
18 years ago
Brian
5dba996dba
add glsl to PROGRAM_DIRS
18 years ago
Brian
20d85c609a
bump version to 6.5.3 to match version.h
18 years ago
Brian Paul
79b5d3e539
remove some debug/test changes
19 years ago
Brian Paul
464fcd0dd8
New bin/minstall script - a minimal replacement for 'install'.
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
19 years ago
Brian Paul
4af404038c
bump version to 6.5.2
19 years ago
Brian Paul
2216aac8ea
comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX
19 years ago
Brian Paul
459db7bd72
bump MESA_TINY to 1
19 years ago
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 years ago
Brian Paul
0e794a1bc6
New 'install' targets in makefile. See bug 2372.
19 years ago
Brian Paul
249160fdfa
update version to 6.5.0
20 years ago
Adam Jackson
8fcd1e0287
Convert libGL and DRI drivers to require libdrm.
libdrm can be had from:
http://people.freedesktop.org/~ajax/libdrm/
20 years ago
Brian Paul
05fe2871e3
Bump version to 6.3.2
20 years ago
Brian Paul
db251d72c8
bump version to 6.3.1
20 years ago
Jon Smirl
78be0b5dad
Put default back to the normal DRM path
20 years ago
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 years ago
Brian Paul
f4f1c29597
Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and
include $(TOP)/configs/current in glapi/Makefile so those vars can be
easily overridden by any system config, if needed.
20 years ago
Brian Paul
4417d4cb61
fix error in OSMESA_LIB_NAME line
20 years ago
Brian Paul
cb34c11663
added a comment
20 years ago
Brian Paul
05bbafa01a
use $(*_LIB) in the *_LIB_NAME definitions
20 years ago
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.
20 years ago
Brian Paul
83fb8c34fb
bump version to 6.3
21 years ago
Brian Paul
c7a24118e2
bump minor version to 2
21 years ago
Brian Paul
d84f09306c
Replace -lGL with -l$(GL_LIB), etc.
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
21 years ago
Brian Paul
9408fe0c09
remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default
21 years ago
Dave Airlie
d7f76c7c88
try and find the drm in a more likely place
21 years ago
Eric Anholt
2fb5d15ce3
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS
more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more
compatible "> /dev/null 2>&1".
21 years ago
Jon Smirl
c0b0b48e5b
Add DRM_SOURCE_PATH to make system.
Needed for linux-solo to build
21 years ago
Brian Paul
9f4ccd8aa0
use new MKDEP, MKDEP_OPTIONS variables
21 years ago
Brian Paul
533befc8f9
don't try to make GLwMDrawA.c by default since it needs Motif
21 years ago
Brian Paul
f4044955ca
added glw to SRC_DIRS
21 years ago
Brian Paul
a70ad91209
new system configurations
21 years ago