Brian
d5692cb349
gallium: new surface/context tracker (sct) module
Will be used for tracking the surfaces and textures which are bound/used by
contexts.
il y a 17 ans
José Fonseca
2d38d1b300
Remove files of unsupported build systems.
il y a 17 ans
Ian Romanick
d119931002
Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.
il y a 17 ans
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.
il y a 17 ans
José Fonseca
df8ab3140c
Bring rtasm from mesa to gallium.
il y a 17 ans
José Fonseca
0448dbd64a
Update for llvm -> gallivm rename.
il y a 17 ans
José Fonseca
1f2d011786
Build glx/x11.
il y a 17 ans
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.
il y a 17 ans
Ian Romanick
71071b7a9e
Cell: Add missing back-slash in linux-cell config file
il y a 17 ans
Ian Romanick
eb3f7aa6f8
Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.
il y a 17 ans
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.
il y a 17 ans
Brian
59e7bfd5ac
Cell: add OPT_FLAGS var
il y a 17 ans
Brian
7d0421d6cd
Cell: s/-W/-Wall/ in linux-cell
il y a 17 ans
Ian Romanick
b3492a2052
Use HOST_CC for programs that will run on the build host
il y a 17 ans
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.
il y a 17 ans
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.
il y a 17 ans
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
il y a 17 ans
Brian
1613c49c98
Cell: added -Wmissing-prototypes to SPU_CFLAGS
il y a 17 ans
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.
il y a 17 ans
Ian Romanick
bfb43e8e79
Remove '-include altivec.h'.
Including altivec.h caused problems in some places that use "pixel" as a
variable name.
il y a 17 ans
Zack Rusin
63a9d835ce
Redo the fragment program examples to match vp's
we just load text files instead of compiling tons of small
binaries
il y a 18 ans
Brian
36ef54deae
remove -Wall, add -DGALLIUM_CELL
il y a 17 ans
Brian
5935626818
Add dependency checking for Cell driver sources.
il y a 17 ans
Brian
91692fce20
added -fPIC
il y a 17 ans
Brian
c27082995d
don't build libglw
il y a 17 ans
Brian
88b715b049
Initial Cell driver infrastructure.
No real code yet. Just stand-ins and make/build infrastructure.
il y a 17 ans
Brian
233c374d02
glut doesn't need -lXt
il y a 17 ans
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.
il y a 18 ans
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...
il y a 18 ans
Zack Rusin
d76a7b61bb
Cleanup some code.
il y a 18 ans
Zack Rusin
b04430efd9
Introduce linux-llvm target. Remove the llvm code from the default build for now.
Cleanup some of the debugging output.
il y a 18 ans
Zack Rusin
2dbba8b024
Implement the conversion and do the initial execution pass.
il y a 18 ans
Zack Rusin
b2e529982e
Initial stab at LLVM integration.
il y a 18 ans
José Fonseca
59424e2d34
Update x86's static and profile configs.
il y a 18 ans
José Fonseca
83a674a7af
Update linux-profile config.
il y a 18 ans
Brian
a17d5361b2
remove the -DMESA flags
il y a 18 ans
Brian
3fc926f374
Remove many dependencies on mesa headers.
To build with mesa, need -DMESA in makefile/config file.
il y a 18 ans
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.
il y a 18 ans
Keith Whitwell
b4c18efcd0
Build the "pipe" version of the i915tex driver.
This hands all rendering off to the softpipe rasterizer.
il y a 18 ans
Zhang
76fb808910
Fix a number of MINGW32 issues
il y a 18 ans
Eric Anholt
1a413b4d77
Use -pthread instead of -lpthread on FreeBSD.
il y a 18 ans
Keith Whitwell
f185411637
Only build i915tex
il y a 18 ans
Dave Airlie
b2dde0a783
miniglx: update defines in linux-solo config
il y a 18 ans
Brian
c128c3ce8c
master/trunk is now for Mesa 7.1 devel: bump versions
il y a 18 ans
Dave Airlie
b3378f6cc5
nouveau: disable nouveau build by default
Until this is API/ABI stable building it by default isn't a good idea.
il y a 18 ans
Brian
ae5f67575d
Makefile clean-ups for miniglx.
il y a 18 ans
Brian
e371a5f084
Version bumps for 7.0
il y a 18 ans
Jeremy Kolb
838a2a2633
Make xcb backend compile.
Add nouveau to match linux-dri config.
il y a 18 ans
Brian
5dba996dba
add glsl to PROGRAM_DIRS
il y a 18 ans
Brian
20d85c609a
bump version to 6.5.3 to match version.h
il y a 18 ans