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 yıl önce
José Fonseca
2d38d1b300
Remove files of unsupported build systems.
17 yıl önce
Ian Romanick
d119931002
Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.
17 yıl önce
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 yıl önce
José Fonseca
df8ab3140c
Bring rtasm from mesa to gallium.
17 yıl önce
José Fonseca
0448dbd64a
Update for llvm -> gallivm rename.
17 yıl önce
José Fonseca
1f2d011786
Build glx/x11.
17 yıl önce
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 yıl önce
Ian Romanick
71071b7a9e
Cell: Add missing back-slash in linux-cell config file
17 yıl önce
Ian Romanick
eb3f7aa6f8
Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.
17 yıl önce
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 yıl önce
Brian
59e7bfd5ac
Cell: add OPT_FLAGS var
17 yıl önce
Brian
7d0421d6cd
Cell: s/-W/-Wall/ in linux-cell
17 yıl önce
Ian Romanick
b3492a2052
Use HOST_CC for programs that will run on the build host
17 yıl önce
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 yıl önce
Ian Romanick
eb4a7382dc
Remove unnecessary paths
Removing the paths on certain commands (e.g., ppu32-gcc) and removing
-I/usr/include makes it possible to build for Cell on both PowerPC and
x86 hosts.
17 yıl önce
Zack Rusin
9789c301b4
llvm: we need custom rules so had to redo the build a little bit
also don't use sse when llvm is enabled
17 yıl önce
Brian
1613c49c98
Cell: added -Wmissing-prototypes to SPU_CFLAGS
17 yıl önce
Ian Romanick
9a0fe23d49
Port to libspe2
libspe is deprecated in Cell SDK 2.1, and it is removed in Cell SDK 3.0.
This patch ports the existing libspe-based code to libspe2. Some error
checking (eh-hem) would be nice.
17 yıl önce
Ian Romanick
bfb43e8e79
Remove '-include altivec.h'.
Including altivec.h caused problems in some places that use "pixel" as a
variable name.
17 yıl önce
Zack Rusin
63a9d835ce
Redo the fragment program examples to match vp's
we just load text files instead of compiling tons of small
binaries
18 yıl önce
Brian
36ef54deae
remove -Wall, add -DGALLIUM_CELL
17 yıl önce
Brian
5935626818
Add dependency checking for Cell driver sources.
17 yıl önce
Brian
91692fce20
added -fPIC
17 yıl önce
Brian
c27082995d
don't build libglw
17 yıl önce
Brian
88b715b049
Initial Cell driver infrastructure.
No real code yet. Just stand-ins and make/build infrastructure.
17 yıl önce
Brian
233c374d02
glut doesn't need -lXt
17 yıl önce
José Fonseca
1d2ff452d4
Expand pkg-config flags before invoking the compiler.
This allows IDEs such as Eclipse to get the correct c-preprocessor flags used
from the build output.
18 yıl önce
Michel Dänzer
8568fadaf2
LLVM requires linking with the C++ compiler.
It's basically luck if it works with the C compiler on some platforms...
18 yıl önce
Zack Rusin
d76a7b61bb
Cleanup some code.
18 yıl önce
Zack Rusin
b04430efd9
Introduce linux-llvm target. Remove the llvm code from the default build for now.
Cleanup some of the debugging output.
18 yıl önce
Zack Rusin
2dbba8b024
Implement the conversion and do the initial execution pass.
18 yıl önce
Zack Rusin
b2e529982e
Initial stab at LLVM integration.
18 yıl önce
José Fonseca
59424e2d34
Update x86's static and profile configs.
18 yıl önce
José Fonseca
83a674a7af
Update linux-profile config.
18 yıl önce
Brian
a17d5361b2
remove the -DMESA flags
18 yıl önce
Brian
3fc926f374
Remove many dependencies on mesa headers.
To build with mesa, need -DMESA in makefile/config file.
18 yıl önce
Keith Whitwell
8a475cb791
Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
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.
18 yıl önce
Keith Whitwell
b4c18efcd0
Build the "pipe" version of the i915tex driver.
This hands all rendering off to the softpipe rasterizer.
18 yıl önce
Zhang
76fb808910
Fix a number of MINGW32 issues
18 yıl önce
Eric Anholt
1a413b4d77
Use -pthread instead of -lpthread on FreeBSD.
18 yıl önce
Keith Whitwell
f185411637
Only build i915tex
18 yıl önce
Dave Airlie
b2dde0a783
miniglx: update defines in linux-solo config
18 yıl önce
Brian
c128c3ce8c
master/trunk is now for Mesa 7.1 devel: bump versions
18 yıl önce
Dave Airlie
b3378f6cc5
nouveau: disable nouveau build by default
Until this is API/ABI stable building it by default isn't a good idea.
18 yıl önce
Brian
ae5f67575d
Makefile clean-ups for miniglx.
18 yıl önce
Brian
e371a5f084
Version bumps for 7.0
18 yıl önce
Jeremy Kolb
838a2a2633
Make xcb backend compile.
Add nouveau to match linux-dri config.
18 yıl önce
Brian
5dba996dba
add glsl to PROGRAM_DIRS
18 yıl önce
Brian
20d85c609a
bump version to 6.5.3 to match version.h
18 yıl önce