summaryrefslogtreecommitdiff
path: root/configs/linux-dri-xcb
AgeCommit message (Collapse)Author
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2007-10-31Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson
Most Linux distros work around aliasing problems in Mesa by compiling with the GCC option -fno-strict-aliasing. Two examples: https://bugs.freedesktop.org/show_bug.cgi?id=6046 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311 This makes -fno-strict-aliasing the default with a comment that developers should consider commenting it out. There is a already a note about these bugs in docs/helpwanted.html.
2007-10-29Build xdemos programs by default on linux-driDan Nicholson
Since libglut is no longer hardcoded, we can build the xdemos programs so long as a GLX enabled libGL and libGLU have been built.
2007-10-29linux-dri-xcb: Fix undefined refs when linking with libGLDan Nicholson
GL_LIB_DEPS was missing -lXdamage and -lXfixes, which was causing linker errors when trying to build the programs.
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