Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau: say goodbye to the old DRI driver... | Stephane Marchesin | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | Add -fno-strict-aliasing workaround for Linux GCC targets | Dan Nicholson | 2007-10-31 | 1 | -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-dri | Dan Nicholson | 2007-10-29 | 1 | -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 libGL | Dan Nicholson | 2007-10-29 | 1 | -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 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 |