Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-29 | targets: Add missing quotes to Makefile.xorg. | Chia-I Wu | |
Fix $ make CC="ccache gcc" | |||
2010-10-19 | st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environments | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-07-23 | gallium: Fix build with llvm installed in non-standard location | Christopher James Halse Rogers | |
The es1, es2 and gl state trackers include draw_pipe.h, which includes the llvm headers if MESA_LLVM is true, so we also need to add the llvm seachpaths. Similarly, gallivm and other gallium drivers need LLVM_CFLAGS to build when enabled. Also fix xorg drivers, they didn't include LDFLAGS. | |||
2010-07-13 | targets: Link xorg drivers with LLVM if built | Jakob Bornecrantz | |
2010-07-13 | targets: Clean up xorg make files a bit | Jakob Bornecrantz | |
2010-06-04 | gallium: Use correct defines in Xorg template makefile | Jakob Bornecrantz | |
2010-06-04 | gallium: Add winsys to include path to Xorg template makefile | Jakob Bornecrantz | |
2010-06-01 | gallium: Don't depend directly on staging dir in Xorg template makefile | Jakob Bornecrantz | |
2010-06-01 | gallium: Create a Xorg driver template Makefile | Jakob Bornecrantz | |