XLibre Xserver
Go to file
Eric Anholt 545c082cf9 - Replace the syncAccel hook in the kdrive structure with a pair of hooks
in the kaa structure: markSync and waitMarker. The first, if set,
    returns a hardware-dependent marker number which can then be waited for
    with waitMarker. If markSync is absent (which is the case on all
    drivers currently), waitMarker must wait for idle on any given marker
    number. The intention is to allow for more parallelism when we get
    downloading from framebuffer, or more fine-grained idling.
- Replace the KdMarkSync/KdCheckSync functions with kaaMarkSync and
    kaaWaitSync. These will need to be refined when KAA starts being smart
    about using them. Merge kpict.c into kasync.c since kasyn.c has all the
    rest of these fallback funcs.
- Restructure all drivers to initialize a KaaInfo structure by hand rather
    than statically in dubious order.
- Whack the i810 driver into shape in hopes that it'll work after this
    change (it certainly wouldn't have before this). Doesn't support my
    i845 though.
- Make a new KXV helper to avoid duplicated code to fill the region with
    the necessary color key. Use it in i810 and mach64 (tested).
2005-06-09 10:44:45 +00:00
GL Bug #3407: Clean out ancient #ifdef X11R5 conditionals. 2005-05-30 18:36:19 +00:00
XTrap Merging XORG-CURRENT into trunk 2004-04-23 18:54:16 +00:00
Xext Bug #1846: Add intentionally undocumented -disablexineramaextension flag to 2005-06-09 02:29:42 +00:00
Xi Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
XpConfig Fix for http://xprint.freedesktop.org/bugzilla/show_bug.cgi?id=791 - Adding 2004-06-25 00:02:11 +00:00
Xprint xc/programs/Xserver/Xprint/Init.c 2005-04-26 06:12:07 +00:00
afb Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
cfb Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful. 2005-04-22 20:49:50 +00:00
cfb24 Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
composite Clip destination instead of source. Should be the same, but it looks nicer 2004-08-15 21:13:11 +00:00
damageext Encoding of numerous files changed to UTF-8 2004-12-04 00:43:13 +00:00
dbe Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
dix Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie 2005-05-22 01:12:49 +00:00
doc Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
fb Bug #3434: Don't define fbAddTraps twice. (Mike A. Harris) 2005-06-09 02:03:50 +00:00
hw - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
ilbm Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
include Initial experimental support for AMD64 builds on Solaris 10 x86. Improved 2005-05-21 07:46:38 +00:00
iplan2p4 Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
lbx Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
mfb Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful. 2005-04-22 20:49:50 +00:00
mi Initial experimental support for AMD64 builds on Solaris 10 x86. Improved 2005-05-21 07:46:38 +00:00
miext Bug #2469: More accurate damage reports. (Jonathan Lennox) 2005-06-09 03:01:57 +00:00
os Bug #1846: Add intentionally undocumented -disablexineramaextension flag to 2005-06-09 02:29:42 +00:00
randr Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
record Fix includes right throughout the Xserver tree: 2005-04-20 12:25:48 +00:00
render Render performance improvements. (Lars Knoll, Zack Rusin) 2005-05-09 12:46:53 +00:00
xfixes Encoding of numerous files changed to UTF-8 2004-12-04 00:43:13 +00:00
xkb Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie 2005-05-22 01:12:49 +00:00