aboutsummaryrefslogtreecommitdiffstats
path: root/configs/linux-dri-xcb
Commit message (Collapse)AuthorAgeFilesLines
* Simplify makefile boilerplate code.José Fonseca2008-02-191-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é Fonseca2008-02-151-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é Fonseca2007-10-251-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 Kolb2007-04-201-2/+3
| | | | Add nouveau to match linux-dri config.
* Updates for XCB. Bug 8560.Brian Paul2006-10-091-2/+2
|
* Update linux-dr-xcb config file to use LIBDRM_CFLAGSJeremy Kolb2006-09-261-0/+1
|
* When available, which is most of the time, use posix_memalign to implementIan Romanick2006-08-161-1/+1
| | | | _mesa_align_malloc and friends.
* Bumped support for xcb 0.9Jeremy Kolb2006-04-291-2/+2
|
* Style fix, drop the explicit -ldrm from the link line.Adam Jackson2006-03-301-1/+1
|
* Added xcb dri config file.Jeremy Kolb2006-02-191-0/+67