Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-16 | The great kdrive purge. | Adam Jackson | 1 | -43/+0 | |
Most of these drivers didn't work. ati was the only one that even came close. The igs, ipaq, itsy, pcmcia, savage, sis530, trident, trio, ts300, and vxworks directories have never built since modularisation, so clearly no one can miss them. | |||||
2008-04-23 | glcore: prepare for dynamic loading | George Sapountzis | 1 | -0/+4 | |
glcore gets linked with -ldl, -lpthread for s3tc and glapi xserver needs DLOPEN_LIBS - to dlopen the glcore dso LD_EXPORT_SYMBOLS_FLAG - to export symbols for glcore to use the ld flag is added to kdrive only when GLX is enabled, the net overhead for Xephyr is ~155KB, could be reduced with --dynamic-list. | |||||
2007-09-05 | Kdrive: unbreak kdrive linking | Dodji Seketeli | 1 | -2/+1 | |
* configure.ac: re-sort Kdrive libs so that symbols get properly resolved. Basically, all some libs are present in both $KDRIVE_LIBS and $XSERVER_LIBS, and some libs orders are not correct. So I made sure Kdrive servers don't have to link against $KDRIVE_LIBS *and* $XSERVER_LIBS. They just have to link against $KDRIVE_LIBS now. * hw/kdrive/*/Makefile.am: update those makefile to reflect the change in configure.ac | |||||
2007-07-05 | For each kdrive server put a dependencie on its own libraries. | Tiago Vignatti | 1 | -1/+3 | |
2007-06-27 | Relink properly all kdrive servers when changes happen. | Tiago Vignatti | 1 | -0/+2 | |
2007-04-26 | Fix the 'relink' target for kdrive servers. | Adam Jackson | 1 | -0/+3 | |
2006-09-07 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵ | Daniel Stone | 1 | -2/+1 | |
input-hotplug | |||||
2006-08-29 | kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIES | Daniel Stone | 1 | -1/+1 | |
2006-08-09 | kdrive: remove ddx_DEPENDENCIES | Daniel Stone | 1 | -3/+0 | |
Remove foo_DEPENDENCIES as they weren't guaranteed to just be libs, and loader arguments (-lfoo, -Lfoo) might've crept in. | |||||
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 1 | -1/+1 | |
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table. | |||||
2005-12-27 | s/XSERVER/KDRIVE/ | Adam Jackson | 1 | -1/+1 | |
2005-12-27 | Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h | Adam Jackson | 1 | -1/+1 | |
2004-05-13 | Move fourcc.h to a generic location in src/. | Eric Anholt | 1 | -1/+0 | |
2003-11-06 | tslib improvements | Matthew Allum | 1 | -2/+10 | |
2003-11-02 | merge xfixes_2_branch back to HEAD | Keith Packard | 1 | -31/+12 | |
2003-10-15 | hw/kdrive/*/Makefile.am Libraries in local dir must not use global path or | Keith Packard | 1 | -1/+1 | |
make doesn't build things in the right order (-j) hw/kdrive/mga/mga.h, mgadraw.c Fix warnings | |||||
2003-10-14 | -Wall fixes. Support off-screen pixmaps | Keith Packard | 1 | -0/+1 | |
2003-10-09 | Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping to | Keith Packard | 1 | -0/+2 | |
vesa server by default | |||||
2003-10-01 | Add XDM cookies. Fix up support for pkgconfig X bits | Keith Packard | 1 | -1/+0 | |
2003-09-29 | Use other freedesktop.org packages to build the server | Keith Packard | 1 | -24/+22 | |
2003-09-12 | Switch to freedesktop.org libXfont | Keith Packard | 1 | -1/+2 | |
2003-09-12 | Clean up mach64 for autofoo | Keith Packard | 1 | -0/+48 | |