Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environments | Thomas Hellstrom | 2010-10-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Thomas Hellstrom <[email protected]> | ||||
* | gallium: Fix build with llvm installed in non-standard location | Christopher James Halse Rogers | 2010-07-23 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | targets: Link xorg drivers with LLVM if built | Jakob Bornecrantz | 2010-07-13 | 1 | -0/+8 |
| | |||||
* | targets: Clean up xorg make files a bit | Jakob Bornecrantz | 2010-07-13 | 1 | -3/+4 |
| | |||||
* | gallium: Use correct defines in Xorg template makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -4/+4 |
| | |||||
* | gallium: Add winsys to include path to Xorg template makefile | Jakob Bornecrantz | 2010-06-04 | 1 | -0/+1 |
| | |||||
* | gallium: Don't depend directly on staging dir in Xorg template makefile | Jakob Bornecrantz | 2010-06-01 | 1 | -2/+2 |
| | |||||
* | gallium: Create a Xorg driver template Makefile | Jakob Bornecrantz | 2010-06-01 | 1 | -0/+72 |