Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-14 | nouveau: say goodbye to the old DRI driver... | Stephane Marchesin | |
2007-10-31 | Add -fno-strict-aliasing workaround for Linux GCC targets | Dan 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-29 | Build xdemos programs by default on linux-dri | Dan 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-29 | linux-dri-xcb: Fix undefined refs when linking with libGL | Dan Nicholson | |
GL_LIB_DEPS was missing -lXdamage and -lXfixes, which was causing linker errors when trying to build the programs. | |||
2007-04-20 | Make xcb backend compile. | Jeremy Kolb | |
Add nouveau to match linux-dri config. | |||
2006-10-09 | Updates for XCB. Bug 8560. | Brian Paul | |
2006-09-26 | Update linux-dr-xcb config file to use LIBDRM_CFLAGS | Jeremy Kolb | |
2006-08-16 | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | |
_mesa_align_malloc and friends. | |||
2006-04-29 | Bumped support for xcb 0.9 | Jeremy Kolb | |
2006-03-30 | Style fix, drop the explicit -ldrm from the link line. | Adam Jackson | |
2006-02-19 | Added xcb dri config file. | Jeremy Kolb | |