summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-25bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it hasXORG-RELEASE-1-BASEXEVIE-MERGEKaleb Keithley37-447/+445
been decided that the priority is to preserve the server's internal API/ABI so that third-party drivers that depend on symbols like noPanoramiXExtension, etc., would not need to be recompiled. Too bad gcc on Linux doesn't support ELF's weak symbols as that would have been a reasonable solution for preserving the ABI. N.B.: While symbols, i.e. functions and variables revert to the old name, I did not revert build names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and it's just a build issue that has no impact on the binary output of the build.
2004-02-24bug #214. Merge most of 4.4RC3Kaleb Keithley1-2/+2
2004-02-24bug #188, #214, see versions 1.1.4.3 and 1.1.4.4 of this file. fix badKaleb Keithley1-1/+1
merge
2004-02-23merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214Kaleb Keithley69-520/+1792
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
architecture #ifdef should accept either form
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
and during int10 initialization (Egbert Eich).
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
Lanigan's xinerama tree on Sourceforge.Net. No attempt has been made to handle previous, non-standard versions of the protocol. Nor has any attempt been made to preserve the ABI of previous versions -- that part will be added at a later time, and then probably only on systems that have nice object/linker semantics, e.g. ELF systems with weak symbols.
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
manager enabled.
2003-11-13Have the composite extension tell the damage extension about clients whichKeith Packard2-7/+7
have redirected subwindows in manual mode. Those clients are marked Critical and given a significant scheduling boost whenever they receive a damage notify event. This dramatically improves update frequency. If the kernel reported a large number of keys, readKernelMapping would walk off the end of the kdKeysym array. Fix usage of _IOWR; the 'size' argument is actually a datatype.
2003-11-11Fix Makefile.am's to include header files needed for distcheck. RemoveEric Anholt5-8/+21
-Werror default and add --enable-werror switch to add it back.
2003-11-10Fix KdXv interface to pass drawable down so that bits can be put intoKeith Packard4-86/+106
drawable pixmap rather than directly into the frame buffer. Rewrite logic in kdoffscreen to make space for new allocations, now deals correctly with locked areas.
2003-11-10Must offset composite parameters by drawable coordinates in acceleratedKeith Packard1-0/+9
case.
2003-11-08Avoid ugly shell error when libXdmcp isn't present.Phil Blundell1-0/+19
New functions. (TsInit): Register them.
2003-11-08Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also addKeith Packard1-26/+75
kaaComposite acceleration for simple bltblt case.
2003-11-07Ok, Composite extension is semi-working; when no-one asks for redirection,Keith Packard5-15/+43
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-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
extension semantics. Replace mouse acceleration with quadratic.
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
KdOffscreenSwapOut to avoid unneeded 'continue'
2003-10-16Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpointKeith Packard2-3/+3
can occur while switched away. Set type of off_screen_areas member to actual type instead of pointer
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
make doesn't build things in the right order (-j) hw/kdrive/mga/mga.h, mgadraw.c Fix warnings
2003-10-15various Split out pixmap allocation debug statements Fix bogus offscreenKeith Packard5-17/+15
pixmap size test Add migration to composite function for source operands VbeDPMS Remove extraneous call to VbeGetVib.
2003-10-14Avoid attempting acceleration on non-screen formats (for now)Keith Packard2-7/+15
Offscreen allocator API changes.
2003-10-14Use same assumptions as layergc about what layer kind is approprate forKeith Packard5-230/+438
unwrapping pixmap operations. This makes sure the accelerated code gets invoked for pixmaps Add pixmap migration support to kaa. Can't quite automatically migrate pixmaps off-screen, but soon we will. Can kick objects out of video memory. Move per-screen linked list pointers to pixmap private. Wrap Composite in preparation for migrating pixmaps. Have kasync ignore drawable type so that pixmaps trigger sync Add KdOffscreenFini to cleanup on server reset. Switch off screen area to have only a 'save' function; moving objects to off screen memory is done by saving then freeing the area.
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
fixes. Allocate pixmap private space only for screens with off-screen pixmap support
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
support accelerated operations on offscreen pixmaps.
2003-10-13Add support for offscreen pixmaps.Anders Carlsson4-7/+188