summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-013. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich).XEVIEEgbert Eich85-858/+1505
2004-03-013. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich).Egbert Eich24-224/+808
2004-02-26Integration of XEVIE into XEVIE branchStuart Kreitman14-23/+4198
2004-02-25Integration of XEVIE on XEVIE branch.Stuart Kreitman19-4072/+803
2004-02-23bug #188 report bugs to X.org bugzilla, not XFree86Kaleb Keithley1-10/+11
2004-02-18Additional fixes to allow building with Sun compilers on Solaris x86Alan Coopersmith2-4/+10
2004-02-18Sun cc on Solaris x86 defines __i386 but not __i386__ so the x86Alan Coopersmith1-1/+2
2004-02-16[fd.o bugzilla #189] _XOPEN_SOURCE defines break builds on Solaris ExpressAlan Coopersmith2-3/+6
2004-02-112. Fixing segfaults that may happen in some corner cases when VT switchingEgbert Eich2-4/+8
2004-02-08revert to RC1 version of file with the license we likeKaleb Keithley1-32/+15
2004-02-08revert to RC1 version of the file with the license we likeKaleb Keithley2-64/+30
2003-12-21Use a different iconXEVIE-BASEKaleb Keithley1-0/+0
2003-12-20merge XFree86 RC2 (4.3.99.902) from vendor branchKaleb Keithley46-345/+3583
2003-12-18First pass at "Standard" Xinerama. The sources for this came from HeatherKaleb Keithley48-1102/+777
2003-12-06merge XFree86 4.3.99.901 (RC1) from vendor branchKaleb Keithley27-101/+316
2003-11-30xfree86 mergeKaleb Keithley14-225/+49
2003-11-29xfree86 mergeKaleb Keithley8-381/+1
2003-11-29xfree86 mergeKaleb Keithley1-6/+0
2003-11-26merge latest (4.3.99.16) from XFree86 (vendor) branchKaleb Keithley796-26484/+57972
2003-11-17merge XFree86 4.3.0.1 to -CURRENTKaleb Keithley615-100702/+42560
2003-11-14Initial revisionKaleb Keithley982-0/+479777
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley609-0/+262690
2003-11-14Accelerated image text code drew glyphs at wrong location when compositingKeith Packard1-2/+2
2003-11-13Have the composite extension tell the damage extension about clients whichKeith Packard2-7/+7
2003-11-11Fix Makefile.am's to include header files needed for distcheck. RemoveEric Anholt5-8/+21
2003-11-10Fix KdXv interface to pass drawable down so that bits can be put intoKeith Packard4-86/+106
2003-11-10Must offset composite parameters by drawable coordinates in acceleratedKeith Packard1-0/+9
2003-11-08Avoid ugly shell error when libXdmcp isn't present.Phil Blundell1-0/+19
2003-11-08Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also addKeith Packard1-26/+75
2003-11-07Ok, Composite extension is semi-working; when no-one asks for redirection,Keith Packard5-15/+43
2003-11-07Fix warnings.Phil Blundell1-8/+6
2003-11-06tslib improvementsMatthew Allum7-25/+81
2003-11-05Replace translucent compositing hacks with PictOpSrc to match eventualKeith Packard1-7/+22
2003-11-02merge xfixes_2_branch back to HEADKeith Packard51-996/+920
2003-10-28try /dev/misc/apm_bios if /dev/apm_bios doesn't existPhil Blundell1-0/+2
2003-10-28move smi into VESA_SUBDIRSPhil Blundell1-3/+2
2003-10-19Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructureKeith Packard2-8/+4
2003-10-16Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpointKeith Packard2-3/+3
2003-10-15Add a memory_base variable and use it.Anders Carlsson8-12/+11
2003-10-15hw/kdrive/*/Makefile.am Libraries in local dir must not use global path orKeith Packard9-10/+9
2003-10-15various Split out pixmap allocation debug statements Fix bogus offscreenKeith Packard5-17/+15
2003-10-14Avoid attempting acceleration on non-screen formats (for now)Keith Packard2-7/+15
2003-10-14Use same assumptions as layergc about what layer kind is approprate forKeith Packard5-230/+438
2003-10-14-Wall fixes. Might have fixed VESA based DPMS code as a resultKeith Packard7-144/+169
2003-10-14Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -WallKeith Packard13-56/+37
2003-10-14-Wall fixes. Support off-screen pixmapsKeith Packard6-106/+126
2003-10-14-Wall fixes. Add klinux.h to export function declarationsKeith Packard6-24/+56
2003-10-14-Wall fixesKeith Packard1-19/+2
2003-10-13Use pixmaps instead of drawables in the kaa functions. Have the mga serverAnders Carlsson3-69/+69
2003-10-13Add support for offscreen pixmaps.Anders Carlsson4-7/+188