Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -1/+1 |
| | | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | ||||
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | Expand pkg-config flags before invoking the compiler. | José Fonseca | 2007-10-25 | 1 | -5/+5 |
| | | | | | This allows IDEs such as Eclipse to get the correct c-preprocessor flags used from the build output. | ||||
* | Make xcb backend compile. | Jeremy Kolb | 2007-04-20 | 1 | -2/+3 |
| | | | | Add nouveau to match linux-dri config. | ||||
* | Updates for XCB. Bug 8560. | Brian Paul | 2006-10-09 | 1 | -2/+2 |
| | |||||
* | Update linux-dr-xcb config file to use LIBDRM_CFLAGS | Jeremy Kolb | 2006-09-26 | 1 | -0/+1 |
| | |||||
* | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | 2006-08-16 | 1 | -1/+1 |
| | | | | _mesa_align_malloc and friends. | ||||
* | Bumped support for xcb 0.9 | Jeremy Kolb | 2006-04-29 | 1 | -2/+2 |
| | |||||
* | Style fix, drop the explicit -ldrm from the link line. | Adam Jackson | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | Added xcb dri config file. | Jeremy Kolb | 2006-02-19 | 1 | -0/+67 |