Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-05 | For each kdrive server put a dependencie on its own libraries. | Tiago Vignatti | 1 | -1/+3 | |
2007-06-29 | Death to RCS tags. | Adam Jackson | 3 | -9/+0 | |
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 | 4 | -14/+31 | |
input-hotplug | |||||
2006-08-31 | Fix previous commit breaking other kdrives pulling in fbdev.a | Matthew Allum | 2 | -1/+3 | |
2006-08-31 | Add framebuffer device command line switch for Xfbdev | Matthew Allum | 3 | -9/+29 | |
2006-08-29 | Re-add support for tslib (1.0 release) and Xcalibrate extension. | Matthew Allum | 1 | -6/+1 | |
2006-08-29 | kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIES | Daniel Stone | 1 | -3/+1 | |
2006-08-09 | kdrive: remove ddx_DEPENDENCIES | Daniel Stone | 1 | -4/+0 | |
Remove foo_DEPENDENCIES as they weren't guaranteed to just be libs, and loader arguments (-lfoo, -Lfoo) might've crept in. | |||||
2006-07-21 | new KDrive input world order | Daniel Stone | 3 | -9/+18 | |
Convert KDrive to GPE/GKE interface. Add first-class drivers and enumerate every device separately through Xi, instead of lamely attempting to aggregate them. Add XKB support to the Linux keyboard driver. Add 'thumb button' support to the tslib driver. Rejig InitInput, so each DDX has to add a list of drivers it supports. Support NewInputDeviceRequest, et al. | |||||
2006-02-16 | Make more extensions optional in build (for kdrive). Fix kdrive build for | Keith Packard | 2 | -6/+6 | |
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 | Remove Imakefiles. | Adam Jackson | 1 | -19/+0 | |
2005-12-27 | Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h | Adam Jackson | 3 | -3/+3 | |
2005-06-09 | Perform a warnings sweep on hw/kdrive. A number of these were my fault, but | Eric Anholt | 1 | -1/+0 | |
some come from others. | |||||
2005-02-08 | hw/kdrive/ati/radeon_composite.c Support linear filtering | Keith Packard | 1 | -1/+1 | |
Change how touch screens work -- make them just another 'mouse' device. Add unfinished (and unused) code to accelerate tiled fills. | |||||
2004-11-28 | Re-read "fix" structure from kernel after mode selection, in case line | Phil Blundell | 1 | -0/+5 | |
pitch has changed. | |||||
2004-09-14 | Only set screen parameters if resolution has changed from current values. | Phil Blundell | 1 | -2/+6 | |
Patch from scoony@noos.fr. | |||||
2004-07-26 | Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogus | Keith Packard | 1 | -5/+1 | |
rate selection necessary for Mac fbdev Don't know about fb changes to pixmaps, so can't track dirt. Add Mac specific 1280x854 mode. Warn when requested mode isn't found. Add ability to soft-boot video cards. Add region expand request. FIXME: need test cases | |||||
2004-07-20 | Select optimized | Phil Blundell | 1 | -1/+32 | |
16bpp shadow copy functions if screen is 16bpp. Select -YX versions for 90 and 270 rotations if architecture is ARM. | |||||
2004-06-28 | Separate out off-screen allocation from Init. Fix Enable to update | Keith Packard | 1 | -2/+3 | |
off-screen addresses. Wrap RandR to update off-screen addresses. Set off_screen_base and memory_size fields correctly. | |||||
2004-05-28 | Hey, I like devfs. | Daniel Stone | 1 | -1/+2 | |
Try /dev/fb/0 if /dev/fb0 fails. | |||||
2004-05-06 | Use current resolution by default, change rate to 75 to match | Keith Packard | 1 | -3/+10 | |
fbdevModeSupported cut-off (?). Glenn McGrath <glennm@hydrix.com> | |||||
2003-12-01 | Add support for setting the video mode.dri-0-1-branchpoint | Anders Carlsson | 1 | -3/+79 | |
2003-12-01 | Call KdShadowUnset before fbdevSetShadow. | Phil Blundell | 1 | -0/+2 | |
2003-12-01 | - Add fbdev mode-setting backend to Xati. It and vesa are compiled in when | Eric Anholt | 1 | -1/+1 | |
available, with fbdev being used by default. - Use depth 16 by default when vesa backend is used. - Add MMIO defines for PowerPC (should be in a common location). Many thanks for Michel Daenzer for much of this code. | |||||
2003-11-18 | Added infrastructure for driver specific usage messages and added vesa | Seth W. Klein | 1 | -0/+6 | |
usage message. | |||||
2003-11-17 | Clear window when Manual Subwindows redirect is destroyed | Keith Packard | 1 | -2/+2 | |
Fix Tile/Stipple origin with non-zero pixmap window origins Use computed depth for TrueColor visuals as fbdev doesn't have one. | |||||
2003-11-11 | Fix Makefile.am's to include header files needed for distcheck. Remove | Eric Anholt | 1 | -2/+3 | |
-Werror default and add --enable-werror switch to add it back. | |||||
2003-11-07 | Ok, Composite extension is semi-working; when no-one asks for redirection, | Keith Packard | 1 | -1/+6 | |
the server seems to act as before. With RedirectSubwindows (root, automatic), the server looks just like a regular X server. Now to go rewrite the (currently lame) compositing manager to get some real action on the screen. Some of the fixes here are to make valgrind quiet with various ioctls used by kdrive/linux. Also fixed a bug where fbdev initialization was out of order in fbdev.c and smi.c | |||||
2003-11-06 | tslib improvements | Matthew Allum | 1 | -6/+5 | |
2003-11-02 | merge xfixes_2_branch back to HEAD | Keith Packard | 4 | -255/+148 | |
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 | Keith Packard | 1 | -19/+2 | |
2003-10-09 | Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping to | Keith Packard | 1 | -2/+4 | |
vesa server by default | |||||
2003-10-05 | Fix fbdev server to allow accelerated servers on top to use RandR. Switch | Keith Packard | 3 | -85/+134 | |
smi server to fbdev (vesa bios doesnt work on the Acer I have here) | |||||
2003-10-04 | few more fixes for h3600 ts | Phil Blundell | 1 | -0/+2 | |
2003-10-01 | Add XDM cookies. Fix up support for pkgconfig X bits | Keith Packard | 1 | -1/+0 | |
2003-09-30 | Added --enable-tslib configure option | Matthew Allum | 1 | -0/+4 | |
2003-09-29 | Use other freedesktop.org packages to build the server | Keith Packard | 1 | -23/+21 | |
2003-09-16 | Add fbdev server to the build. | Anders Carlsson | 1 | -0/+42 | |
2003-09-11 | Get Xvesa building | Keith Packard | 2 | -0/+6 | |
2003-07-07 | Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add | Keith Packard | 5 | -5/+5 | |
-rawcoord option to not transform mice on rotate, fix mtrr to use power-of-two size, add a few vesa options | |||||
2002-11-05 | Clean up touch screen hacks for controlling pointer on alternate screen | Keith Packard | 1 | -6/+2 | |
2002-10-14 | Add refresh rates to RandR (v1.1) | Keith Packard | 1 | -1/+2 | |
2002-10-03 | Update kdrive servers to support reflection | Keith Packard | 2 | -83/+42 | |
2002-09-29 | Update RandR to 1.0 (library version 2.0) | Keith Packard | 1 | -38/+6 | |
2001-10-12 | kdrive: add new auto-detecting and auto-switching mouse driver | Keith Packard | 1 | -6/+2 | |
2001-07-24 | kdrive: Unmap vesa device when disabled | Keith Packard | 1 | -3/+3 | |