summaryrefslogtreecommitdiffstats
path: root/configs/linux-dri-xcb
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-1/+1
|
* Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson2007-10-311-0/+3
| | | | | | | | | | | | 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.
* Build xdemos programs by default on linux-driDan Nicholson2007-10-291-2/+2
| | | | | Since libglut is no longer hardcoded, we can build the xdemos programs so long as a GLX enabled libGL and libGLU have been built.
* linux-dri-xcb: Fix undefined refs when linking with libGLDan Nicholson2007-10-291-2/+3
| | | | | GL_LIB_DEPS was missing -lXdamage and -lXfixes, which was causing linker errors when trying to build the programs.
* 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