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