xserver-multidpi/hw
Eric Anholt 074913c8a9 - Don't try to upload 0 byte-per-pixel (PICT_a1) data using
RADEONHostDataBlit.
- Disable the shortcut for switching from 3d to 3d in radeon_exa.c. It
    appears that we do need the cache flush here, thought it's not clear
    why. Disable the 2d to 2d shortcut while here, since I'm unsure of what
    we're doing. Exposed by the following bit:
- Bug #4485: Add a new routine, exaGlyphs, to handle font drawing. Glyphs
    were being accumulated in from non-migratable scratch pixmaps, causing
    the destination pixmap to move towards screen but the migration
    necessary for source never to happen, leading to abysmal performance.
    Instead, copy the scratch glyph data into a real pixmap first, then
    composite from that into the destination, allowing for migration. time
    ls -lR from programs/Xserver showed 26.9% (+/- 6.3%) decrease in wall
    time (n=3).
- Create exaDrawableUse* wrapping exaPixmapUse*, but which are aware of
    windows needing backing store. Makes migration code prettier, and
    ensures that composited windows will be migrated as normal when we turn
    off cw for EXA. (issue brought up by keithp)
2005-09-17 20:02:02 +00:00
..
darwin Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
dmx Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't found 2005-08-24 15:18:06 +00:00
kdrive Build with modular X.org libraries and headers. 2005-08-08 06:25:21 +00:00
vfb Remove some references to mfb/cfb support that is no longer there. 2005-09-08 01:15:47 +00:00
xfree86 - Don't try to upload 0 byte-per-pixel (PICT_a1) data using 2005-09-17 20:02:02 +00:00
xgl make mouse support work - note you need to change the evdev devices in the 2005-08-15 08:24:45 +00:00
xnest Fix distcheck for server 2005-07-28 23:28:34 +00:00
xwin programs/Xserver/hw/xwin/winmultiwindowshape.c Fix off by one error (Colin 2005-08-30 19:51:59 +00:00
Makefile.am Fix distcheck for server 2005-07-28 23:28:34 +00:00